[jira] [Updated] (HBASE-9512) Regions can't get out InRecovery state sometimes when turn off distributeLogReplay and restart a cluster

2013-09-11 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9512: - Attachment: hbase-9512.patch Regions can't get out InRecovery state sometimes when turn off

[jira] [Commented] (HBASE-9390) coprocessors observers are not called during a recovery with the new log replay algorithm

2013-09-11 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13765188#comment-13765188 ] Jeffrey Zhong commented on HBASE-9390: -- Thanks for the reviews! If there is no

[jira] [Commented] (HBASE-9480) Regions are unexpectedly made offline in certain failure conditions

2013-09-12 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13765246#comment-13765246 ] Jeffrey Zhong commented on HBASE-9480: -- I reviewed the 1.2 patch. The newly

[jira] [Commented] (HBASE-9480) Regions are unexpectedly made offline in certain failure conditions

2013-09-12 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13765777#comment-13765777 ] Jeffrey Zhong commented on HBASE-9480: -- {quote} For example, inside handleRegion when

[jira] [Commented] (HBASE-9480) Regions are unexpectedly made offline in certain failure conditions

2013-09-13 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13767044#comment-13767044 ] Jeffrey Zhong commented on HBASE-9480: -- [~saint@gmail.com] v2 patch looks good to

[jira] [Commented] (HBASE-9390) coprocessors observers are not called during a recovery with the new log replay algorithm

2013-09-13 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13767294#comment-13767294 ] Jeffrey Zhong commented on HBASE-9390: -- I've integrated the v2 patch into trunk and

[jira] [Updated] (HBASE-9512) Regions can't get out InRecovery state sometimes when turn off distributeLogReplay and restart a cluster

2013-09-15 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9512: - Fix Version/s: 0.96.0 0.98.0 Regions can't get out InRecovery state

[jira] [Commented] (HBASE-9512) Regions can't get out InRecovery state sometimes when turn off distributeLogReplay and restart a cluster

2013-09-15 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13767703#comment-13767703 ] Jeffrey Zhong commented on HBASE-9512: -- Thanks Ted for reviews! I've integrated the

[jira] [Updated] (HBASE-9512) Regions can't get out InRecovery state sometimes when turn off distributeLogReplay and restart a cluster

2013-09-15 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9512: - Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available)

[jira] [Commented] (HBASE-9544) Remove TestAdmin#testIsEnabledOnNonexistentTable()

2013-09-16 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13768488#comment-13768488 ] Jeffrey Zhong commented on HBASE-9544: -- +1. Thanks. Remove

[jira] [Created] (HBASE-9551) HBaseTestingUtility#createPreSplitLoadTestTable double close HBaseAdmin

2013-09-16 Thread Jeffrey Zhong (JIRA)
Jeffrey Zhong created HBASE-9551: Summary: HBaseTestingUtility#createPreSplitLoadTestTable double close HBaseAdmin Key: HBASE-9551 URL: https://issues.apache.org/jira/browse/HBASE-9551 Project: HBase

[jira] [Updated] (HBASE-9551) HBaseTestingUtility#createPreSplitLoadTestTable double close HBaseAdmin

2013-09-16 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9551: - Description: The code close admin twice which cause LoadTest tool fail when loading multiple

[jira] [Updated] (HBASE-9551) HBaseTestingUtility#createPreSplitLoadTestTable double close HBaseAdmin

2013-09-16 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9551: - Attachment: hbase-9551.patch In the patch, I removed the extra {code}admin.close();{code} and

[jira] [Updated] (HBASE-9551) HBaseTestingUtility#createPreSplitLoadTestTable double close HBaseAdmin

2013-09-16 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9551: - Status: Patch Available (was: Open) HBaseTestingUtility#createPreSplitLoadTestTable double

[jira] [Updated] (HBASE-9551) HBaseTestingUtility#createPreSplitLoadTestTable double close HBaseAdmin

2013-09-17 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9551: - Attachment: hbase-9551-v1.patch The two test cases close the same HBaseAdmin instance multiple

[jira] [Updated] (HBASE-9551) HBaseTestingUtility#createPreSplitLoadTestTable double close HBaseAdmin

2013-09-18 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9551: - Resolution: Fixed Fix Version/s: 0.96.0 0.98.0 Hadoop Flags:

