yuanlihan commented on pull request #9805: URL: https://github.com/apache/druid/pull/9805#issuecomment-626269243
Hi @gulinfu, first I like this diff and think it's very helpful to quickly handle the `Packet len is out of range!` error. Actually, I have encountered this issue before and solved it by adjusting `jute.maxbuffer`. But I thought it's a bug after looked into the source code for a while. I found that Druid itself does intend to not exceed the default limit of `jute.maxbuffer` but may fail to do that in some cases. See `BatchDataSegmentAnnouncer`, `BatchDataSegmentAnnouncerConfig`, and etc. Hoping to hear your thoughts on this. ---------------------------------------------------------------- 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]
