Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HBASE-22715 Use scan queues/executors for scans, when RWQueueRpcExecutor used #393

Closed

Conversation

JeongDaeKim
Copy link

@JeongDaeKim JeongDaeKim commented Jul 19, 2019

No extra RPC only for opening a scanner anymore. So, we don't need to use read queue/handler when opening scanner.

More details in HBASE-22715

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 1119 Docker mode activated.
_ Prechecks _
0 findbugs 0 Findbugs executables are not available.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ branch-1.4 Compile Tests _
+1 mvninstall 114 branch-1.4 passed
+1 compile 39 branch-1.4 passed with JDK v1.8.0_222
+1 compile 44 branch-1.4 passed with JDK v1.7.0_232
+1 checkstyle 75 branch-1.4 passed
+1 shadedjars 158 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 28 branch-1.4 passed with JDK v1.8.0_222
+1 javadoc 40 branch-1.4 passed with JDK v1.7.0_232
_ Patch Compile Tests _
+1 mvninstall 111 the patch passed
+1 compile 40 the patch passed with JDK v1.8.0_222
+1 javac 40 the patch passed
+1 compile 44 the patch passed with JDK v1.7.0_232
+1 javac 44 the patch passed
+1 checkstyle 75 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 158 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 107 Patch does not cause any errors with Hadoop 2.7.7.
+1 javadoc 27 the patch passed with JDK v1.8.0_222
+1 javadoc 40 the patch passed with JDK v1.7.0_232
_ Other Tests _
-1 unit 8115 hbase-server in the patch failed.
+1 asflicense 28 The patch does not generate ASF License warnings.
10535
Reason Tests
Failed junit tests hadoop.hbase.client.TestAdmin2
hadoop.hbase.client.TestAdmin1
Subsystem Report/Notes
Docker Client=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-393/1/artifact/out/Dockerfile
GITHUB PR #393
Optional Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux a39634bc9e30 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision branch-1.4 / 5f8c0fc
maven version: Apache Maven 3.0.5
Default Java 1.7.0_232
Multi-JDK versions /usr/lib/jvm/java-8-openjdk-amd64:1.8.0_222 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_232
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-393/1/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-393/1/testReport/
Max. process+thread count 4083 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-393/1/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@JeongDaeKim
Copy link
Author

It seems that failed Tests below are not related to this patch. (and not reproduced in my local test)

org.apache.hadoop.hbase.client.TestAdmin1.testRegionStateCleanupFromAMMemoryAfterRegionSplitAndMerge 10 sec 1
org.apache.hadoop.hbase.client.TestAdmin2.testCreateTableRPCTimeOut 46 sec 1

