[jira] [Created] (HBASE-6085) SaslServer intermittently ignoring SaslClient's requests

2012-05-23 Thread Himanshu Vashishtha (JIRA)
Himanshu Vashishtha created HBASE-6085: -- Summary: SaslServer intermittently ignoring SaslClient's requests Key: HBASE-6085 URL: https://issues.apache.org/jira/browse/HBASE-6085 Project: HBase

[jira] [Commented] (HBASE-6085) SaslServer intermittently ignoring SaslClient's requests

2012-05-23 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13282145#comment-13282145 ] Himanshu Vashishtha commented on HBASE-6085: In this context, I send a shell

[jira] [Resolved] (HBASE-6085) SaslServer intermittently ignoring SaslClient's requests

2012-05-31 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha resolved HBASE-6085. Resolution: Later ok, as you say Andrew. SaslServer

[jira] [Commented] (HBASE-2611) Handle RS that fails while processing the failure of another one

2012-06-26 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13401779#comment-13401779 ] Himanshu Vashishtha commented on HBASE-2611: I looked at this issue from the

[jira] [Updated] (HBASE-2611) Handle RS that fails while processing the failure of another one

2012-06-26 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-2611: --- Attachment: HBase-2611-upstream-v1.patch Handle RS that fails while processing

[jira] [Commented] (HBASE-2611) Handle RS that fails while processing the failure of another one

2012-06-27 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13402775#comment-13402775 ] Himanshu Vashishtha commented on HBASE-2611: Thanks for the review Ted. I will

[jira] [Commented] (HBASE-2611) Handle RS that fails while processing the failure of another one

2012-06-27 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13402811#comment-13402811 ] Himanshu Vashishtha commented on HBASE-2611: zookeeper 3.4 is there in 0.92+?

[jira] [Commented] (HBASE-2611) Handle RS that fails while processing the failure of another one

2012-06-27 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13402829#comment-13402829 ] Himanshu Vashishtha commented on HBASE-2611: bq. 3.4 is only for zookeeper

[jira] [Created] (HBASE-6314) In secure hbase, we should have a fail fast behavoir for unauthenticated user

2012-07-03 Thread Himanshu Vashishtha (JIRA)
Himanshu Vashishtha created HBASE-6314: -- Summary: In secure hbase, we should have a fail fast behavoir for unauthenticated user Key: HBASE-6314 URL: https://issues.apache.org/jira/browse/HBASE-6314

[jira] [Commented] (HBASE-6314) In secure hbase, we should have a fail fast behavoir for unauthenticated user

2012-07-03 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13405927#comment-13405927 ] Himanshu Vashishtha commented on HBASE-6314: Looking at the code: In the

[jira] [Updated] (HBASE-6314) In secure hbase, we should have a fail fast behavoir for unauthenticated user

2012-07-03 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-6314: --- Description: In case of unauthenticated users in secure hbase, hbase shell does a

[jira] [Commented] (HBASE-5549) Master can fail if ZooKeeper session expires

2012-07-04 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13406763#comment-13406763 ] Himanshu Vashishtha commented on HBASE-5549: This seems to fix the

[jira] [Updated] (HBASE-6314) In secure hbase, we should have a fail fast behavoir for unauthenticated user

2012-07-05 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-6314: --- Attachment: 6314-v1.patch Throwing a runtime exception requires minimal changes.

[jira] [Updated] (HBASE-6314) In secure hbase, we should have a fail fast behavoir for unauthenticated user

2012-07-05 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-6314: --- Attachment: 6314-v2.patch Improved the log message as per Andy. In

[jira] [Commented] (HBASE-5549) Master can fail if ZooKeeper session expires

2012-07-07 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13408770#comment-13408770 ] Himanshu Vashishtha commented on HBASE-5549: From the code (and javadoc), it

[jira] [Commented] (HBASE-5549) Master can fail if ZooKeeper session expires

2012-07-07 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13408782#comment-13408782 ] Himanshu Vashishtha commented on HBASE-5549: Thanks for looking into this.

[jira] [Created] (HBASE-6354) Wait till hard fail in case of erratic zookeeper session expiry

2012-07-07 Thread Himanshu Vashishtha (JIRA)
Himanshu Vashishtha created HBASE-6354: -- Summary: Wait till hard fail in case of erratic zookeeper session expiry Key: HBASE-6354 URL: https://issues.apache.org/jira/browse/HBASE-6354 Project:

[jira] [Commented] (HBASE-6354) Wait till hard fail in case of erratic zookeeper session expiry

2012-07-07 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13408828#comment-13408828 ] Himanshu Vashishtha commented on HBASE-6354: There is some more context in the

[jira] [Updated] (HBASE-6354) Wait till hard fail in case of erratic zookeeper session expiry

2012-07-07 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-6354: --- Attachment: HBase6354-v1.patch Attached is a patch with that approach. I tested it

[jira] [Commented] (HBASE-6354) Wait till hard fail in case of erratic zookeeper session expiry

2012-07-08 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13409104#comment-13409104 ] Himanshu Vashishtha commented on HBASE-6354: Changes done in the second patch.

[jira] [Commented] (HBASE-6354) Wait till hard fail in case of erratic zookeeper session expiry

2012-07-08 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13409105#comment-13409105 ] Himanshu Vashishtha commented on HBASE-6354: And by failed in mvn, I mean it

[jira] [Updated] (HBASE-6354) Wait till hard fail in case of erratic zookeeper session expiry

2012-07-08 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-6354: --- Attachment: jstack#failedTest1 jstack of the failed test (TestReplicationPeer timed

[jira] [Updated] (HBASE-6354) Wait till hard fail in case of erratic zookeeper session expiry

2012-07-08 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-6354: --- Attachment: HBase6354-v2.patch Thanks for the comments Stack. Wait

[jira] [Created] (HBASE-6515) Setting request size with protobuf

2012-08-06 Thread Himanshu Vashishtha (JIRA)
Himanshu Vashishtha created HBASE-6515: -- Summary: Setting request size with protobuf Key: HBASE-6515 URL: https://issues.apache.org/jira/browse/HBASE-6515 Project: HBase Issue Type: Bug

[jira] [Commented] (HBASE-6515) Setting request size with protobuf

2012-08-06 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13429661#comment-13429661 ] Himanshu Vashishtha commented on HBASE-6515: Not yet, but yes, will test in

[jira] [Commented] (HBASE-6515) Setting request size with protobuf

2012-08-07 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13430421#comment-13430421 ] Himanshu Vashishtha commented on HBASE-6515: The default max value is 64MB.

[jira] [Commented] (HBASE-6515) Setting request size with protobuf

2012-08-07 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13430463#comment-13430463 ] Himanshu Vashishtha commented on HBASE-6515: One can set batch size of the

[jira] [Updated] (HBASE-6165) Replication can overrun .META scans on cluster re-start

2012-08-09 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-6165: --- Attachment: HBase-6165-v1.patch I hit this problem while testing a long running

[jira] [Commented] (HBASE-6165) Replication can overrun .META scans on cluster re-start

2012-08-09 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13432029#comment-13432029 ] Himanshu Vashishtha commented on HBASE-6165: [~eclark]: I used custom, because

[jira] [Commented] (HBASE-6165) Replication can overrun .META scans on cluster re-start

2012-08-09 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13432053#comment-13432053 ] Himanshu Vashishtha commented on HBASE-6165: Lars, Ted and Elliot: Thanks for

[jira] [Commented] (HBASE-6165) Replication can overrun .META scans on cluster re-start

2012-08-09 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13432068#comment-13432068 ] Himanshu Vashishtha commented on HBASE-6165: Created fail-fast replicationSink

[jira] [Updated] (HBASE-6550) Refactoring ReplicationSink to make it more responsive of cluster health

2012-08-09 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-6550: --- Attachment: HBase-6550-v1.patch Attached is a patch to incorporate the suggestions

[jira] [Commented] (HBASE-6550) Refactoring ReplicationSink to make it more responsive of cluster health

2012-08-09 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13432185#comment-13432185 ] Himanshu Vashishtha commented on HBASE-6550: I see :) I will be glad to make

[jira] [Commented] (HBASE-6165) Replication can overrun .META. scans on cluster re-start

2012-08-09 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13432224#comment-13432224 ] Himanshu Vashishtha commented on HBASE-6165: Yeah, and I think it should be

[jira] [Commented] (HBASE-6550) Refactoring ReplicationSink to make it more responsive of cluster health

2012-08-09 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13432340#comment-13432340 ] Himanshu Vashishtha commented on HBASE-6550: Got it. I like the suggestion of

[jira] [Commented] (HBASE-6165) Replication can overrun .META. scans on cluster re-start

2012-08-13 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13433313#comment-13433313 ] Himanshu Vashishtha commented on HBASE-6165: So, shall I upload with a +ve

[jira] [Updated] (HBASE-6165) Replication can overrun .META. scans on cluster re-start

2012-08-13 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-6165: --- Attachment: HBase-6165-v2.patch Making the default custom handlers as 5 instead of

[jira] [Commented] (HBASE-6165) Replication can overrun .META. scans on cluster re-start

2012-08-13 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13433700#comment-13433700 ] Himanshu Vashishtha commented on HBASE-6165: On current trunk (with commit

[jira] [Commented] (HBASE-6165) Replication can overrun .META. scans on cluster re-start

2012-08-13 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13433718#comment-13433718 ] Himanshu Vashishtha commented on HBASE-6165: @Elliot: I don't want to tie them

[jira] [Updated] (HBASE-6550) Refactoring ReplicationSink to make it more responsive of cluster health

2012-08-14 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-6550: --- Attachment: HBase-6550.patch Ok, I removed the bailout behavior. Attached is a

[jira] [Updated] (HBASE-6550) Refactoring ReplicationSink to make it more responsive of cluster health

2012-08-14 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-6550: --- Attachment: HBase-6550-v3.patch closing connection and thread pool in separate

[jira] [Commented] (HBASE-6550) Refactoring ReplicationSink to make it more responsive of cluster health

2012-08-14 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13434685#comment-13434685 ] Himanshu Vashishtha commented on HBASE-6550: Ok :) re: InterrupteException:

[jira] [Updated] (HBASE-6550) Refactoring ReplicationSink to make it more responsive of cluster health

2012-08-14 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-6550: --- Attachment: HBase-6550-v4.patch Sorry, I missed the clone in the last patch.

[jira] [Updated] (HBASE-6550) Refactoring ReplicationSink to make it more responsive of cluster health

2012-08-15 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-6550: --- Status: Patch Available (was: Open) Refactoring ReplicationSink to make it

[jira] [Commented] (HBASE-6568) Extract daemon thread factory from HTable into its own class

2012-08-15 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13435306#comment-13435306 ] Himanshu Vashishtha commented on HBASE-6568: Should this be backported to .94

[jira] [Commented] (HBASE-7438) TestSplitTransactionOnCluster has too many infinite loops

2012-12-26 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539714#comment-13539714 ] Himanshu Vashishtha commented on HBASE-7438: Hey [~lhofhansl], I wonder what

[jira] [Created] (HBASE-7440) ReplicationZookeeper#addPeer is racy

2012-12-26 Thread Himanshu Vashishtha (JIRA)
Himanshu Vashishtha created HBASE-7440: -- Summary: ReplicationZookeeper#addPeer is racy Key: HBASE-7440 URL: https://issues.apache.org/jira/browse/HBASE-7440 Project: HBase Issue Type:

[jira] [Commented] (HBASE-7439) HFileLink should not use the configuration from the Filesystem

2012-12-26 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539770#comment-13539770 ] Himanshu Vashishtha commented on HBASE-7439: +1 Yes, we should get rid of the

[jira] [Updated] (HBASE-7440) ReplicationZookeeper#addPeer is racy

2012-12-26 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-7440: --- Attachment: HBASE-7440-v0.patch 0.94.x patch; it adds a guard while creating the

[jira] [Updated] (HBASE-7440) ReplicationZookeeper#addPeer is racy

2012-12-26 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-7440: --- Attachment: HBASE-7440-v1.patch Wrapping the comment line. Since it is creating

[jira] [Updated] (HBASE-7440) ReplicationZookeeper#addPeer is racy

2012-12-27 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-7440: --- Attachment: HBASE-7440-v2.patch Using ZKUtil.createNodeIfNotExistsAndWatch as

[jira] [Commented] (HBASE-7055) port HBASE-6371 tier-based compaction from 0.89-fb to trunk - first slice (not configurable by cf or dynamically)

2012-12-27 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13540146#comment-13540146 ] Himanshu Vashishtha commented on HBASE-7055: I think it would be nice to have

[jira] [Commented] (HBASE-7447) Occasional failures of TestSplitLogWorker#testAcquireTaskAtStartup

2012-12-27 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13540345#comment-13540345 ] Himanshu Vashishtha commented on HBASE-7447: What's the stack trace?

[jira] [Updated] (HBASE-7440) ReplicationZookeeper#addPeer is racy

2012-12-28 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-7440: --- Attachment: HBASE-7440-trunk-v0.patch Patch for trunk; TestMasterReplication passes.

[jira] [Updated] (HBASE-7440) ReplicationZookeeper#addPeer is racy

2012-12-28 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-7440: --- Attachment: HBASE-7440-trunk-v1.patch Sorry, attached the wrong patch in the last

[jira] [Updated] (HBASE-7440) ReplicationZookeeper#addPeer is racy

2012-12-28 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-7440: --- Status: Patch Available (was: Open) ReplicationZookeeper#addPeer is racy

[jira] [Commented] (HBASE-6806) HBASE-4658 breaks backward compatibility / example scripts

2013-01-03 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543038#comment-13543038 ] Himanshu Vashishtha commented on HBASE-6806: My reading of this issue is there

[jira] [Created] (HBASE-7502) TestScannerTimeout fails on snapshot branch

2013-01-06 Thread Himanshu Vashishtha (JIRA)
Himanshu Vashishtha created HBASE-7502: -- Summary: TestScannerTimeout fails on snapshot branch Key: HBASE-7502 URL: https://issues.apache.org/jira/browse/HBASE-7502 Project: HBase Issue

[jira] [Updated] (HBASE-7502) TestScannerTimeout fails on snapshot branch

2013-01-06 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-7502: --- Attachment: HBASE-7502-v1.patch TestScannerTimeout passes with this.

[jira] [Commented] (HBASE-7502) TestScannerTimeout fails on snapshot branch

2013-01-06 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13545580#comment-13545580 ] Himanshu Vashishtha commented on HBASE-7502: @Ted: Thanks for the review.

[jira] [Updated] (HBASE-7502) TestScannerTimeout fails on snapshot branch

2013-01-06 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-7502: --- Attachment: HBASE-7502-v2.patch one liner fix... Thanks Lars.

[jira] [Created] (HBASE-7540) Make znode dump to print a dump of replciation znodes

2013-01-10 Thread Himanshu Vashishtha (JIRA)
Himanshu Vashishtha created HBASE-7540: -- Summary: Make znode dump to print a dump of replciation znodes Key: HBASE-7540 URL: https://issues.apache.org/jira/browse/HBASE-7540 Project: HBase

[jira] [Updated] (HBASE-7540) Make znode dump to print a dump of replciation znodes

2013-01-10 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-7540: --- Attachment: HBASE-7540-v1.patch patch for 0.94. It prints out the replication znodes

[jira] [Assigned] (HBASE-7541) Convert all tests that use HBaseTestingUtility.createMultiRegions to HBA.createTable

2013-01-10 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha reassigned HBASE-7541: -- Assignee: Himanshu Vashishtha Convert all tests that use

[jira] [Commented] (HBASE-7541) Convert all tests that use HBaseTestingUtility.createMultiRegions to HBA.createTable

2013-01-10 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13550678#comment-13550678 ] Himanshu Vashishtha commented on HBASE-7541: Got bitten by this recently, will

[jira] [Updated] (HBASE-7540) Make znode dump to print a dump of replciation znodes

2013-01-11 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-7540: --- Attachment: Screen Shot 2013-01-11 at 10.23.50 AM.png Screenshot showing replication

