-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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-24813 ReplicationSource should clear buffer usage on Replicatio… #2849
HBASE-24813 ReplicationSource should clear buffer usage on Replicatio… #2849
Conversation
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
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.
One comment. Running tests locally to make sure we don't have a similar problem to last time :)
...src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceShipper.java
Show resolved
Hide resolved
Not observing any run-away logging for replication tests in hbase-server. 👍🏼 |
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.
Looks good to me.
apache#2546) (apache#2849) Signed-off-by: Ankit Singhal <ankit@apache.org> Signed-off-by: Josh Elser <elserj@apache.org> (cherry picked from commit fdae12d) (cherry picked from commit 3242c8a) Change-Id: I8552da6cb7b37271204e255a6ca96a8af544da48
This a backport for PR #2546 merged into master. The cherry-pick into branch-2 required some conflicts resolution.