[jira] [Updated] (HBASE-15377) Per-RS Get metric is time based, per-region metric is size-based

2016-03-07 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15377: -- Attachment: HBASE-15377.patch With this patch, per-region has GetSize and GetTime metrics and RS has

[jira] [Updated] (HBASE-15377) Per-RS Get metric is time based, per-region metric is size-based

2016-03-07 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15377: -- Assignee: Heng Chen Fix Version/s: 1.4.0 1.3.0 2.0.0

[jira] [Commented] (HBASE-15377) Per-RS Get metric is time based, per-region metric is size-based

2016-03-07 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15184278#comment-15184278 ] Heng Chen commented on HBASE-15377: --- According to HBASE-15376, i think we could replace response size

[jira] [Commented] (HBASE-14703) HTable.mutateRow does not collect stats

2016-03-07 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15184268#comment-15184268 ] Heng Chen commented on HBASE-14703: --- Sounds good. I will give a patch for branch-1 this week. :) >

[jira] [Commented] (HBASE-15377) Per-RS Get metric is time based, per-region metric is size-based

2016-03-07 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15184264#comment-15184264 ] Heng Chen commented on HBASE-15377: --- Oh, yeah, sorry for my careless. Let me give a patch later. >

[jira] [Commented] (HBASE-15406) Split / merge switch left disabled after early termination of hbck

2016-03-07 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15184252#comment-15184252 ] Heng Chen commented on HBASE-15406: --- {quote} I was thinking of using Leases to keep track of the

[jira] [Resolved] (HBASE-15377) Per-RS Get metric is time based, per-region metric is size-based

2016-03-07 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen resolved HBASE-15377. --- Resolution: Duplicate > Per-RS Get metric is time based, per-region metric is size-based >

[jira] [Commented] (HBASE-15377) Per-RS Get metric is time based, per-region metric is size-based

2016-03-07 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15182820#comment-15182820 ] Heng Chen commented on HBASE-15377: --- duplicate with HBASE-15376 > Per-RS Get metric is time based,

[jira] [Updated] (HBASE-15376) ScanNext metric is size-based while every other per-operation metric is time based

2016-03-07 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15376: -- Resolution: Fixed Assignee: Heng Chen Hadoop Flags: Reviewed Fix Version/s: 1.4.0

[jira] [Commented] (HBASE-15376) ScanNext metric is size-based while every other per-operation metric is time based

2016-03-07 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15182817#comment-15182817 ] Heng Chen commented on HBASE-15376: --- push to master, branch-1, branch-1.3 > ScanNext metric is

[jira] [Updated] (HBASE-15406) Split / merge switch left disabled after early termination of hbck

2016-03-07 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15406: -- Assignee: (was: Heng Chen) > Split / merge switch left disabled after early termination of hbck >

[jira] [Commented] (HBASE-15406) Split / merge switch left disabled after early termination of hbck

2016-03-06 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15182664#comment-15182664 ] Heng Chen commented on HBASE-15406: --- To be honest, i don't like the way master do clean up with a

[jira] [Commented] (HBASE-15406) Split / merge switch left disabled after early termination of hbck

2016-03-06 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15182572#comment-15182572 ] Heng Chen commented on HBASE-15406: --- {quote} One of the solutions would be to have ephemeral znode for

[jira] [Commented] (HBASE-15406) Split / merge switch left disabled after early termination of hbck

2016-03-06 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15182560#comment-15182560 ] Heng Chen commented on HBASE-15406: --- IMO there are two situations of hbck abort. * hbck exit because

[jira] [Commented] (HBASE-14703) HTable.mutateRow does not collect stats

2016-03-06 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15182374#comment-15182374 ] Heng Chen commented on HBASE-14703: --- Thanks [~jesse_yates] for your help during this issue. It is

[jira] [Updated] (HBASE-15406) Split / merge switch left disabled after early termination of hbck

2016-03-06 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15406: -- Fix Version/s: 1.4.0 1.3.0 2.0.0 > Split / merge switch left

[jira] [Assigned] (HBASE-15406) Split / merge switch left disabled after early termination of hbck

2016-03-06 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen reassigned HBASE-15406: - Assignee: Heng Chen > Split / merge switch left disabled after early termination of hbck >

