jihoonson commented on issue #10206: URL: https://github.com/apache/druid/issues/10206#issuecomment-663170043
> As you can see, the inputSplit is _massive_ and has almost 3 million characters. Could this be a reason those tasks fail? Hi @BartolomeD, if you are using the ZooKeeper-based task runner (it can be controlled by setting `druid.indexer.runner.type`. The default is the ZooKeeper-based runner), the serialized size of subtask spec should be smaller than `druid.indexer.runner.maxZnodeBytes` which is 512KB by default. Perhaps this is the cause of failures. ---------------------------------------------------------------- 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]
