[
https://issues.apache.org/jira/browse/HBASE-26067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17467828#comment-17467828
]
Duo Zhang commented on HBASE-26067:
-----------------------------------
HBASE-26641 helps a bit.
This was the command I used for testing the branch
{noformat}
mvn test -fn -PrunAllTests -Dsurefire.rerunFailingTestsCount=2
-Dhadoop.profile=3.0 &>test.log </dev/null &
{noformat}
All modules except hbase-server were passed, for hbase-server, the failures were
{noformat}
[ERROR] Failures:
[ERROR]
org.apache.hadoop.hbase.master.balancer.TestStochasticLoadBalancerRegionReplicaLargeCluster.testRegionReplicasOnLargeCluster
[ERROR] Run 1:
TestStochasticLoadBalancerRegionReplicaLargeCluster.testRegionReplicasOnLargeCluster:41->BalancerTestBase.testWithCluster:561->BalancerTestBase.testWithCluster:594->BalancerTestBase.assertClusterAsBalanced:213
All servers should have load no more than 60.
server=srv1704715723,3637,2575641733119932236 , load=6
1
[ERROR] Run 2:
TestStochasticLoadBalancerRegionReplicaLargeCluster.testRegionReplicasOnLargeCluster:41->BalancerTestBase.testWithCluster:561->BalancerTestBase.testWithCluster:594->BalancerTestBase.assertClusterAsBalanced:215
All servers should have load no less than 60.
server=srv1613724309,9647,7201182604512302666 , load=5
9
[ERROR] Run 3:
TestStochasticLoadBalancerRegionReplicaLargeCluster.testRegionReplicasOnLargeCluster:41->BalancerTestBase.testWithCluster:561->BalancerTestBase.testWithCluster:594->BalancerTestBase.assertClusterAsBalanced:213
All servers should have load no more than 60.
server=srv805620918,32796,3201540874026950896 , load=6
1
[INFO]
[ERROR] Errors:
[ERROR] org.apache.hadoop.hbase.replication.TestReplicationDroppedTables.null
[ERROR] Run 1:
TestReplicationDroppedTables.testEditsDroppedWithDroppedTableNS:128->testEditsBehindDroppedTable:179->Object.wait:462->Object.wait:-2
» TestTimedOut
[ERROR] Run 2: TestReplicationDroppedTables » Appears to be stuck in thread
RS-EventLoopGrou...
{noformat}
For me I do not think they are related to our changes here, and
TestStochasticLoadBalancerRegionReplicaLargeCluster is on the flaky list of
branch-2 and TestReplicationDroppedTables is known to be flaky in our pre
commit.
So I think we are good to go. [~elserj] WDTY? Thanks.
> Change the way on how we track store file list
> ----------------------------------------------
>
> Key: HBASE-26067
> URL: https://issues.apache.org/jira/browse/HBASE-26067
> Project: HBase
> Issue Type: Umbrella
> Components: HFile
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
> Fix For: 3.0.0-alpha-3
>
>
> Open a separated jira to track the work since it can not be fully included in
> HBASE-24749.
> I think this could be a landed prior to HBASE-24749, as if this works, we
> could have different implementations for tracking store file list.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)