GGraziadei opened a new pull request, #8993:
URL: https://github.com/apache/storm/pull/8993

   ## Summary
   - On worker server pipelines with `storm.messaging.netty.authentication` 
enabled, the decoder handles only handshake frames until the handshake 
completes; other frames close the connection instead of being buffered or 
deserialized.
   - Handshake frames are bounded in size.
   - Client pipelines, and servers with messaging authentication disabled, keep 
their current behavior.
   
   ## Testing
   - `mvn -pl storm-client test -DskipITs` (631 tests, 0 failures)
   - New `MessageDecoderTest` covers both pipeline modes, before and after the 
handshake.


-- 
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]

Reply via email to