- 
        Couldn't load subscription status. 
- Fork 3.4k
HBASE-28101 Addendum do not throw EOFException out directly #5431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| 🎊 +1 overall 
 
 This message was automatically generated. | 
| 🎊 +1 overall 
 
 This message was automatically generated. | 
| 💔 -1 overall 
 
 This message was automatically generated. | 
| 🎊 +1 overall 
 
 This message was automatically generated. | 
| Message.Builder builder = call.responseDefaultType.newBuilderForType(); | ||
| if (!builder.mergeDelimitedFrom(in)) { | ||
| // The javadoc of mergeDelimitedFrom says returning false means the stream reaches EOF | ||
| // before reading any bytes out, so here we need to manually throw the EOFException out | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: now since we are not immediately throwing EOFException, maybe we should update this comment here as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
| 💔 -1 overall 
 
 This message was automatically generated. | 
| 💔 -1 overall 
 
 This message was automatically generated. | 
260f9aa    to
    f2461c8      
    Compare
  
    | The failed UTs are not related, all timeout and the failure UTs for jdk8 and jdk11 are different. Will merge once the last pre commit result is OK. Thanks @NihalJain for the quick reviewing~ | 
| 🎊 +1 overall 
 
 This message was automatically generated. | 
| 🎊 +1 overall 
 
 This message was automatically generated. | 
| 🎊 +1 overall 
 
 This message was automatically generated. | 
Signed-off-by: Nihal Jain <[email protected]> (cherry picked from commit 4b76a95)
Signed-off-by: Nihal Jain <[email protected]> (cherry picked from commit 4b76a95)
Signed-off-by: Nihal Jain <[email protected]> (cherry picked from commit 4b76a95)
Signed-off-by: Nihal Jain <[email protected]> (cherry picked from commit 4b76a95)
) Signed-off-by: Nihal Jain <[email protected]>
) Signed-off-by: Nihal Jain <[email protected]> (cherry picked from commit 4b76a95) (cherry picked from commit 6eae477) Change-Id: I774ff1ab0e5576865f9675b6fdddf4000f66a969
No description provided.