Stopping replication via the "stop_replication" command in hbase shell on a
slave cluster doesn't prevent replication but does alter cleanup tasks
--------------------------------------------------------------------------------------------------------------------------------------------------
Key: HBASE-5222
URL: https://issues.apache.org/jira/browse/HBASE-5222
Project: HBase
Issue Type: Bug
Affects Versions: 0.90.4
Reporter: Josh Wymer
The problem showed itself when our /hbase/.oldlogs directory was not being
cleaned up on our slave cluster. Turns out we had previously disabled
replication manually by executing "stop_replication" in the hbase shell.
Therefore, the clean old logs task (among others) was honoring that while the
Replication Sink fails to check the same value. Therefore replication was still
being written to the slave cluster (via replication sink) but the logs were
being saved longer than the default 10 minutes as hbase stores them when
stop_replication has been executed until it has been started again.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira