[jira] [Updated] (HBASE-6580) New HTable pool, based on HBase(byte[], HConnection, ExecutorService) constructor

2013-07-28 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-6580: - Assignee: Lars Hofhansl New HTable pool, based on HBase(byte[], HConnection,

[jira] [Updated] (HBASE-8698) potential thread creation in MetaScanner.metaScan

2013-07-28 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-8698: - Resolution: Fixed Status: Resolved (was: Patch Available) Committed to 0.94, 0.95, and

[jira] [Updated] (HBASE-6580) New HTable pool, based on HBase(byte[], HConnection, ExecutorService) constructor

2013-07-28 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-6580: - Fix Version/s: 0.94.11 0.98.0 New HTable pool, based on HBase(byte[],

[jira] [Updated] (HBASE-9060) EXportSnapshot job fails if target path contains percentage character

2013-07-28 Thread Jerry He (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry He updated HBASE-9060: Description: Here is the stack trace: hbase org.apache.hadoop.hbase.snapshot.ExportSnapshot -snapshot

[jira] [Commented] (HBASE-9060) EXportSnapshot job fails if target path contains percentage character

2013-07-28 Thread Jerry He (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721892#comment-13721892 ] Jerry He commented on HBASE-9060: - Edited the description to correct the path in the

[jira] [Commented] (HBASE-8960) TestDistributedLogSplitting.testLogReplayForDisablingTable fails sometimes

2013-07-28 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721893#comment-13721893 ] Jeffrey Zhong commented on HBASE-8960: -- The cause of the failure of

[jira] [Commented] (HBASE-9031) ImmutableBytesWritable.toString() should downcast the bytes before converting to hex string

2013-07-28 Thread Aditya Kishore (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721926#comment-13721926 ] Aditya Kishore commented on HBASE-9031: --- [~stack] I could not find a test or code

[jira] [Updated] (HBASE-9032) Result.getBytes() returns null if backed by KeyValue array

2013-07-28 Thread Aditya Kishore (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aditya Kishore updated HBASE-9032: -- Attachment: HBASE-9032.patch Updating the patch with a test case.

[jira] [Commented] (HBASE-8940) TestRegionMergeTransactionOnCluster#testWholesomeMerge may fail due to race in opening region

2013-07-28 Thread chunhui shen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721935#comment-13721935 ] chunhui shen commented on HBASE-8940: - The above failed test is caused by {format}

[jira] [Commented] (HBASE-9055) HBaseAdmin#isTableEnabled() should check table existence

2013-07-28 Thread chunhui shen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721938#comment-13721938 ] chunhui shen commented on HBASE-9055: - In 0.94 version, isTableEnabled() returns false

[jira] [Updated] (HBASE-9060) ExportSnapshot job fails if target path contains percentage character

2013-07-28 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-9060: --- Summary: ExportSnapshot job fails if target path contains percentage character (was:

[jira] [Updated] (HBASE-9060) ExportSnapshot job fails if target path contains percentage character

2013-07-28 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-9060: --- Resolution: Fixed Fix Version/s: 0.94.11 0.98.0 Status:

[jira] [Commented] (HBASE-9032) Result.getBytes() returns null if backed by KeyValue array

2013-07-28 Thread Jean-Marc Spaggiari (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721942#comment-13721942 ] Jean-Marc Spaggiari commented on HBASE-9032: Nice to have a test! Thanks

[jira] [Commented] (HBASE-8974) bin/rolling-restart.sh restarts all active RS's with each iteration instead of one at a time

2013-07-28 Thread Jean-Marc Spaggiari (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721947#comment-13721947 ] Jean-Marc Spaggiari commented on HBASE-8974: Trying right now.

[jira] [Comment Edited] (HBASE-8940) TestRegionMergeTransactionOnCluster#testWholesomeMerge may fail due to race in opening region

2013-07-28 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721935#comment-13721935 ] Jimmy Xiang edited comment on HBASE-8940 at 7/28/13 2:09 PM: -

[jira] [Commented] (HBASE-8974) bin/rolling-restart.sh restarts all active RS's with each iteration instead of one at a time

2013-07-28 Thread Jean-Marc Spaggiari (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721953#comment-13721953 ] Jean-Marc Spaggiari commented on HBASE-8974: I tailed the RS logs over a

[jira] [Commented] (HBASE-9035) Incorrect example for using a scan stopRow in HBase book

2013-07-28 Thread Jean-Marc Spaggiari (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721954#comment-13721954 ] Jean-Marc Spaggiari commented on HBASE-9035: Hi [~saint@gmail.com], I'm

[jira] [Commented] (HBASE-9050) HBaseClient#call could hang

2013-07-28 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721955#comment-13721955 ] Jimmy Xiang commented on HBASE-9050: [~saint@gmail.com], are you ok with 1000ms,

[jira] [Commented] (HBASE-8755) A new write thread model for HLog to improve the overall HBase write throughput

2013-07-28 Thread Jean-Marc Spaggiari (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721960#comment-13721960 ] Jean-Marc Spaggiari commented on HBASE-8755: Ok. I did some other tries and

[jira] [Updated] (HBASE-9055) HBaseAdmin#isTableEnabled() should check table existence

2013-07-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-9055: -- Attachment: 9055-v3.txt Patch v3 aligns ZKTableReadOnly with logic of 0.94

[jira] [Commented] (HBASE-8755) A new write thread model for HLog to improve the overall HBase write throughput

2013-07-28 Thread Feng Honghua (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721973#comment-13721973 ] Feng Honghua commented on HBASE-8755: - [~jmspaggi], thanks for your test, some

[jira] [Commented] (HBASE-9055) HBaseAdmin#isTableEnabled() should check table existence

2013-07-28 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721990#comment-13721990 ] Hadoop QA commented on HBASE-9055: -- {color:green}+1 overall{color}. Here are the results

[jira] [Created] (HBASE-9068) Make hadoop 2 the default precommit for trunk

2013-07-28 Thread Ted Yu (JIRA)
Ted Yu created HBASE-9068: - Summary: Make hadoop 2 the default precommit for trunk Key: HBASE-9068 URL: https://issues.apache.org/jira/browse/HBASE-9068 Project: HBase Issue Type: Test

[jira] [Updated] (HBASE-8846) Revert the package name change for TableExistsException

2013-07-28 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das updated HBASE-8846: --- Attachment: 8846-1.txt Here you go [~stack]. This is untested but compiles. I'll let hadoopqa look

[jira] [Updated] (HBASE-8846) Revert the package name change for TableExistsException

2013-07-28 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das updated HBASE-8846: --- Assignee: Devaraj Das Status: Patch Available (was: Open) Revert the package name change

[jira] [Commented] (HBASE-9050) HBaseClient#call could hang

2013-07-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722017#comment-13722017 ] stack commented on HBASE-9050: -- [~jxiang] Yes HBaseClient#call could hang

[jira] [Commented] (HBASE-9064) test-patch.sh would silently fail if compilation against hadoop 1.0 fails

2013-07-28 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722020#comment-13722020 ] Anoop Sam John commented on HBASE-9064: --- +1 test-patch.sh would

[jira] [Updated] (HBASE-8496) Implement tags and the internals of how a tag should look like

2013-07-28 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-8496: -- Priority: Critical (was: Major) Making this critical because HBASE-6222 is blocked by it. RM:

[jira] [Commented] (HBASE-9064) test-patch.sh would silently fail if compilation against hadoop 1.0 fails

2013-07-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722029#comment-13722029 ] Ted Yu commented on HBASE-9064: --- Integrated to trunk. Thanks for the review, Anoop.

[jira] [Commented] (HBASE-9032) Result.getBytes() returns null if backed by KeyValue array

2013-07-28 Thread Aditya Kishore (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722030#comment-13722030 ] Aditya Kishore commented on HBASE-9032: --- Jean-Marc, With my patch, r1.getBytes() is

[jira] [Commented] (HBASE-8846) Revert the package name change for TableExistsException

2013-07-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722032#comment-13722032 ] Ted Yu commented on HBASE-8846: --- Looking at the tail of

[jira] [Assigned] (HBASE-9068) Make hadoop 2 the default precommit for trunk

2013-07-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reassigned HBASE-9068: - Assignee: Ted Yu Make hadoop 2 the default precommit for trunk

[jira] [Updated] (HBASE-9068) Make hadoop 2 the default precommit for trunk

2013-07-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-9068: -- Fix Version/s: 0.98.0 Status: Patch Available (was: Open) Make hadoop 2 the default precommit

[jira] [Updated] (HBASE-9068) Make hadoop 2 the default precommit for trunk

2013-07-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-9068: -- Attachment: 9068-v1.txt Make hadoop 2 the default precommit for trunk

[jira] [Commented] (HBASE-9068) Make hadoop 2 the default precommit for trunk

2013-07-28 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722047#comment-13722047 ] Hadoop QA commented on HBASE-9068: -- {color:green}+1 overall{color}. Here are the results

[jira] [Commented] (HBASE-9068) Make hadoop 2 the default precommit for trunk

2013-07-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722053#comment-13722053 ] stack commented on HBASE-9068: -- This initiative was someone elses' [~ted_yu] You've been

[jira] [Commented] (HBASE-8939) Hanging unit tests

2013-07-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722056#comment-13722056 ] stack commented on HBASE-8939: -- https://builds.apache.org/job/HBase-TRUNK/4307/consoleText

[jira] [Commented] (HBASE-9041) TestFlushSnapshotFromClient.testConcurrentSnapshottingAttempts fails

2013-07-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722057#comment-13722057 ] stack commented on HBASE-9041: -- Is this failure related [~mbertozzi]

[jira] [Created] (HBASE-9069) estThriftServerCmdLine.testRunThriftServer[18] fails

2013-07-28 Thread stack (JIRA)
stack created HBASE-9069: Summary: estThriftServerCmdLine.testRunThriftServer[18] fails Key: HBASE-9069 URL: https://issues.apache.org/jira/browse/HBASE-9069 Project: HBase Issue Type: Bug

[jira] [Updated] (HBASE-7980) TestZKInterProcessReadWriteLock fails occasionally in QA test run

2013-07-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-7980: - Component/s: test Fix Version/s: 0.95.2 TestZKInterProcessReadWriteLock fails occasionally in QA test

[jira] [Reopened] (HBASE-7980) TestZKInterProcessReadWriteLock fails occasionally in QA test run

2013-07-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack reopened HBASE-7980: -- Let me reopen this one to keep account of failings. See here:

[jira] [Commented] (HBASE-7980) TestZKInterProcessReadWriteLock fails occasionally in QA test run

2013-07-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722060#comment-13722060 ] stack commented on HBASE-7980: -- Here too:

[jira] [Updated] (HBASE-9035) Incorrect example for using a scan stopRow in HBase book

2013-07-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-9035: - Resolution: Fixed Fix Version/s: 0.98.0 Hadoop Flags: Reviewed Status: Resolved (was:

[jira] [Updated] (HBASE-6143) Make region assignment smarter when regions are re-enabled.

2013-07-28 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-6143: - Priority: Critical (was: Major) Make region assignment smarter when regions are

[jira] [Commented] (HBASE-6143) Make region assignment smarter when regions are re-enabled.

2013-07-28 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722066#comment-13722066 ] Lars Hofhansl commented on HBASE-6143: -- We should probably be doing different patches

[jira] [Updated] (HBASE-8974) bin/rolling-restart.sh restarts all active RS's with each iteration instead of one at a time

2013-07-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-8974: - Priority: Critical (was: Major) Fix Version/s: 0.95.2 Rolling restart is an essential building block.

[jira] [Updated] (HBASE-8663) a HBase Shell command to list the tables replicated (from or to) current cluster

2013-07-28 Thread Demai Ni (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Demai Ni updated HBASE-8663: Attachment: HBASE-8663-trunk-v0.patch Upload a patch for trunk for a hadoopQA run. there are one more

[jira] [Updated] (HBASE-6143) Make region assignment smarter when regions are re-enabled.

2013-07-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-6143: - Fix Version/s: 0.95.2 Make region assignment smarter when regions are re-enabled.

[jira] [Updated] (HBASE-9031) ImmutableBytesWritable.toString() should downcast the bytes before converting to hex string

2013-07-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-9031: - Attachment: HBASE-9031.patch Sending it by hadoopqa again

[jira] [Commented] (HBASE-8940) TestRegionMergeTransactionOnCluster#testWholesomeMerge may fail due to race in opening region

2013-07-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722070#comment-13722070 ] stack commented on HBASE-8940: -- [~zjushch] That the build box is loaded should be a given.

[jira] [Commented] (HBASE-9032) Result.getBytes() returns null if backed by KeyValue array

2013-07-28 Thread Jean-Marc Spaggiari (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722071#comment-13722071 ] Jean-Marc Spaggiari commented on HBASE-9032: Ok I see. There can be 2 cases

[jira] [Commented] (HBASE-8960) TestDistributedLogSplitting.testLogReplayForDisablingTable fails sometimes

2013-07-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722072#comment-13722072 ] stack commented on HBASE-8960: -- [~jeffreyz] Thanks.

[jira] [Commented] (HBASE-6143) Make region assignment smarter when regions are re-enabled.

2013-07-28 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722074#comment-13722074 ] Lars Hofhansl commented on HBASE-6143: -- In 0.94 I still think it would be best to

[jira] [Commented] (HBASE-9031) ImmutableBytesWritable.toString() should downcast the bytes before converting to hex string

2013-07-28 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722081#comment-13722081 ] Hadoop QA commented on HBASE-9031: -- {color:red}-1 overall{color}. Here are the results

[jira] [Updated] (HBASE-9050) HBaseClient#call could hang

2013-07-28 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang updated HBASE-9050: --- Resolution: Fixed Fix Version/s: 0.94.11 Hadoop Flags: Reviewed Status:

[jira] [Commented] (HBASE-8755) A new write thread model for HLog to improve the overall HBase write throughput

2013-07-28 Thread Jean-Marc Spaggiari (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722098#comment-13722098 ] Jean-Marc Spaggiari commented on HBASE-8755: Hi [~fenghh], I ran in

[jira] [Updated] (HBASE-9032) Result.getBytes() returns null if backed by KeyValue array

2013-07-28 Thread Aditya Kishore (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aditya Kishore updated HBASE-9032: -- Attachment: HBASE-9032.patch Sure. Patch modified and attached.

[jira] [Commented] (HBASE-9032) Result.getBytes() returns null if backed by KeyValue array

2013-07-28 Thread Jean-Marc Spaggiari (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722101#comment-13722101 ] Jean-Marc Spaggiari commented on HBASE-9032: Excellent. Thanks

[jira] [Commented] (HBASE-9055) HBaseAdmin#isTableEnabled() should check table existence

2013-07-28 Thread chunhui shen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722103#comment-13722103 ] chunhui shen commented on HBASE-9055: - +1 on patch v3

[jira] [Updated] (HBASE-8940) TestRegionMergeTransactionOnCluster#testWholesomeMerge may fail due to race in opening region

2013-07-28 Thread chunhui shen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chunhui shen updated HBASE-8940: Attachment: 8940-addendum.patch Upping the timeouts from 30s to 120s in addendum patch. I will

[jira] [Updated] (HBASE-9055) HBaseAdmin#isTableEnabled() should return false for non-existent table

2013-07-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-9055: -- Summary: HBaseAdmin#isTableEnabled() should return false for non-existent table (was:

[jira] [Updated] (HBASE-9055) HBaseAdmin#isTableEnabled() should return false for non-existent table

2013-07-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-9055: -- Fix Version/s: 0.98.0 Hadoop Flags: Reviewed Integrated to trunk. Thanks for the review, Chunhui.

[jira] [Created] (HBASE-9070) Properly clean up snapshots in tearDown() method of snapshot related tests

2013-07-28 Thread Ted Yu (JIRA)
Ted Yu created HBASE-9070: - Summary: Properly clean up snapshots in tearDown() method of snapshot related tests Key: HBASE-9070 URL: https://issues.apache.org/jira/browse/HBASE-9070 Project: HBase

[jira] [Updated] (HBASE-8663) a HBase Shell command to list the tables replicated (from or to) current cluster

2013-07-28 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-8663: -- Status: Patch Available (was: Open) a HBase Shell command to list the tables replicated

[jira] [Commented] (HBASE-7671) Flushing memstore again after last failure could cause data loss

2013-07-28 Thread Liang Xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722148#comment-13722148 ] Liang Xie commented on HBASE-7671: -- After a discuss with my colleague fenghh, we realize

[jira] [Updated] (HBASE-8846) Revert the package name change for TableExistsException

2013-07-28 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das updated HBASE-8846: --- Attachment: 8846-2.txt Thanks for pointing out the compilation issue, Ted. Attached is the right

[jira] [Commented] (HBASE-9032) Result.getBytes() returns null if backed by KeyValue array

2013-07-28 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722154#comment-13722154 ] Lars Hofhansl commented on HBASE-9032: -- Sorry, -0 from me. # This ties the caller to

[jira] [Commented] (HBASE-8663) a HBase Shell command to list the tables replicated (from or to) current cluster

2013-07-28 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722159#comment-13722159 ] Hadoop QA commented on HBASE-8663: -- {color:red}-1 overall{color}. Here are the results

[jira] [Commented] (HBASE-8846) Revert the package name change for TableExistsException

2013-07-28 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722173#comment-13722173 ] Hadoop QA commented on HBASE-8846: -- {color:red}-1 overall{color}. Here are the results