[jira] [Commented] (HBASE-9581) Few tests broken since HBASE-9551

2013-09-18 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13771589#comment-13771589 ] Jeffrey Zhong commented on HBASE-9581: -- Actually I'm testing a fix on that and will

[jira] [Updated] (HBASE-9581) Few tests broken since HBASE-9551

2013-09-18 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9581: - Attachment: hbase-9581.patch [~saint@gmail.com] Sorry for the trouble. The reason of those

[jira] [Updated] (HBASE-9581) Few tests broken since HBASE-9551

2013-09-18 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9581: - Status: Patch Available (was: Open) Few tests broken since HBASE-9551

[jira] [Commented] (HBASE-9581) Few tests broken since HBASE-9551

2013-09-19 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13771617#comment-13771617 ] Jeffrey Zhong commented on HBASE-9581: -- [~saint@gmail.com], [~adityakishore] My

[jira] [Commented] (HBASE-9581) Few tests broken since HBASE-9551

2013-09-19 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13771629#comment-13771629 ] Jeffrey Zhong commented on HBASE-9581: -- Thanks [~adityakishore]. I've integrated the

[jira] [Updated] (HBASE-9581) Few tests broken since HBASE-9551

2013-09-19 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9581: - Priority: Major (was: Blocker) Few tests broken since HBASE-9551

[jira] [Commented] (HBASE-9581) Few tests broken since HBASE-9551

2013-09-19 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772143#comment-13772143 ] Jeffrey Zhong commented on HBASE-9581: -- The latest

[jira] [Commented] (HBASE-9590) TableEventHandler#reOpenAllRegions() should close the HTable instance

2013-09-20 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13773193#comment-13773193 ] Jeffrey Zhong commented on HBASE-9590: -- +1.

[jira] [Updated] (HBASE-9390) coprocessors observers are not called during a recovery with the new log replay algorithm

2013-09-20 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9390: - Attachment: hbase-9390-part2.patch The part2 patch is to make preWALRestore compatible in log

[jira] [Updated] (HBASE-9390) coprocessors observers are not called during a recovery with the new log replay algorithm

2013-09-22 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9390: - Attachment: (was: hbase-9390-part2.patch) coprocessors observers are not called during

[jira] [Updated] (HBASE-9390) coprocessors observers are not called during a recovery with the new log replay algorithm

2013-09-22 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9390: - Attachment: hbase-9390-part2.patch coprocessors observers are not called during a recovery

[jira] [Updated] (HBASE-9390) coprocessors observers are not called during a recovery with the new log replay algorithm

2013-09-23 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9390: - Attachment: hbase-9390-part2-v2.patch Thanks [~nkeywal] and [~te...@apache.org] reviews! I added

[jira] [Commented] (HBASE-9390) coprocessors observers are not called during a recovery with the new log replay algorithm

2013-09-23 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13775839#comment-13775839 ] Jeffrey Zhong commented on HBASE-9390: -- The QA run on v2 patch is clean. I'll commit

[jira] [Commented] (HBASE-9390) coprocessors observers are not called during a recovery with the new log replay algorithm

2013-09-24 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13776750#comment-13776750 ] Jeffrey Zhong commented on HBASE-9390: -- [~saint@gmail.com] Just ping you to see

[jira] [Commented] (HBASE-9640) Increment of loadSequence in CoprocessorHost#loadInstance() is thread-unsafe

2013-09-25 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13778193#comment-13778193 ] Jeffrey Zhong commented on HBASE-9640: -- +1. Looks good to me.

[jira] [Created] (HBASE-9665) Region gets lost when balancer SSH both trying to assign

2013-09-26 Thread Jeffrey Zhong (JIRA)
Jeffrey Zhong created HBASE-9665: Summary: Region gets lost when balancer SSH both trying to assign Key: HBASE-9665 URL: https://issues.apache.org/jira/browse/HBASE-9665 Project: HBase

[jira] [Commented] (HBASE-9514) Prevent region from assigning before log splitting is done

2013-09-26 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13779146#comment-13779146 ] Jeffrey Zhong commented on HBASE-9514: -- [~jxiang] Will your patch cover the scenario

[jira] [Updated] (HBASE-9390) coprocessors observers are not called during a recovery with the new log replay algorithm

