jihoonson commented on issue #10206: URL: https://github.com/apache/druid/issues/10206#issuecomment-663235228
If the subtask spec is that large, you probably will want to adjust `jute.maxbuffer` as well for ZooKeeper (https://zookeeper.apache.org/doc/r3.3.2/zookeeperAdmin.html). Its default is 1MB. The max znode size is limited in ZooKeeper to prevent potential performance degradation. The HTTP-based task runner (`druid.indexer.runner.type` = `httpRemote`) probably doesn't have this issue. However, it is still an experimental feature and so there could be unknown bugs. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
