- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3.4k
HBASE-24051 Allows indirect inheritance to CanUnbuffer #1404
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
HBASE-24051 Allows indirect inheritance to CanUnbuffer #1404
Conversation
| 💔 -1 overall 
 
 This message was automatically generated. | 
| 🎊 +1 overall 
 
 This message was automatically generated. | 
| 🎊 +1 overall 
 This message was automatically generated. | 
| + " . So there may be a TCP socket connection " | ||
| + "left open in CLOSE_WAIT state.", e); | ||
| } | ||
| return; | 
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.
Why doesn't the old way work? Is it not finding the unbuffer method via reflection? Thanks.
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.
The old method can only get those that implement Canbuffer directly.
| #1406 opened to replace this PR | 
If you have an inherited parent class that implements CanUnbuffer instead of directly implementing CanUnbuffer, you cannot get unbuffer