[jira] [Updated] (HBASE-7540) Make znode dump to print a dump of replciation znodes

2013-01-11 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-7540: --- Attachment: HBASE-7540-trunk.patch trunk patch; ran the master UI to see the

[jira] [Updated] (HBASE-7540) Make znode dump to print a dump of replciation znodes

2013-01-11 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-7540: --- Status: Patch Available (was: Open) Make znode dump to print a dump of

[jira] [Updated] (HBASE-7540) Make znode dump to print a dump of replication znodes

2013-01-11 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-7540: --- Summary: Make znode dump to print a dump of replication znodes (was: Make znode

[jira] [Created] (HBASE-7562) ZKUtil: missing else condition in multi processing

2013-01-14 Thread Himanshu Vashishtha (JIRA)
Himanshu Vashishtha created HBASE-7562: -- Summary: ZKUtil: missing else condition in multi processing Key: HBASE-7562 URL: https://issues.apache.org/jira/browse/HBASE-7562 Project: HBase

[jira] [Updated] (HBASE-7562) ZKUtil: missing else condition in multi processing

2013-01-14 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-7562: --- Attachment: HBASE-7562.patch ZKUtil: missing else condition in multi processing

[jira] [Assigned] (HBASE-7562) ZKUtil: missing else condition in multi processing

2013-01-14 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha reassigned HBASE-7562: -- Assignee: Himanshu Vashishtha ZKUtil: missing else condition in multi

[jira] [Commented] (HBASE-7562) ZKUtil: missing else condition in multi processing

2013-01-14 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13553367#comment-13553367 ] Himanshu Vashishtha commented on HBASE-7562: While testing a multi fox for

[jira] [Commented] (HBASE-7562) ZKUtil: missing else condition in multi processing

2013-01-14 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13553368#comment-13553368 ] Himanshu Vashishtha commented on HBASE-7562: s/fox/fix :D

[jira] [Commented] (HBASE-2611) Handle RS that fails while processing the failure of another one

2013-01-14 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13553430#comment-13553430 ] Himanshu Vashishtha commented on HBASE-2611: Working on it; will provide a

[jira] [Commented] (HBASE-7562) ZKUtil: missing else condition in multi processing

2013-01-14 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13553526#comment-13553526 ] Himanshu Vashishtha commented on HBASE-7562: Sorry for missing that test

[jira] [Updated] (HBASE-7562) ZKUtil: missing else condition in multi processing

2013-01-14 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-7562: --- Attachment: HBASE-7562-v2.patch Fixed the test failure. ZKUtil:

[jira] [Commented] (HBASE-7562) ZKUtil: missing else condition in multi processing

2013-01-15 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13554075#comment-13554075 ] Himanshu Vashishtha commented on HBASE-7562: Running jenkins with v2.

[jira] [Commented] (HBASE-7562) ZKUtil: missing else condition in multi processing

2013-01-15 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13554173#comment-13554173 ] Himanshu Vashishtha commented on HBASE-7562: jenkins is green with v2. Thanks

[jira] [Updated] (HBASE-2611) Handle RS that fails while processing the failure of another one

2013-01-15 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-2611: --- Attachment: HBASE-2611-v2.patch Patch that provides an alternative way to copy the

[jira] [Commented] (HBASE-2611) Handle RS that fails while processing the failure of another one

2013-01-15 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13554584#comment-13554584 ] Himanshu Vashishtha commented on HBASE-2611: The call to multi is using

[jira] [Commented] (HBASE-2611) Handle RS that fails while processing the failure of another one

2013-01-15 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13554724#comment-13554724 ] Himanshu Vashishtha commented on HBASE-2611: Chris: Thanks for taking a look.

[jira] [Commented] (HBASE-2611) Handle RS that fails while processing the failure of another one

2013-01-15 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13554752#comment-13554752 ] Himanshu Vashishtha commented on HBASE-2611: Lars: Then a regionserver who

[jira] [Commented] (HBASE-2611) Handle RS that fails while processing the failure of another one

2013-01-15 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13554761#comment-13554761 ] Himanshu Vashishtha commented on HBASE-2611: Yes. I would ask, though, in what

[jira] [Commented] (HBASE-2611) Handle RS that fails while processing the failure of another one

2013-01-15 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13554783#comment-13554783 ] Himanshu Vashishtha commented on HBASE-2611: [~lhofhansl]: I asked about

[jira] [Commented] (HBASE-2611) Handle RS that fails while processing the failure of another one

2013-01-16 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13555213#comment-13555213 ] Himanshu Vashishtha commented on HBASE-2611: bq. But what can happen is that

[jira] [Commented] (HBASE-2611) Handle RS that fails while processing the failure of another one

2013-01-16 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13555488#comment-13555488 ] Himanshu Vashishtha commented on HBASE-2611: Yes, your description is totally

[jira] [Created] (HBASE-7607) Fix TestRegionServerCoprocessorExceptionWithAbort flakiness

2013-01-17 Thread Himanshu Vashishtha (JIRA)
Himanshu Vashishtha created HBASE-7607: -- Summary: Fix TestRegionServerCoprocessorExceptionWithAbort flakiness Key: HBASE-7607 URL: https://issues.apache.org/jira/browse/HBASE-7607 Project:

[jira] [Commented] (HBASE-2611) Handle RS that fails while processing the failure of another one

2013-01-21 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13558938#comment-13558938 ] Himanshu Vashishtha commented on HBASE-2611: [~lhofhansl]: Yes, I followed the

[jira] [Commented] (HBASE-2611) Handle RS that fails while processing the failure of another one

2013-01-22 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13560005#comment-13560005 ] Himanshu Vashishtha commented on HBASE-2611: Thanks for the review Lars :),

[jira] [Commented] (HBASE-7382) Port ZK.multi support from HBASE-6775 to 0.96

2013-01-22 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13560215#comment-13560215 ] Himanshu Vashishtha commented on HBASE-7382: +1; [~gchanan]: Any plans for a

[jira] [Updated] (HBASE-7382) Port ZK.multi support from HBASE-6775 to 0.96

2013-01-23 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-7382: --- Attachment: HBASE-7382-trunk.patch Patch which forward port the multi functionality.

[jira] [Commented] (HBASE-7382) Port ZK.multi support from HBASE-6775 to 0.96

2013-01-23 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13560971#comment-13560971 ] Himanshu Vashishtha commented on HBASE-7382: ran jenkins with this job;

[jira] [Commented] (HBASE-7382) Port ZK.multi support from HBASE-6775 to 0.96

2013-01-23 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13561131#comment-13561131 ] Himanshu Vashishtha commented on HBASE-7382: How do you dig/fix findbugs

[jira] [Created] (HBASE-7657) Make ModifyTableHandler synchronous

2013-01-24 Thread Himanshu Vashishtha (JIRA)
Himanshu Vashishtha created HBASE-7657: -- Summary: Make ModifyTableHandler synchronous Key: HBASE-7657 URL: https://issues.apache.org/jira/browse/HBASE-7657 Project: HBase Issue Type:

[jira] [Updated] (HBASE-7657) Make ModifyTableHandler synchronous

2013-01-24 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-7657: --- Attachment: HBASE-7657.patch TestAdmin pass. This basically revert 5359, and make

[jira] [Commented] (HBASE-7382) Port ZK.multi support from HBASE-6775 to 0.96

2013-01-24 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13561980#comment-13561980 ] Himanshu Vashishtha commented on HBASE-7382: [~te...@apache.org]: Why you have

[jira] [Updated] (HBASE-2611) Handle RS that fails while processing the failure of another one

2013-01-24 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-2611: --- Attachment: HBASE-2611-trunk-v2.patch updated trunk patch Handle

[jira] [Commented] (HBASE-7681) Address some recent random test failures

2013-01-26 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13563693#comment-13563693 ] Himanshu Vashishtha commented on HBASE-7681: Since we are talking about test

[jira] [Commented] (HBASE-7681) Address some recent random test failures

2013-01-26 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13563719#comment-13563719 ] Himanshu Vashishtha commented on HBASE-7681: [~lhofhansl] Yea Sorry for

  1   2   3   4   5   6   7   8   9   10   >