mihai-cazacu-adswizz edited a comment on issue #5008: Hourly Aggregation Job Failing URL: https://github.com/apache/incubator-druid/issues/5008#issuecomment-488652316 We are also having this issue: ``` Length of raw bytes for znode[/.../indexer/tasks/server:8091/ds_2019-04-30T12:48:57.577Z] too large[655,019 > 524,288] ``` And this is due some intervals which have many segments (~400). Because of this, the generated JSON has ~2.5 MB and the Druid's limit is 512K (while the Zookeeper's limit appears to be 1MB). Is there a way to solve this or the only choice we have is to modify the value of [druid.indexer.runner.maxZnodeBytes](https://github.com/metabase/druid/blob/master/docs/content/configuration/indexing-service.md)?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