2013-09-27 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9390: - Resolution: Fixed Status: Resolved (was: Patch Available) Thanks everyone for the

[jira] [Commented] (HBASE-9672) LoadTestTool NPE's when -num_tables is given, but -tn is not

2013-09-27 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13780176#comment-13780176 ] Jeffrey Zhong commented on HBASE-9672: -- +1. Looks good to me!

[jira] [Commented] (HBASE-9664) ArrayIndexOutOfBoundsException may be thrown in TestZKSecretWatcher

2013-09-27 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13780200#comment-13780200 ] Jeffrey Zhong commented on HBASE-9664: -- The patch looks good to me. +1

[jira] [Commented] (HBASE-9390) coprocessors observers are not called during a recovery with the new log replay algorithm

2013-09-27 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13780410#comment-13780410 ] Jeffrey Zhong commented on HBASE-9390: -- [~saint@gmail.com] Thanks for the good

[jira] [Reopened] (HBASE-9390) coprocessors observers are not called during a recovery with the new log replay algorithm

2013-09-29 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong reopened HBASE-9390: -- coprocessors observers are not called during a recovery with the new log replay algorithm

[jira] [Updated] (HBASE-9390) coprocessors observers are not called during a recovery with the new log replay algorithm

2013-09-29 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9390: - Status: Patch Available (was: Reopened) coprocessors observers are not called during a

[jira] [Updated] (HBASE-9390) coprocessors observers are not called during a recovery with the new log replay algorithm

2013-09-29 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9390: - Attachment: hbase-9390-review-addendum.patch [~saint@gmail.com] The addendum patch is to

[jira] [Commented] (HBASE-9390) coprocessors observers are not called during a recovery with the new log replay algorithm

2013-09-29 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13781615#comment-13781615 ] Jeffrey Zhong commented on HBASE-9390: -- Thanks [~saint@gmail.com] for the review.

[jira] [Commented] (HBASE-9688) Fix javadoc warning in HConnectionManager class javadoc

2013-09-30 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13782531#comment-13782531 ] Jeffrey Zhong commented on HBASE-9688: -- Looks good to me. Fix javadoc warning in

[jira] [Updated] (HBASE-9709) LogReplay throws NPE when no KVs to be replayed in a WALEdit

2013-10-03 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9709: - Fix Version/s: (was: 0.96.1) LogReplay throws NPE when no KVs to be replayed in a WALEdit

[jira] [Created] (HBASE-9709) LogReplay throws NPE when no KVs to be replayed in a WALEdit

2013-10-03 Thread Jeffrey Zhong (JIRA)
Jeffrey Zhong created HBASE-9709: Summary: LogReplay throws NPE when no KVs to be replayed in a WALEdit Key: HBASE-9709 URL: https://issues.apache.org/jira/browse/HBASE-9709 Project: HBase

[jira] [Updated] (HBASE-9709) LogReplay throws NPE when no KVs to be replayed in a WALEdit

2013-10-03 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9709: - Affects Version/s: 0.96.0 Fix Version/s: 0.96.1 Assignee: Jeffrey Zhong

[jira] [Updated] (HBASE-9709) LogReplay throws NPE when no KVs to be replayed in a WALEdit

2013-10-03 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9709: - Attachment: hbase-9709.patch LogReplay throws NPE when no KVs to be replayed in a WALEdit

[jira] [Updated] (HBASE-9709) LogReplay throws NPE when no KVs to be replayed in a WALEdit

2013-10-03 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9709: - Status: Patch Available (was: Open) LogReplay throws NPE when no KVs to be replayed in a

[jira] [Updated] (HBASE-9709) LogReplay throws NPE when no KVs to be replayed in a WALEdit

2013-10-04 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9709: - Resolution: Fixed Fix Version/s: 0.96.0 0.98.0 Hadoop Flags:

[jira] [Created] (HBASE-9723) TestAsyncProcess#testFailAndSuccess testThreadCreation are flaky on SUSE

2013-10-07 Thread Jeffrey Zhong (JIRA)
Jeffrey Zhong created HBASE-9723: Summary: TestAsyncProcess#testFailAndSuccess testThreadCreation are flaky on SUSE Key: HBASE-9723 URL: https://issues.apache.org/jira/browse/HBASE-9723 Project:

[jira] [Updated] (HBASE-9723) TestAsyncProcess#testFailAndSuccess testThreadCreation are flaky on SUSE

2013-10-07 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9723: - Attachment: hbase-9723.patch I think the reason for testFailAndSuccess failure is that the test

[jira] [Updated] (HBASE-9723) TestAsyncProcess#testFailAndSuccess testThreadCreation are flaky on SUSE

2013-10-07 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9723: - Status: Patch Available (was: Open) TestAsyncProcess#testFailAndSuccess testThreadCreation

[jira] [Commented] (HBASE-9730) Exceptions in multi operations are not handled correctly

2013-10-08 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13789928#comment-13789928 ] Jeffrey Zhong commented on HBASE-9730: -- Good Catch! [~enis] I think your patch fixes

[jira] [Updated] (HBASE-9723) TestAsyncProcess#testFailAndSuccess testThreadCreation are flaky on SUSE

2013-10-09 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9723: - Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available)

[jira] [Commented] (HBASE-9723) TestAsyncProcess#testFailAndSuccess testThreadCreation are flaky on SUSE

2013-10-09 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13790660#comment-13790660 ] Jeffrey Zhong commented on HBASE-9723: -- Thanks [~nkeywal] for the review! I have

[jira] [Commented] (HBASE-9696) Master recovery ignores online merge znode

2013-10-09 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13791014#comment-13791014 ] Jeffrey Zhong commented on HBASE-9696: -- [~jxiang] Do you have a more concret statck

[jira] [Commented] (HBASE-9696) Master recovery ignores online merge znode

2013-10-09 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13791216#comment-13791216 ] Jeffrey Zhong commented on HBASE-9696: -- {quote} If hri is null, it returns false

[jira] [Commented] (HBASE-9696) Master recovery ignores online merge znode

2013-10-10 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13792353#comment-13792353 ] Jeffrey Zhong commented on HBASE-9696: -- [~jxiang] What's the reason introducing the

[jira] [Commented] (HBASE-9696) Master recovery ignores online merge znode

2013-10-11 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13792954#comment-13792954 ] Jeffrey Zhong commented on HBASE-9696: -- Thanks [~saint@gmail.com] and [~jxiang]

[jira] [Commented] (HBASE-9696) Master recovery ignores online merge znode

2013-10-11 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793050#comment-13793050 ] Jeffrey Zhong commented on HBASE-9696: -- I read through the patch which seems ok to

[jira] [Created] (HBASE-9768) Two issues in AsyncProcess

2013-10-15 Thread Jeffrey Zhong (JIRA)
Jeffrey Zhong created HBASE-9768: Summary: Two issues in AsyncProcess Key: HBASE-9768 URL: https://issues.apache.org/jira/browse/HBASE-9768 Project: HBase Issue Type: Bug Affects

[jira] [Created] (HBASE-9776) Test Load And Verify Fails with TableNotEnabledException

2013-10-15 Thread Jeffrey Zhong (JIRA)
Jeffrey Zhong created HBASE-9776: Summary: Test Load And Verify Fails with TableNotEnabledException Key: HBASE-9776 URL: https://issues.apache.org/jira/browse/HBASE-9776 Project: HBase Issue

[jira] [Updated] (HBASE-9776) Test Load And Verify Fails with TableNotEnabledException

2013-10-15 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9776: - Description: Occasionally IntegrationTestLoadAndVerify failed with the following error. This is

[jira] [Commented] (HBASE-9776) Test Load And Verify Fails with TableNotEnabledException

2013-10-15 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13796208#comment-13796208 ] Jeffrey Zhong commented on HBASE-9776: -- Yes, the disableTable is not idempotent

[jira] [Updated] (HBASE-9776) Test Load And Verify Fails with TableNotEnabledException

2013-10-15 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9776: - Status: Patch Available (was: Open) Test Load And Verify Fails with TableNotEnabledException

[jira] [Updated] (HBASE-9776) Test Load And Verify Fails with TableNotEnabledException

2013-10-15 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9776: - Attachment: hbase-9776.patch The fix is simple and use HBaseTestingUtility#deleteTable to delete

[jira] [Commented] (HBASE-9776) Test Load And Verify Fails with TableNotEnabledException

2013-10-15 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13796305#comment-13796305 ] Jeffrey Zhong commented on HBASE-9776: -- [~saint@gmail.com] I'm afraid you hit a