@Apache9 Could you take a look at this PR?

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 1184 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ branch-1.4 Compile Tests _
+1 mvninstall 121 branch-1.4 passed
+1 compile 37 branch-1.4 passed with JDK v1.8.0_222
+1 compile 39 branch-1.4 passed with JDK v1.7.0_232
+1 checkstyle 81 branch-1.4 passed
+1 shadedjars 154 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 30 branch-1.4 passed with JDK v1.8.0_222
+1 javadoc 37 branch-1.4 passed with JDK v1.7.0_232
0 spotbugs 155 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 152 branch-1.4 passed
_ Patch Compile Tests _
+1 mvninstall 102 the patch passed
+1 compile 35 the patch passed with JDK v1.8.0_222
+1 javac 35 the patch passed
+1 compile 38 the patch passed with JDK v1.7.0_232
+1 javac 38 the patch passed
+1 checkstyle 83 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 153 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 103 Patch does not cause any errors with Hadoop 2.7.7.
+1 javadoc 28 the patch passed with JDK v1.8.0_222
+1 javadoc 39 the patch passed with JDK v1.7.0_232
+1 findbugs 165 the patch passed
_ Other Tests _
-1 unit 10501 hbase-server in the patch failed.
+1 asflicense 21 The patch does not generate ASF License warnings.
13285
Reason Tests
Failed junit tests hadoop.hbase.client.TestAdmin2
hadoop.hbase.regionserver.TestRegionReplicaFailover
hadoop.hbase.client.TestAdmin1
Subsystem Report/Notes
Docker Client=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-393/2/artifact/out/Dockerfile
GITHUB PR #393
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 3b2c19be23d2 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-393/out/precommit/personality/provided.sh
git revision branch-1.4 / ec9c242
Default Java 1.7.0_232
Multi-JDK versions /usr/lib/jvm/java-8-openjdk-amd64:1.8.0_222 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_232
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-393/2/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-393/2/testReport/
Max. process+thread count 4018 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-393/2/console
versions git=1.9.1 maven=3.0.5 findbugs=3.0.1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 133 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ branch-1.4 Compile Tests _
+1 mvninstall 222 branch-1.4 passed
+1 compile 92 branch-1.4 passed with JDK v1.8.0_222
+1 compile 58 branch-1.4 passed with JDK v1.7.0_232
+1 checkstyle 130 branch-1.4 passed
+1 shadedjars 232 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 46 branch-1.4 passed with JDK v1.8.0_222
+1 javadoc 54 branch-1.4 passed with JDK v1.7.0_232
0 spotbugs 237 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 229 branch-1.4 passed
_ Patch Compile Tests _
+1 mvninstall 152 the patch passed
+1 compile 55 the patch passed with JDK v1.8.0_222
+1 javac 55 the patch passed
+1 compile 63 the patch passed with JDK v1.7.0_232
+1 javac 63 the patch passed
+1 checkstyle 127 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 241 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 176 Patch does not cause any errors with Hadoop 2.7.7.
+1 javadoc 40 the patch passed with JDK v1.8.0_222
+1 javadoc 55 the patch passed with JDK v1.7.0_232
+1 findbugs 240 the patch passed
_ Other Tests _
-1 unit 11519 hbase-server in the patch failed.
+1 asflicense 53 The patch does not generate ASF License warnings.
14221
Reason Tests
Failed junit tests hadoop.hbase.client.TestAdmin2
hadoop.hbase.master.normalizer.TestSimpleRegionNormalizerOnCluster
hadoop.hbase.TestZooKeeper
hadoop.hbase.client.TestAdmin1
Subsystem Report/Notes
Docker Client=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-393/2/artifact/out/Dockerfile
GITHUB PR #393
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux d2b95809d2d3 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-393/out/precommit/personality/provided.sh
git revision branch-1.4 / 4502b55
Default Java 1.7.0_232
Multi-JDK versions /usr/lib/jvm/java-8-openjdk-amd64:1.8.0_222 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_232
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-393/2/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-393/2/testReport/
Max. process+thread count 3924 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-393/2/console
versions git=1.9.1 maven=3.0.5 findbugs=3.0.1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 1179 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ branch-1.4 Compile Tests _
+1 mvninstall 125 branch-1.4 passed
+1 compile 40 branch-1.4 passed with JDK v1.8.0_222
+1 compile 40 branch-1.4 passed with JDK v1.7.0_232
+1 checkstyle 85 branch-1.4 passed
+1 shadedjars 161 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 29 branch-1.4 passed with JDK v1.8.0_222
+1 javadoc 40 branch-1.4 passed with JDK v1.7.0_232
0 spotbugs 159 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 156 branch-1.4 passed
_ Patch Compile Tests _
+1 mvninstall 103 the patch passed
+1 compile 40 the patch passed with JDK v1.8.0_222
+1 javac 40 the patch passed
+1 compile 44 the patch passed with JDK v1.7.0_232
+1 javac 44 the patch passed
+1 checkstyle 84 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 170 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 120 Patch does not cause any errors with Hadoop 2.7.7.
+1 javadoc 30 the patch passed with JDK v1.8.0_222
+1 javadoc 42 the patch passed with JDK v1.7.0_232
+1 findbugs 175 the patch passed
_ Other Tests _
-1 unit 8341 hbase-server in the patch failed.
+1 asflicense 29 The patch does not generate ASF License warnings.
11242
Reason Tests
Failed junit tests hadoop.hbase.master.TestMasterMetrics
Subsystem Report/Notes
Docker Client=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-393/3/artifact/out/Dockerfile
GITHUB PR #393
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux a111bbb01b91 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-393/out/precommit/personality/provided.sh
git revision branch-1.4 / a39c428
Default Java 1.7.0_232
Multi-JDK versions /usr/lib/jvm/java-8-openjdk-amd64:1.8.0_222 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_232
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-393/3/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-393/3/testReport/
Max. process+thread count 4300 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-393/3/console
versions git=1.9.1 maven=3.0.5 findbugs=3.0.1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

