Slackbot
12/07/2022, 10:41 AMAdam Whitter
12/07/2022, 12:38 PMThomas
12/07/2022, 12:44 PMAdam Whitter
12/07/2022, 1:10 PMThomas
12/07/2022, 3:20 PMThomas
12/07/2022, 3:21 PMThomas
12/09/2022, 5:06 PMTerminating due to java.lang.OutOfMemoryError: Java heap space on my broker when connecting to a Druid table 😞Thomas
12/09/2022, 5:59 PMThomas
12/09/2022, 6:51 PMAdam Whitter
12/11/2022, 9:24 PMThomas
12/12/2022, 8:54 AM{"queryType":"groupBy","dataSource":{"type":"table","name":"some-datasource"},"intervals":{"type":"intervals","intervals":["-146136543-09-08T08:23:32.096Z/146140482-04-24T15:36:27.903Z"]},"granularity":{"type":"all"},"dimensions":[{"type":"default","dimension":"source","outputName":"d0","outputType":"STRING"}],"limitSpec":{"type":"NoopLimitSpec"},"context":{"queryId":"2e0c2347-cbb5-4792-a691-f79177a4fd7d","sqlQueryId":"70e15c9f-d776-4481-99c3-eea5a53904ec","sqlStringifyArrays":false}} {"query/time":351106,"query/bytes":-1,"success":true,"identity":"allowAll"}
I think the intervals are the problems here.
+ I’m using a Redis to cache query results, and Tableau is trying to get data that don’t exist => redis exception in my broker logs.Adam Whitter
12/12/2022, 9:04 AMThomas
12/12/2022, 9:32 AM