[jira] [Commented] (HBASE-16927) TEST: update tests for misc regionserver tests

2016-10-24 Thread Scott Kuehn (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-16927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15602284#comment-15602284
 ] 

Scott Kuehn commented on HBASE-16927:
-

I’m out of office on Monday, 10/24. If you have any issues please contact Jason 
Strautman.




> TEST: update tests for misc regionserver tests
> --
>
> Key: HBASE-16927
> URL: https://issues.apache.org/jira/browse/HBASE-16927
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Sean Busbey
>
> ensure remaining tests for regionserver use masterstorage and regionstorage 
> rather than legacy implementation or direct filesystem access.
> hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegion.java
> hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegionInfo.java
> hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStore.java
> hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStoreFile.java
> hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStoreFileRefresherChore.java
> hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestReplicationSink.java



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-16933) Calls to ObserverContext#bypass in HRegion#processRowsWithLocks are inconsistent

2016-10-24 Thread Scott Kuehn (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-16933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15602274#comment-15602274
 ] 

Scott Kuehn commented on HBASE-16933:
-

I’m out of office on Monday, 10/24. If you have any issues please contact Jason 
Strautman.




> Calls to ObserverContext#bypass in HRegion#processRowsWithLocks are 
> inconsistent
> 
>
> Key: HBASE-16933
> URL: https://issues.apache.org/jira/browse/HBASE-16933
> Project: HBase
>  Issue Type: Bug
>Reporter: ChiaPing Tsai
>Priority: Minor
> Attachments: HBASE-16933.v0.patch
>
>
> The scenario is similar to 
> [HBASE-15417|https://issues.apache.org/jira/browse/HBASE-15417].
> The MultiRowMutationProcessor has the incorrect usage of bypassed mutations.
> This patch makes some incompatible change shown below.
> # If any mutation is bypassed, all mutations will be bypassed. Because the 
> RowMutations is an atomic operation.
> # No CP post-hook will be called if the all mutations are bypassed. For 
> example, postPut, postDelete, and postBatchMutateIndispensably



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-16920) TEST: update mapreduce tests to use masterstorage / regionstorage

2016-10-24 Thread Scott Kuehn (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-16920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15602272#comment-15602272
 ] 

Scott Kuehn commented on HBASE-16920:
-

I’m out of office on Monday, 10/24. If you have any issues please contact Jason 
Strautman.




> TEST: update mapreduce tests to use masterstorage / regionstorage
> -
>
> Key: HBASE-16920
> URL: https://issues.apache.org/jira/browse/HBASE-16920
> Project: HBase
>  Issue Type: Improvement
>  Components: Filesystem Integration
>Reporter: Sean Busbey
>
> ensure test classes for mapreduce utilities rely on MasterStorage / 
> RegionStorage and not direct filesystem access.
> hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestHFileOutputFormat2.java
> hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestLoadIncrementalHFiles.java
> hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestLoadIncrementalHFilesSplitRecovery.java



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-16923) TEST: update split tests

2016-10-24 Thread Scott Kuehn (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-16923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15602261#comment-15602261
 ] 

Scott Kuehn commented on HBASE-16923:
-

I’m out of office on Monday, 10/24. If you have any issues please contact Jason 
Strautman.




> TEST: update split tests
> 
>
> Key: HBASE-16923
> URL: https://issues.apache.org/jira/browse/HBASE-16923
> Project: HBase
>  Issue Type: Sub-task
>  Components: Filesystem Integration
>Reporter: Sean Busbey
>
> hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestSplitTransaction.java



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-16916) TEST: update ScanPerformanceEvaluation to use MasterStorage / RegionStorage

2016-10-24 Thread Scott Kuehn (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-16916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15602258#comment-15602258
 ] 

Scott Kuehn commented on HBASE-16916:
-

I’m out of office on Monday, 10/24. If you have any issues please contact Jason 
Strautman.




> TEST: update ScanPerformanceEvaluation to use MasterStorage / RegionStorage
> ---
>
> Key: HBASE-16916
> URL: https://issues.apache.org/jira/browse/HBASE-16916
> Project: HBase
>  Issue Type: Sub-task
>  Components: Filesystem Integration
>Reporter: Sean Busbey
>
> remove direct references to the backing filesystem or legacy implementation 
> from the Scan perf eval tool.
> hbase-server/src/test/java/org/apache/hadoop/hbase/ScanPerformanceEvaluation.java



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-16921) TEST: update MOB unit tests to user MasterStorage/ RegionStorage APIs

2016-10-24 Thread Scott Kuehn (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-16921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15602244#comment-15602244
 ] 

Scott Kuehn commented on HBASE-16921:
-

I’m out of office on Monday, 10/24. If you have any issues please contact Jason 
Strautman.




> TEST: update MOB unit tests to user MasterStorage/ RegionStorage APIs
> -
>
> Key: HBASE-16921
> URL: https://issues.apache.org/jira/browse/HBASE-16921
> Project: HBase
>  Issue Type: Sub-task
>  Components: Filesystem Integration
>Reporter: Umesh Agashe
>
> List of files:
> {code}
> hbase-server/src/test/java/org/apache/hadoop/hbase/mob/TestMobFileLink.java
> hbase-server/src/test/java/org/apache/hadoop/hbase/mob/compactions/TestPartitionedMobCompactor.java
> hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestDeleteMobTable.java
> hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHMobStore.java
> hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMobStoreCompaction.java
> hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMobStoreScanner.java
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-14644) Region in transition metric is broken

2016-05-10 Thread Scott Kuehn (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-14644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15278882#comment-15278882
 ] 

Scott Kuehn commented on HBASE-14644:
-

I encountered this scenario on a production cluster today. The HBase UI 
displayed > 100 regions in transition, with the max region-in-transition (RIT) 
duration > 5 hours. A run of {{hbase hbck }} confirmed the inconsistency 
reported by the UI. During this time the hbase metrics dump displayed 0 for all 
RIT-related metrics: ritOldestAge, ritCount, and ritOverThreshold. I sampled a 
few non-RIT metrics and they looked correct, so I don't suspect this issue is 
generally related to metrics collection.

> Region in transition metric is broken
> -
>
> Key: HBASE-14644
> URL: https://issues.apache.org/jira/browse/HBASE-14644
> Project: HBase
>  Issue Type: Bug
>Reporter: Elliott Clark
>
> ritCount stays 0 no matter what



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)