[jira] [Commented] (HBASE-4268) Add utility to entirely clear out ZK

2012-01-18 Thread Karthik K (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-4268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13188859#comment-13188859
 ] 

Karthik K commented on HBASE-4268:
--

I had put in ZOOKEEPER-729 sometime ago, for the exact reason in the past. 


With zk 3.4.2 , we can delete recursively as : 

./bin/zkCli.sh rmr /hbase 


From the latest comment, seems like the command has been renamed in future 
releases though: 




 Add utility to entirely clear out ZK
 

 Key: HBASE-4268
 URL: https://issues.apache.org/jira/browse/HBASE-4268
 Project: HBase
  Issue Type: New Feature
  Components: scripts
Affects Versions: 0.92.0
Reporter: Todd Lipcon

 In disaster scenarios, sometimes some cruft is left over in ZK, when it would 
 be better to do a truely clean startup. We should add a script which allows 
 the admin to clear out ZK while the cluster is down.

--
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




[jira] [Commented] (HBASE-5176) AssignmentManager: getRegion: logging nit adds a redundant '+'

2012-01-17 Thread Karthik K (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187965#comment-13187965
 ] 

Karthik K commented on HBASE-5176:
--

Just curious, what is the procedure for the code review, to help get this into 
the branch ? 

 AssignmentManager: getRegion: logging nit  adds a redundant '+'  
 -

 Key: HBASE-5176
 URL: https://issues.apache.org/jira/browse/HBASE-5176
 Project: HBase
  Issue Type: Bug
 Environment: hadoop 1.0.0 , zk 3.4.2 , hbase 0.92.0 rc3
Reporter: Karthik K
Priority: Minor
 Fix For: 0.92.0

 Attachments: HBASE-5176.patch


 From the logs of HMaster: 
 2012-01-10 17:28:24,370 DEBUG 
 org.apache.hadoop.hbase.master.AssignmentManager: Found an existing plan for 
 -ROOT-,,0.70236052 destination server is + localhost,60020,1326242475275
 Was the '+' intended to be there , as part of some token for log verification 
 or just being redundant , w.r.t the following string append ? 

--
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




[jira] [Commented] (HBASE-5176) AssignmentManager: getRegion: logging nit adds a redundant '+'

2012-01-10 Thread Karthik K (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13183810#comment-13183810
 ] 

Karthik K commented on HBASE-5176:
--

Reg test failures, 


javax.management.InstanceAlreadyExistsException: MXBean already registered 
with name Hadoop:service=NameNode,name=MetricsSystem,sub=Control seems to be 
one of the reasons for failing , indicating an env setup / test fixture issue 
instead of being related to this patch. 

test:

No tests included for the patch: 

Manual verification of the log message on the console, when starting up 
HMaster. 


javadoc:

This does not add any method/ argument to warrant a javadoc change. 


 AssignmentManager: getRegion: logging nit  adds a redundant '+'  
 -

 Key: HBASE-5176
 URL: https://issues.apache.org/jira/browse/HBASE-5176
 Project: HBase
  Issue Type: Bug
 Environment: hadoop 1.0.0 , zk 3.4.2 , hbase 0.92.0 rc3
Reporter: Karthik K
Priority: Minor
 Fix For: 0.92.0

 Attachments: HBASE-5176.patch


 From the logs of HMaster: 
 2012-01-10 17:28:24,370 DEBUG 
 org.apache.hadoop.hbase.master.AssignmentManager: Found an existing plan for 
 -ROOT-,,0.70236052 destination server is + localhost,60020,1326242475275
 Was the '+' intended to be there , as part of some token for log verification 
 or just being redundant , w.r.t the following string append ? 

--
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