accumulo: Thrift frame size errors

Describe the bug Seeing error messages like the following in the manager, gc, and compaction coordinator logs:

[rpc.CustomNonBlockingServer$CustomFrameBuffer] ERROR: Read a frame size of 369295362, which is bigger than the maximum allowable frame size 16384000 for ALL connections.
[rpc.CustomNonBlockingServer$CustomFrameBuffer] ERROR: Read an invalid frame size of -2143289088. Are you using TFramedTransport on the client side?

Versions (OS, Maven, Java, and others, as appropriate):

  • Affected version(s) of this project: 2.1.0-rc1

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 17 (17 by maintainers)

Commits related to this issue

Most upvoted comments

could this be caused by a bug in the multiplexed RPCs?

I don’t think so, as the multiplexing is at the protocol level and the frame buffer is at the transport level. Still looking…