ctubbsii commented on issue #3094: URL: https://github.com/apache/accumulo/issues/3094#issuecomment-1352597829
A user on the mailing list reported the same thing. I tracked down this a little bit, and noticed that many of the error messages are showing a max frame size of 16384000, which is not anything we're setting. It appears to be the default value for `new TConfiguration()` (org.apache.thrift.TConfiguration.DEFAULT_MAX_FRAME_SIZE). It's not clear to me when this is being called and affecting our RPCs, but I wonder if this is a new change in Thrift 0.17.... or perhaps related to the fact that we have a forked copy of libthrift internals in our project in order to expose the client IP address, and our fork may be diverging from libthrift in a way that exposes this. It's not clear to me, but this does appear to be a bit of a problem, at least in some cases, beyond rogue connections from network scans or other activity hitting our servers. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