[jira] [Commented] (HBASE-15376) ScanNext metric is size-based while every other per-operation metric is time based

2016-03-06 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15182368#comment-15182368 ] Heng Chen commented on HBASE-15376: --- Commit it today if no other concerns. > ScanNext metric is

[jira] [Commented] (HBASE-15406) Split / merge switch left disabled after early termination of hbck

2016-03-06 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15182365#comment-15182365 ] Heng Chen commented on HBASE-15406: --- Oh, sorry, it has no dealing when hbck abort. Let me fix it. >

[jira] [Updated] (HBASE-15376) ScanNext metric is size-based while every other per-operation metric is time based

2016-03-03 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15376: -- Attachment: HBASE-15376_v3.patch address [~enis] new comments. > ScanNext metric is size-based while

[jira] [Resolved] (HBASE-15329) Cross-Site Scripting: Reflected in table.jsp

2016-03-02 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen resolved HBASE-15329. --- Resolution: Fixed Hadoop Flags: Reviewed > Cross-Site Scripting: Reflected in table.jsp >

[jira] [Commented] (HBASE-15329) Cross-Site Scripting: Reflected in table.jsp

2016-03-02 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15177136#comment-15177136 ] Heng Chen commented on HBASE-15329: --- Actually, it is not a problem. If your url parameter 'name' is

[jira] [Commented] (HBASE-15329) Cross-Site Scripting: Reflected in table.jsp

2016-03-02 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15177117#comment-15177117 ] Heng Chen commented on HBASE-15329: --- Let me check it locally, and push it to master. > Cross-Site

[jira] [Updated] (HBASE-15329) Cross-Site Scripting: Reflected in table.jsp

2016-03-02 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15329: -- Fix Version/s: 2.0.0 > Cross-Site Scripting: Reflected in table.jsp >

[jira] [Commented] (HBASE-15329) Cross-Site Scripting: Reflected in table.jsp

2016-03-02 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15177115#comment-15177115 ] Heng Chen commented on HBASE-15329: --- LGTM. +1 > Cross-Site Scripting: Reflected in table.jsp >

[jira] [Updated] (HBASE-15329) Cross-Site Scripting: Reflected in table.jsp

2016-03-02 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15329: -- Assignee: Samir Ahmic > Cross-Site Scripting: Reflected in table.jsp >

[jira] [Updated] (HBASE-15376) ScanNext metric is size-based while every other per-operation metric is time based

2016-03-02 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15376: -- Attachment: HBASE-15376_v1.patch > ScanNext metric is size-based while every other per-operation

[jira] [Created] (HBASE-15384) Avoid using '/tmp' directory in TestBulkLoad

2016-03-02 Thread Heng Chen (JIRA)
Heng Chen created HBASE-15384: - Summary: Avoid using '/tmp' directory in TestBulkLoad Key: HBASE-15384 URL: https://issues.apache.org/jira/browse/HBASE-15384 Project: HBase Issue Type: Sub-task

[jira] [Commented] (HBASE-15379) Fake cells created in read path not implementing SettableSequenceId

2016-03-02 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15177061#comment-15177061 ] Heng Chen commented on HBASE-15379: --- Could we add a testcase for this situation? > Fake cells created

[jira] [Commented] (HBASE-15376) ScanNext metric is size-based while every other per-operation metric is time based

2016-03-02 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15177041#comment-15177041 ] Heng Chen commented on HBASE-15376: --- {code} The https://hbase.apache.org/book.html#hbase.versioning

[jira] [Commented] (HBASE-15380) Purge rollback support in Store etc.

2016-03-02 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15175314#comment-15175314 ] Heng Chen commented on HBASE-15380: --- +1. No usage in the project. > Purge rollback support in Store

[jira] [Commented] (HBASE-15374) Avoid using '/tmp' directory in our unit tests

2016-03-02 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15175308#comment-15175308 ] Heng Chen commented on HBASE-15374: --- TestBulkLoad also do this. > Avoid using '/tmp' directory in our

[jira] [Commented] (HBASE-15379) Fake cells created in read path not implementing SettableSequenceId

2016-03-02 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15175304#comment-15175304 ] Heng Chen commented on HBASE-15379: --- Let {{EmptyCell}} implements {{SettableSequenceId}} ? > Fake

[jira] [Commented] (HBASE-15377) Per-RS Get metric is time based, per-region metric is size-based

2016-03-01 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15175211#comment-15175211 ] Heng Chen commented on HBASE-15377: --- Oh, sorry, just see it now. HBASE-15376 contains changes of this

[jira] [Updated] (HBASE-15376) ScanNext metric is size-based while every other per-operation metric is time based

2016-03-01 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15376: -- Status: Patch Available (was: Open) > ScanNext metric is size-based while every other per-operation

[jira] [Updated] (HBASE-15376) ScanNext metric is size-based while every other per-operation metric is time based

2016-03-01 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15376: -- Attachment: HBASE-15376.patch Make a patch for it. {code} ScanNextTime_num_ops: 4, ScanNextTime_min:

[jira] [Updated] (HBASE-15128) Disable region splits and merges switch in master

2016-02-29 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15128: -- Labels: reviewed (was: ) > Disable region splits and merges switch in master >

[jira] [Updated] (HBASE-15128) Disable region splits and merges switch in master

2016-02-29 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15128: -- Resolution: Fixed Fix Version/s: (was: 1.3.0) 1.4.0 Status:

[jira] [Commented] (HBASE-15128) Disable region splits and merges switch in master

2016-02-29 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15171813#comment-15171813 ] Heng Chen commented on HBASE-15128: --- Relates testcase has passed,

[jira] [Commented] (HBASE-15128) Disable region splits and merges switch in master

2016-02-28 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15171342#comment-15171342 ] Heng Chen commented on HBASE-15128: --- [~busbey] Do you know how to solve the problem of hbaseprotoc in

[jira] [Updated] (HBASE-15128) Disable region splits and merges switch in master

2016-02-26 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15128: -- Attachment: HBASE-15128-branch-1.patch Current patch is only suitable for branch-1 with

[jira] [Commented] (HBASE-15128) Disable region splits and merges switch in master

2016-02-26 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15170288#comment-15170288 ] Heng Chen commented on HBASE-15128: --- push to master. Let me make a patch for branch-1, it seems a

[jira] [Updated] (HBASE-15128) Disable region splits and merges switch in master

2016-02-26 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15128: -- Attachment: HBASE-15128_v9.patch v9 address [~tedyu] comments from rb. I will commit v9 later. >

[jira] [Commented] (HBASE-15338) Add a option to disable the data block cache for testing the performance of underlying file system

2016-02-25 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15168511#comment-15168511 ] Heng Chen commented on HBASE-15338: --- what's the difference if we just set hfile.block.cache.size to be

[jira] [Commented] (HBASE-15328) Unvalidated Redirect in HMaster

2016-02-25 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15168380#comment-15168380 ] Heng Chen commented on HBASE-15328: --- At least, we could check whether request.getServerName is our

[jira] [Commented] (HBASE-14703) not collect stats when call HTable.mutateRow

2016-02-25 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15168370#comment-15168370 ] Heng Chen commented on HBASE-14703: --- Failed testcase due to HBASE-15222, has no relates with current

[jira] [Commented] (HBASE-15128) Disable region splits and merges switch in master

2016-02-25 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15168307#comment-15168307 ] Heng Chen commented on HBASE-15128: --- any other suggestions? If no, i will commit it today. > Disable

[jira] [Updated] (HBASE-15128) Disable region splits and merges switch in master

2016-02-25 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15128: -- Attachment: HBASE-15128_v8.patch Address [~tedyu] comments, do i need to upload v8 to rb? Thanks

[jira] [Commented] (HBASE-15128) Disable region splits and merges switch in master

2016-02-25 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15168178#comment-15168178 ] Heng Chen commented on HBASE-15128: --- Oh, sorry i just commit it to master, let me upload patch

[jira] [Commented] (HBASE-15128) Disable region splits and merges switch in master

2016-02-25 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15168126#comment-15168126 ] Heng Chen commented on HBASE-15128: --- Thanks [~enis], javadoc has been fixed. If no other suggestions,

[jira] [Commented] (HBASE-15128) Disable region splits and merges switch in master

2016-02-25 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15167994#comment-15167994 ] Heng Chen commented on HBASE-15128: --- ping [~enis] > Disable region splits and merges switch in master

[jira] [Updated] (HBASE-14703) not collect stats when call HTable.mutateRow

2016-02-25 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-14703: -- Attachment: HBASE-14703_v13.patch v13 fix checkstyle errors and findbugs. > not collect stats when

[jira] [Created] (HBASE-15326) NPE in TestHRegion.testBatchPut_whileNoRowLocksHeld

2016-02-25 Thread Heng Chen (JIRA)
Heng Chen created HBASE-15326: - Summary: NPE in TestHRegion.testBatchPut_whileNoRowLocksHeld Key: HBASE-15326 URL: https://issues.apache.org/jira/browse/HBASE-15326 Project: HBase Issue Type:

[jira] [Updated] (HBASE-14703) not collect stats when call HTable.mutateRow

2016-02-23 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-14703: -- Attachment: HBASE-14703_v12.patch v12 address all [~jesse_yates] comments on review board. > not

[jira] [Updated] (HBASE-15169) Backport HBASE-14362 'TestWALProcedureStoreOnHDFS is super duper flaky' to branch-1.1

2016-02-22 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15169: -- Resolution: Fixed Status: Resolved (was: Patch Available) push to branch-1.1 > Backport

[jira] [Created] (HBASE-15308) Flakey TestSplitWalDataLoss on branch-1.1

2016-02-22 Thread Heng Chen (JIRA)
Heng Chen created HBASE-15308: - Summary: Flakey TestSplitWalDataLoss on branch-1.1 Key: HBASE-15308 URL: https://issues.apache.org/jira/browse/HBASE-15308 Project: HBase Issue Type: Sub-task

[jira] [Commented] (HBASE-15169) Backport HBASE-14362 'TestWALProcedureStoreOnHDFS is super duper flaky' to branch-1.1

2016-02-22 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15157705#comment-15157705 ] Heng Chen commented on HBASE-15169: --- still not run. I will commit it, the testcase has passed

[jira] [Updated] (HBASE-15169) Backport HBASE-14362 'TestWALProcedureStoreOnHDFS is super duper flaky' to branch-1.1

2016-02-22 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15169: -- Attachment: HBASE-15169-branch-1.1.patch > Backport HBASE-14362 'TestWALProcedureStoreOnHDFS is super

[jira] [Commented] (HBASE-15128) Disable region splits and merges switch in master

2016-02-21 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15156427#comment-15156427 ] Heng Chen commented on HBASE-15128: --- I have to trigger it with USE_YETUS_PRERELEASE manually,the

[jira] [Commented] (HBASE-15128) Disable region splits and merges switch in master

2016-02-20 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15155673#comment-15155673 ] Heng Chen commented on HBASE-15128: --- Patch v7 make Admin.MasterSwitchType to be Evolving and fix java

[jira] [Issue Comment Deleted] (HBASE-15128) Disable region splits and merges switch in master

2016-02-20 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15128: -- Comment: was deleted (was: | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem ||

[jira] [Updated] (HBASE-15128) Disable region splits and merges switch in master

2016-02-19 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15128: -- Attachment: HBASE-15128_v7.patch > Disable region splits and merges switch in master >

[jira] [Updated] (HBASE-15259) WALEdits under replay will also be replicated

2016-02-19 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15259: -- Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 2.0.0 Status: Resolved

[jira] [Updated] (HBASE-15288) Flakey TestMasterMetrics.testClusterRequests on branch-1.1

2016-02-19 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15288: -- Resolution: Fixed Assignee: Heng Chen Status: Resolved (was: Patch Available) > Flakey

[jira] [Commented] (HBASE-15288) Flakey TestMasterMetrics.testClusterRequests on branch-1.1

2016-02-19 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15155293#comment-15155293 ] Heng Chen commented on HBASE-15288: --- findbugs and javadoc no relates to this patch. Rename method and

[jira] [Commented] (HBASE-15288) Flakey TestMasterMetrics.testClusterRequests on branch-1.1

2016-02-19 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15154160#comment-15154160 ] Heng Chen commented on HBASE-15288: ---

[jira] [Updated] (HBASE-14703) not collect stats when call HTable.mutateRow

2016-02-19 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-14703: -- Attachment: HBASE-14703_v11.patch rebase on master > not collect stats when call HTable.mutateRow >

[jira] [Updated] (HBASE-15288) Flakey TestMasterMetrics.testClusterRequests on branch-1.1

2016-02-19 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15288: -- Status: Patch Available (was: Open) > Flakey TestMasterMetrics.testClusterRequests on branch-1.1 >

[jira] [Updated] (HBASE-15288) Flakey TestMasterMetrics.testClusterRequests on branch-1.1

2016-02-19 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15288: -- Attachment: HBASE-15288-branch-1.1.patch When we calculate cluster requests, we should wait request to

[jira] [Issue Comment Deleted] (HBASE-15128) Disable region splits and merges switch in master

2016-02-18 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15128: -- Comment: was deleted (was: | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem ||

[jira] [Issue Comment Deleted] (HBASE-15128) Disable region splits and merges switch in master

2016-02-18 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15128: -- Comment: was deleted (was: | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem ||

[jira] [Updated] (HBASE-15128) Disable region splits and merges switch in master

2016-02-18 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15128: -- Attachment: HBASE-15128_v6.patch Fix java doc and findbugs. And i fix some of ruby checkstyle errors,

[jira] [Commented] (HBASE-14703) not collect stats when call HTable.mutateRow

2016-02-18 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15153602#comment-15153602 ] Heng Chen commented on HBASE-14703: --- Welcome back, i will rebase it today, :) > not collect stats

[jira] [Commented] (HBASE-15288) Flakey TestMasterMetrics.testClusterRequests on branch-1.1

2016-02-18 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15153299#comment-15153299 ] Heng Chen commented on HBASE-15288: ---

[jira] [Created] (HBASE-15288) Flakey TestMasterMetrics.testClusterRequests on branch-1.1

2016-02-18 Thread Heng Chen (JIRA)
Heng Chen created HBASE-15288: - Summary: Flakey TestMasterMetrics.testClusterRequests on branch-1.1 Key: HBASE-15288 URL: https://issues.apache.org/jira/browse/HBASE-15288 Project: HBase Issue

[jira] [Updated] (HBASE-15169) Backport HBASE-14362 'TestWALProcedureStoreOnHDFS is super duper flaky' to branch-1.1

2016-02-17 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15169: -- Attachment: HBASE-15169-branch-1.1.patch > Backport HBASE-14362 'TestWALProcedureStoreOnHDFS is super

[jira] [Commented] (HBASE-14703) not collect stats when call HTable.mutateRow

2016-02-17 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15151885#comment-15151885 ] Heng Chen commented on HBASE-14703: --- [~jesse_yates] It is pending for some days, shall we go on with

[jira] [Resolved] (HBASE-15182) unify normalizer switch

2016-02-17 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen resolved HBASE-15182. --- Resolution: Invalid > unify normalizer switch > --- > > Key:

[jira] [Updated] (HBASE-15128) Disable region splits and merges switch in master

2016-02-17 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15128: -- Attachment: HBASE-15128_v5.patch address [~enis] comments on patch v4 of review board. Let's see how

[jira] [Commented] (HBASE-15270) Use appropriate encoding for "filter" field in TaskMonitorTmpl.jamon

2016-02-17 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15151787#comment-15151787 ] Heng Chen commented on HBASE-15270: --- Oh! Thanks [~busbey], my fault, i did not check it carefully.

[jira] [Commented] (HBASE-15270) Use appropriate encoding for "filter" field in TaskMonitorTmpl.jamon

2016-02-17 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15151778#comment-15151778 ] Heng Chen commented on HBASE-15270: --- What's up? [~busbey] > Use appropriate encoding for "filter"

[jira] [Commented] (HBASE-15278) AsyncRPCClient hangs if Connection closes before RPC call response

2016-02-17 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15151682#comment-15151682 ] Heng Chen commented on HBASE-15278: --- It seems testRTEDuringConnectionSetup inject one exception in

[jira] [Commented] (HBASE-15259) WALEdits under replay will also be replicated

2016-02-17 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15151657#comment-15151657 ] Heng Chen commented on HBASE-15259: --- Relates test has passed,

[jira] [Updated] (HBASE-15259) WALEdits under replay will also be replicated

2016-02-17 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15259: -- Attachment: HBASE-15259_v1.patch modify the testcase to be more robust. As for ram suggestions, i am

[jira] [Commented] (HBASE-15280) Scan metrics should not ignore empty rows.

2016-02-17 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15150189#comment-15150189 ] Heng Chen commented on HBASE-15280: --- {code} +count = scanTable(table, rowa, rowd); +

[jira] [Updated] (HBASE-15280) Scan metrics should not ignore empty rows.

2016-02-17 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15280: -- Attachment: HBASE-15280.patch > Scan metrics should not ignore empty rows. >

[jira] [Created] (HBASE-15280) Scan metrics should not ignore empty rows.

2016-02-17 Thread Heng Chen (JIRA)
Heng Chen created HBASE-15280: - Summary: Scan metrics should not ignore empty rows. Key: HBASE-15280 URL: https://issues.apache.org/jira/browse/HBASE-15280 Project: HBase Issue Type: Bug

[jira] [Commented] (HBASE-15267) Read requests count metric is increased when Get operation does not return any record

2016-02-17 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15150168#comment-15150168 ] Heng Chen commented on HBASE-15267: --- Please see HBASE-15280 > Read requests count metric is increased

[jira] [Commented] (HBASE-15267) Read requests count metric is increased when Get operation does not return any record

2016-02-17 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15150079#comment-15150079 ] Heng Chen commented on HBASE-15267: --- [~anoop.hbase] I have a question, if the table has only one

[jira] [Commented] (HBASE-15267) Read requests count metric is increased when Get operation does not return any record

2016-02-16 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15150014#comment-15150014 ] Heng Chen commented on HBASE-15267: --- Sound reasonable. Yeah, whatever read and scan once we do

[jira] [Commented] (HBASE-15278) AsyncRPCClient hangs if Connection closes before RPC call response

2016-02-16 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15150006#comment-15150006 ] Heng Chen commented on HBASE-15278: --- {code} ch.closeFuture().addListener(new

[jira] [Commented] (HBASE-15267) Read requests count metric is increased when Get operation does not return any record

2016-02-16 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15149854#comment-15149854 ] Heng Chen commented on HBASE-15267: --- I just see, in scan it calls {code:

[jira] [Commented] (HBASE-15259) WALEdits under replay will also be replicated

2016-02-16 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15149737#comment-15149737 ] Heng Chen commented on HBASE-15259: --- Sounds good. Dear [~ram_krish], do you have time to go on with

[jira] [Updated] (HBASE-15270) Use appropriate encoding for "filter" field in TaskMonitorTmpl.jamon

2016-02-16 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15270: -- Resolution: Fixed Status: Resolved (was: Patch Available) > Use appropriate encoding for

[jira] [Commented] (HBASE-15270) Use appropriate encoding for "filter" field in TaskMonitorTmpl.jamon

2016-02-16 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15149724#comment-15149724 ] Heng Chen commented on HBASE-15270: --- +1 on patch v1. push to master, branch-1.1, branch-1.2 > Use

[jira] [Commented] (HBASE-15128) Disable region splits and merges switch in master

2016-02-16 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15149542#comment-15149542 ] Heng Chen commented on HBASE-15128: --- OK. Let me finish it. :) > Disable region splits and merges

[jira] [Comment Edited] (HBASE-15267) Read requests count metric is increased when Get operation does not return any record

2016-02-16 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15148388#comment-15148388 ] Heng Chen edited comment on HBASE-15267 at 2/16/16 10:14 AM: - I think i found

[jira] [Commented] (HBASE-15267) Read requests count metric is increased when Get operation does not return any record

2016-02-16 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15148388#comment-15148388 ] Heng Chen commented on HBASE-15267: --- I think i found the reason why scan ingore inexistent row, but

[jira] [Comment Edited] (HBASE-15267) Read requests count metric is increased when Get operation does not return any record

2016-02-16 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15148364#comment-15148364 ] Heng Chen edited comment on HBASE-15267 at 2/16/16 9:59 AM: Sorry for the

[jira] [Issue Comment Deleted] (HBASE-15267) Read requests count metric is increased when Get operation does not return any record

2016-02-16 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen updated HBASE-15267: -- Comment: was deleted (was: Oh! [~anoop.hbase] I found something interesting, readRequest count

<    3   4   5   6   7   8   9   10   11   12   >