[jira] [Commented] (HBASE-9773) Master aborted when hbck asked the master to assign a region that was already online

2013-10-16 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13797344#comment-13797344 ] Jeffrey Zhong commented on HBASE-9773: -- I checked the fix and I think it opens the

[jira] [Reopened] (HBASE-9773) Master aborted when hbck asked the master to assign a region that was already online

2013-10-16 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong reopened HBASE-9773: -- Master aborted when hbck asked the master to assign a region that was already online

[jira] [Commented] (HBASE-9773) Master aborted when hbck asked the master to assign a region that was already online

2013-10-16 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13797498#comment-13797498 ] Jeffrey Zhong commented on HBASE-9773: -- [~jxiang] I checked your addendum. You use

[jira] [Commented] (HBASE-9773) Master aborted when hbck asked the master to assign a region that was already online

2013-10-16 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13797615#comment-13797615 ] Jeffrey Zhong commented on HBASE-9773: -- With runnable, we can wait a little bit then

[jira] [Commented] (HBASE-9773) Master aborted when hbck asked the master to assign a region that was already online

2013-10-17 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13798164#comment-13798164 ] Jeffrey Zhong commented on HBASE-9773: -- {quote} I will enhance the addendum a little

[jira] [Commented] (HBASE-9776) Test Load And Verify Fails with TableNotEnabledException

2013-10-17 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13798216#comment-13798216 ] Jeffrey Zhong commented on HBASE-9776: -- Yes, I'll commit soon. Thanks. Test Load

[jira] [Commented] (HBASE-9793) Offline a region before it's closed could cause double assignment

2013-10-17 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13798232#comment-13798232 ] Jeffrey Zhong commented on HBASE-9793: -- I reviewed the patch. One minor thing is that

[jira] [Commented] (HBASE-9793) Offline a region before it's closed could cause double assignment

2013-10-17 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13798261#comment-13798261 ] Jeffrey Zhong commented on HBASE-9793: -- {quote} Can we change the loop condition

[jira] [Updated] (HBASE-9776) Test Load And Verify Fails with TableNotEnabledException

2013-10-17 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9776: - Resolution: Fixed Fix Version/s: 0.96.1 0.98.0 Hadoop Flags:

[jira] [Commented] (HBASE-9775) Client write path perf issues

2013-10-17 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13798685#comment-13798685 ] Jeffrey Zhong commented on HBASE-9775: -- [~eclark] Have you seen some region servers

[jira] [Updated] (HBASE-9775) Client write path perf issues

2013-10-17 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9775: - Attachment: hbase-9775.patch I think I found one bug in the AsyncProcess hurts performance.

[jira] [Commented] (HBASE-9775) Client write path perf issues

2013-10-18 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13799222#comment-13799222 ] Jeffrey Zhong commented on HBASE-9775: -- [~nkeywal] You're right. It's not real

[jira] [Commented] (HBASE-9775) Client write path perf issues

2013-10-18 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13799705#comment-13799705 ] Jeffrey Zhong commented on HBASE-9775: -- [~eclark] Is the client config setting

[jira] [Updated] (HBASE-5487) Generic framework for Master-coordinated tasks

2013-10-18 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-5487: - Attachment: Is the FATE of Assignment Manager FATE.pdf There are already two good write ups on

[jira] [Created] (HBASE-9822) IntegrationTestLazyCfLoading failed occasionally in a secure enviroment

2013-10-22 Thread Jeffrey Zhong (JIRA)
Jeffrey Zhong created HBASE-9822: Summary: IntegrationTestLazyCfLoading failed occasionally in a secure enviroment Key: HBASE-9822 URL: https://issues.apache.org/jira/browse/HBASE-9822 Project: HBase

[jira] [Updated] (HBASE-9822) IntegrationTestLazyCfLoading failed occasionally in a secure enviroment

2013-10-22 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9822: - Attachment: hbase-9822.patch There is no good way to know if ACL permissions are received by

[jira] [Updated] (HBASE-9822) IntegrationTestLazyCfLoading failed occasionally in a secure enviroment

2013-10-22 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9822: - Status: Patch Available (was: Open) IntegrationTestLazyCfLoading failed occasionally in a

[jira] [Commented] (HBASE-8552) fix coverage org.apache.hadoop.hbase.rest.filter

