[
https://issues.apache.org/jira/browse/HBASE-12386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14190926#comment-14190926
]
Ted Yu commented on HBASE-12386:
--------------------------------
{code}
+ if (endpoint.getLastRegionServerUpdate() > this.lastUpdateToPeers ||
sinks.isEmpty()) {
+ LOG.info("Current list of sinks is out of date or empty, updating");
{code}
It would helpful if the condition (list out of date or empty) is stated clearly
in the log message.
> Replication gets stuck following a transient zookeeper error to remote peer
> cluster
> -----------------------------------------------------------------------------------
>
> Key: HBASE-12386
> URL: https://issues.apache.org/jira/browse/HBASE-12386
> Project: HBase
> Issue Type: Bug
> Components: Replication
> Affects Versions: 0.98.7
> Reporter: Adrian Muraru
> Attachments: HBASE-12386.patch
>
>
> Following a transient ZK error replication gets stuck and remote peers are
> never updated.
> Source region servers are reporting continuously the following error in logs:
> "No replication sinks are available"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)