mihai-cazacu-adswizz commented on issue #7597: [materialized view] The generated specification is too big URL: https://github.com/apache/incubator-druid/issues/7597#issuecomment-489592846 Thank you, @zhangxinyu1! One more think: do you know if Druid is compressing the JSON before sending it to ZooKeeper? If so, I've found [this](https://github.com/apache/incubator-druid/blob/master/indexing-service/src/main/java/org/apache/druid/indexing/overlord/RemoteTaskRunner.java#L859) line of code and the [verification](https://github.com/apache/incubator-druid/blob/master/server/src/main/java/org/apache/druid/curator/CuratorUtils.java#L48) is over the uncompressed JSON. Isn't this a bug? The size check shouldn't be done using the length of the compressed data?
---------------------------------------------------------------- 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]