2013-10-28 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13807470#comment-13807470 ] Jeffrey Zhong commented on HBASE-8552: -- Patch looks good to me. +1. If no objection,

[jira] [Commented] (HBASE-8557) fix coverage org.apache.hadoop.hbase.rest.metrics

2013-10-28 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13807486#comment-13807486 ] Jeffrey Zhong commented on HBASE-8557: -- +1 on the patch. If no one objects, I'll

[jira] [Commented] (HBASE-9856) Fix some findbugs Performance Warnings

2013-10-29 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808219#comment-13808219 ] Jeffrey Zhong commented on HBASE-9856: -- Looks good to me(+1). Thanks. Fix some

[jira] [Commented] (HBASE-8559) increase unit-test coverage of package org.apache.hadoop.hbase.coprocessor

2013-10-29 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808420#comment-13808420 ] Jeffrey Zhong commented on HBASE-8559: -- [~iveselovsky] I tried the trunk patch. It

[jira] [Updated] (HBASE-8552) fix coverage org.apache.hadoop.hbase.rest.filter

2013-10-30 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-8552: - Resolution: Fixed Fix Version/s: 0.94.14 0.96.1

[jira] [Updated] (HBASE-8557) fix coverage org.apache.hadoop.hbase.rest.metrics

2013-10-30 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-8557: - Assignee: Aleksey Gorshkov fix coverage org.apache.hadoop.hbase.rest.metrics

[jira] [Updated] (HBASE-8557) fix coverage org.apache.hadoop.hbase.rest.metrics

2013-10-30 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-8557: - Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available)

[jira] [Updated] (HBASE-8557) fix coverage org.apache.hadoop.hbase.rest.metrics

2013-10-30 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-8557: - Fix Version/s: 0.94.14 fix coverage org.apache.hadoop.hbase.rest.metrics

[jira] [Updated] (HBASE-9822) IntegrationTestLazyCfLoading failed occasionally in a secure enviroment

2013-10-30 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9822: - Resolution: Fixed Fix Version/s: 0.96.1 0.98.0 Hadoop Flags:

[jira] [Commented] (HBASE-9360) Enable 0.94 - 0.96 replication to minimize upgrade down time

2013-10-30 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13809858#comment-13809858 ] Jeffrey Zhong commented on HBASE-9360: -- I did a prototype

[jira] [Commented] (HBASE-9867) Save on array copies with a subclass of LiteralByteString

2013-10-31 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810521#comment-13810521 ] Jeffrey Zhong commented on HBASE-9867: -- This is a great catch. I was wondering why

[jira] [Commented] (HBASE-9867) Save on array copies with a subclass of LiteralByteString

2013-10-31 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810629#comment-13810629 ] Jeffrey Zhong commented on HBASE-9867: -- {quote} LBS is package private to

[jira] [Commented] (HBASE-8559) increase unit-test coverage of package org.apache.hadoop.hbase.coprocessor

2013-10-31 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810801#comment-13810801 ] Jeffrey Zhong commented on HBASE-8559: -- The trunk patch looks good to me.(+1)

[jira] [Commented] (HBASE-9873) Some improvements in hlog and hlog split

2013-11-01 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13811575#comment-13811575 ] Jeffrey Zhong commented on HBASE-9873: -- {quote} Support running multiple hlog

[jira] [Commented] (HBASE-9873) Some improvements in hlog and hlog split

2013-11-01 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13811663#comment-13811663 ] Jeffrey Zhong commented on HBASE-9873: -- {quote} In general, RS failure recovery

[jira] [Commented] (HBASE-9865) WALEdit.heapSize() is incorrect in certain replication scenarios which may cause RegionServers to go OOM

2013-11-04 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13813129#comment-13813129 ] Jeffrey Zhong commented on HBASE-9865: -- [~lhofhansl] The following code is a dead

[jira] [Created] (HBASE-9895) 0.96 Import utility can't import an exported file from 0.94

2013-11-05 Thread Jeffrey Zhong (JIRA)
Jeffrey Zhong created HBASE-9895: Summary: 0.96 Import utility can't import an exported file from 0.94 Key: HBASE-9895 URL: https://issues.apache.org/jira/browse/HBASE-9895 Project: HBase

<    1   2   3   4   5   6   7   8   9   10   >