Copy link
Contributor

@apurtell apurtell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

This needs to be committed master -> branch-2s -> branch-1 -> branch-1.4 so please don't merge directly.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 138 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ branch-1.4 Compile Tests _
+1 mvninstall 230 branch-1.4 passed
+1 compile 57 branch-1.4 passed with JDK v1.8.0_222
+1 compile 46 branch-1.4 passed with JDK v1.7.0_232
+1 checkstyle 93 branch-1.4 passed
+1 shadedjars 171 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 39 branch-1.4 passed with JDK v1.8.0_222
+1 javadoc 42 branch-1.4 passed with JDK v1.7.0_232
0 spotbugs 189 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 180 branch-1.4 passed
_ Patch Compile Tests _
+1 mvninstall 117 the patch passed
+1 compile 42 the patch passed with JDK v1.8.0_222
+1 javac 42 the patch passed
+1 compile 46 the patch passed with JDK v1.7.0_232
+1 javac 46 the patch passed
+1 checkstyle 92 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 170 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 143 Patch does not cause any errors with Hadoop 2.7.7.
+1 javadoc 31 the patch passed with JDK v1.8.0_222
+1 javadoc 40 the patch passed with JDK v1.7.0_232
+1 findbugs 173 the patch passed
_ Other Tests _
-1 unit 11329 hbase-server in the patch failed.
+1 asflicense 39 The patch does not generate ASF License warnings.
13479
Reason Tests
Failed junit tests hadoop.hbase.regionserver.TestScannerHeartbeatMessages
hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint
hadoop.hbase.replication.TestPerTableCFReplication
hadoop.hbase.client.TestAdmin2
hadoop.hbase.client.TestAdmin1
hadoop.hbase.regionserver.TestRegionReplicaFailover
Subsystem Report/Notes
Docker Client=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-393/5/artifact/out/Dockerfile
GITHUB PR #393
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 03c0a2c2baab 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-393/out/precommit/personality/provided.sh
git revision branch-1.4 / 071962a
Default Java 1.7.0_232
Multi-JDK versions /usr/lib/jvm/java-8-openjdk-amd64:1.8.0_222 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_232
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-393/5/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-393/5/testReport/
Max. process+thread count 4072 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-393/5/console
versions git=1.9.1 maven=3.0.5 findbugs=3.0.1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@apurtell
Copy link
Contributor

Any further comments?
I will work on committing this.

