You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2022/06/01 17:51:12 UTC

[hbase] branch branch-2.5 updated: Amend HBASE-27082 spotless:apply

This is an automated email from the ASF dual-hosted git repository.

apurtell pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new d2d3d64c6ca Amend HBASE-27082 spotless:apply
d2d3d64c6ca is described below

commit d2d3d64c6ca9ad5a5763dba7810ee5a1e17e6a92
Author: Andrew Purtell <ap...@apache.org>
AuthorDate: Wed Jun 1 10:49:23 2022 -0700

    Amend HBASE-27082 spotless:apply
    
    Signed-off-by: Andrew Purtell <ap...@apache.org>
---
 .../test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsAdmin2.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hbase-rsgroup/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsAdmin2.java b/hbase-rsgroup/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsAdmin2.java
index bc59438dfae..d0cc014d82d 100644
--- a/hbase-rsgroup/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsAdmin2.java
+++ b/hbase-rsgroup/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsAdmin2.java
@@ -664,7 +664,8 @@ public class TestRSGroupsAdmin2 extends TestRSGroupsBase {
       return getTableRegionMap().get(tableName).size() >= tableRegionCount;
     });
     long startTime = EnvironmentEdgeManager.currentTime();
-    rsGroupAdmin.moveServers(Sets.newHashSet(newGroup.getServers().iterator().next()), newGroup.getName());
+    rsGroupAdmin.moveServers(Sets.newHashSet(newGroup.getServers().iterator().next()),
+      newGroup.getName());
     long timeTaken = EnvironmentEdgeManager.currentTime() - startTime;
     String msg =
       "Should not take mote than 15000 ms to move a table with 100 regions. Time taken  ="