You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Please describe the bug:
If we navigate to the access frequencies and configurations graph we are not able to see the data. Moreover after a reload and a switch between the comparison and overview page some tables can't be selected anymore.
Please describe steps to reproduce:
Add a database
Load a workload
Click on comparison
Scroll down to Segment Access Frequencies
try to select a table
See the message that no data is available
What is the expected behavior? Please describe:
We should be able to select the tables
Screenshot(s):
Possible source of error:
The list of available tables is used by the Access and Segmentation component from the meta/components.
Please describe the bug:
If we navigate to the access frequencies and configurations graph we are not able to see the data. Moreover after a reload and a switch between the comparison and overview page some tables can't be selected anymore.
Please describe steps to reproduce:
What is the expected behavior? Please describe:
We should be able to select the tables
Screenshot(s):
Possible source of error:
The list of available tables is used by the Access and Segmentation component from the
meta/components
.Cockpit/hyrisecockpit/frontend/src/components/metrics/Access.vue
Line 41 in e7f8068
Cockpit/hyrisecockpit/frontend/src/components/metrics/Access.vue
Line 84 in e7f8068
Cockpit/hyrisecockpit/frontend/src/meta/components.ts
Line 93 in 8c57dd6
There we are getting the information from the
meta/database
.Cockpit/hyrisecockpit/frontend/src/meta/components.ts
Line 101 in 8c57dd6
This module is getting its information from the database controller:
Cockpit/hyrisecockpit/frontend/src/meta/databases.ts
Line 10 in 8c57dd6
The table information is returned in:
Cockpit/hyrisecockpit/frontend/src/controller/databaseController.ts
Line 96 in 8c57dd6
Maybe the problem has something to do with the
reactiv
method from the vue composition api.Cockpit/hyrisecockpit/frontend/src/controller/databaseController.ts
Line 10 in 8c57dd6
or the controller is just not up to date.
Additional context:
The problem seems to be in the frontend if we manually reload the page we can select the tables.
The text was updated successfully, but these errors were encountered: