-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash by timeout when loading a filtered large table #17
Comments
Hello! Thanks for providing details. It would be also very useful if you provide mode info on what kind of "timeout" you get. Is it an HTTP timeout? Javascript error (what does it say then)? Also,
What does it mean that the cell contains 2 values? Thank you! |
Good afternoon, timeout for http request in the system is 60 seconds. |
Asya, excuse me, I tried my best in understanding what is wrong from your description but 🤯 Suppose I am a man who didn't work on this project for a couple of years. Now I start reading:
Okay.
Good, that is the thing I still remember! In DeepSeeWeb (DSW) we had such functionality when you click, the whole dashboard is updated. Looks like that's it.
Filters are passed to... Wait, are you a DeepSeeWeb developer or a customer? As far as I remember filters are passed by DSW to the table. Okay... Let me read what we have below.
How can the cell contain two values? Maybe you mean by drilling through it should give only 2 rows of data?
I don't remember any get queries that return HTML (but JSON). Hm. But I guess here drillthrough filters were not correctly applied?
Which query? Is it the same query you have in that GET request? I guess, most likely something wrong with filters there.
This proves it, looks like MDX2JSON gets a query from Light Pivot Table which tries to get the whole database.
What is the main pivot table? Light Pivot Table? Now I'm confused. Wasn't it expected?
Aha, possibly the main table is DeepSee UI's table, then it makes sense. So I assume that the problem is in DeepSee Web, which does not pass the filters correctly to Light Pivot Table. Or is it Light Pivot Table not correctly processing the drillthrough? I remember that weird parser we created to make this drillthrough work. What was the query then? However, the query might not be an answer as well, let me ask her. '*** Asya, can you demonstrate this on the example Holefoods, for instance? 😇 |
Decided over chat to hold on this as the problem might be not on the Light Pivot Table's side. |
Precondition:
Problem description:
When trying to drill through a cell that contains only 2 values according to filters, the request falls by timeout.
Problem scenario:
The text was updated successfully, but these errors were encountered: