ferrirW edited a comment on pull request #2533: URL: https://github.com/apache/thrift/pull/2533#issuecomment-1060145988
Actually, I think this problem also exist in the latest version. But I don't have much time to reproduce. So If anyone else is experiencing this problem, they can try use this PR (and limit frame size to a reasonable value) to fix it. The problem phenomenon: 1. CPU is full 2. Most time consumed on SelectorThread.select() 3. FrameBuffer.read() ends quickly at "if (frameSize > MAX_READ_BUFFER_BYTES))"  -- 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]
