[
https://issues.apache.org/jira/browse/HBASE-7565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13554416#comment-13554416
]
Chris Trezzo commented on HBASE-7565:
-------------------------------------
Thanks [~sershe]! Correct, no change in logic, just refactoring.
As for the AtomicBoolean, I originally thought the same and was going to remove
it. The problem though is that on the Region server, it is also passed to the
ReplicationSourceManager, and then in turn passed to replication sources (Check
out Replication.java). I can see removing it in a future patch, and passing
around ReplicationStateInterfaces instead, but I wanted to keep this first
patch small. I can see doing a bunch of clean up like that once we have the
three interfaces broken out.
I'll address your other comments, investigate some of the other failures and
post another patch.
> [replication] Create an interface for the replication state node
> ----------------------------------------------------------------
>
> Key: HBASE-7565
> URL: https://issues.apache.org/jira/browse/HBASE-7565
> Project: HBase
> Issue Type: Sub-task
> Components: Replication, UI
> Reporter: Chris Trezzo
> Assignee: Chris Trezzo
> Fix For: 0.96.0
>
> Attachments: HBASE-7565.v1
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira