sabbeyPivotal opened a new pull request #5533:
URL: https://github.com/apache/geode/pull/5533


   Error from .tcl tests:
   ```
   [err]: Mix SUBSCRIBE and PSUBSCRIBE in tests/unit/pubsub.tcl
   Expected 'pmessage foo.* foo.bar hello' to be equal to 'message foo.bar 
hello'
   
   *** [err]: Mix SUBSCRIBE and PSUBSCRIBE in tests/unit/pubsub.tcl
   Expected 'pmessage foo.* foo.bar hello' to be equal to 'message foo.bar 
hello'
   ```
   
   When writing responses to a Netty channel, the messages may get written out 
of order in the `writeAndFlush` call. To verify this bug, we used a single 
thread to call `writeAndFlush` and added logging right before calling 
`writeAndFlush` and after `afterWrite` in the callback listener. We saw the 
messages get logged in the proper order before `writeAndFlush` was called, but 
the messages were logged out of order in the callback listener and arrived in 
the wrong order on the client.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to