[
https://issues.apache.org/jira/browse/HBASE-16450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15431964#comment-15431964
]
Esteban Gutierrez commented on HBASE-16450:
-------------------------------------------
bq. I don't see the new ZKUtil.getReplicationZnodesDump()
Restored when not using the distributed mode.
bq. why the --hdfs and --distributed parseOpts() uses startsWith() and not
equals()?
Fixed.
bq. why dumpReplicationQueues() uses LOG.info() instead of System.out? I think
in other tools we use System.out
Fixed.
bq. In getTotalWALSize() you can try to use new WALLink(getConf(), serverName,
wal).getFileStatus() which resolve the logdir and oldLogDir for you
Good catch, fixed there too.
Thanks [~mbertozzi]
> Shell tool to dump replication queues
> --------------------------------------
>
> Key: HBASE-16450
> URL: https://issues.apache.org/jira/browse/HBASE-16450
> Project: HBase
> Issue Type: Improvement
> Components: Operability, Replication
> Affects Versions: 2.0.0, 1.3.0, 1.1.5, 1.2.2
> Reporter: Esteban Gutierrez
> Assignee: Esteban Gutierrez
> Attachments: HBASE-16450.branch-1.001.patch,
> HBASE-16450.master.001.patch, HBASE-16450.master.002.patch
>
>
> Currently there is no way to dump list of the configured queues and the
> replication queues when replication is enabled. Unfortunately the HBase
> master only offers an option to dump the whole content of the znodes but not
> details on the queues being processed on each RS.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)