GitHub user srdo opened a pull request:
https://github.com/apache/storm/pull/2673
STORM-3070: Rewind buffer position if MessageDecoder encounters a Bacâ¦
â¦kpressureStatus message code, but the rest of the message hasn't been
received yet
https://issues.apache.org/jira/browse/STORM-3070
I haven't actually encountered a bug here, just happened across this line.
I'm reasonably sure we need to rewind the buffer before returning.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/storm master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2673.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2673
----
commit eae4dc216fc1cc858be929049d27254ad6ec0b8f
Author: Stig Rohde Døssing <srdo@...>
Date: 2018-05-11T17:50:48Z
STORM-3070: Rewind buffer position if MessageDecoder encounters a
BackpressureStatus message code, but the rest of the message hasn't been
received yet
----
---