asfgit pushed a commit that referenced this pull request Jul 24, 2019
…ds in RWQueueRpcExecutor (#393)

Signed-off-by: Andrew Purtell <apurtell@apache.org>

Conflicts:
	hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestSimpleRpcScheduler.java
asfgit pushed a commit that referenced this pull request Jul 24, 2019
…ds in RWQueueRpcExecutor (#393)

Signed-off-by: Andrew Purtell <apurtell@apache.org>

Conflicts:
	hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestSimpleRpcScheduler.java
asfgit pushed a commit that referenced this pull request Jul 24, 2019
…ds in RWQueueRpcExecutor (#393)

Signed-off-by: Andrew Purtell <apurtell@apache.org>

Conflicts:
	hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestSimpleRpcScheduler.java
asfgit pushed a commit that referenced this pull request Jul 24, 2019
…ds in RWQueueRpcExecutor (#393)

Signed-off-by: Andrew Purtell <apurtell@apache.org>

Conflicts:
	hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestSimpleRpcScheduler.java
asfgit pushed a commit that referenced this pull request Jul 24, 2019
…ds in RWQueueRpcExecutor (#393)

Signed-off-by: Andrew Purtell <apurtell@apache.org>
asfgit pushed a commit that referenced this pull request Jul 24, 2019
…ds in RWQueueRpcExecutor (#393)

Signed-off-by: Andrew Purtell <apurtell@apache.org>
asfgit pushed a commit that referenced this pull request Jul 24, 2019
…ds in RWQueueRpcExecutor (#393)

Signed-off-by: Andrew Purtell <apurtell@apache.org>
@apurtell apurtell closed this Jul 24, 2019
asfgit pushed a commit that referenced this pull request Jul 24, 2019
…er threads in RWQueueRpcExecutor (#393)"

This reverts commit 55bd5ec.

Incorrect application to branch-1.3. HBASE-22715 is relevant only where HBASE-17508
was committed.
@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
0 reexec 110 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ branch-1.4 Compile Tests _
+1 mvninstall 134 branch-1.4 passed
+1 compile 39 branch-1.4 passed with JDK v1.8.0_222
+1 compile 42 branch-1.4 passed with JDK v1.7.0_232
+1 checkstyle 86 branch-1.4 passed
+1 shadedjars 169 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 32 branch-1.4 passed with JDK v1.8.0_222
+1 javadoc 38 branch-1.4 passed with JDK v1.7.0_232
0 spotbugs 174 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 169 branch-1.4 passed
_ Patch Compile Tests _
+1 mvninstall 122 the patch passed
+1 compile 46 the patch passed with JDK v1.8.0_222
+1 javac 46 the patch passed
+1 compile 48 the patch passed with JDK v1.7.0_232
+1 javac 48 the patch passed
+1 checkstyle 97 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 176 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 122 Patch does not cause any errors with Hadoop 2.7.7.
+1 javadoc 29 the patch passed with JDK v1.8.0_222
+1 javadoc 38 the patch passed with JDK v1.7.0_232
+1 findbugs 172 the patch passed
_ Other Tests _
+1 unit 6206 hbase-server in the patch passed.
+1 asflicense 21 The patch does not generate ASF License warnings.
8103
Subsystem Report/Notes
Docker Client=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-393/6/artifact/out/Dockerfile
GITHUB PR #393
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 54805b866d7f 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-393/out/precommit/personality/provided.sh
git revision branch-1.4 / ee0d9a0
Default Java 1.7.0_232
Multi-JDK versions /usr/lib/jvm/java-8-openjdk-amd64:1.8.0_222 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_232
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-393/6/testReport/
Max. process+thread count 3522 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-393/6/console
versions git=1.9.1 maven=3.0.5 findbugs=3.0.1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@JeongDaeKim JeongDaeKim deleted the branch-1.4-HBASE-22715 branch July 25, 2019 01:37
infraio pushed a commit to infraio/hbase that referenced this pull request Aug 17, 2020
…ds in RWQueueRpcExecutor (apache#393)

Signed-off-by: Andrew Purtell <apurtell@apache.org>

Conflicts:
	hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestSimpleRpcScheduler.java
symat pushed a commit to symat/hbase that referenced this pull request Feb 17, 2021
…ds in RWQueueRpcExecutor (apache#393)

Signed-off-by: Andrew Purtell <apurtell@apache.org>

Conflicts:
	hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestSimpleRpcScheduler.java

(cherry picked from commit c468aee)

Change-Id: Ia60512f2a58d8fdecaf04bd0390c59abd5c46333
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants