Andrew Purtell created HBASE-20496:
--------------------------------------
Summary: TestGlobalThrottler failing on branch-1 since revert of
HBASE-9465
Key: HBASE-20496
URL: https://issues.apache.org/jira/browse/HBASE-20496
Project: HBase
Issue Type: Bug
Reporter: Andrew Purtell
Not sure why we didn't catch it earlier, but with my latest dev setup including
8u JVM, TestGlobalThrottler fails reliably, and a git bisect finds the problem
at this revert:
{noformat}
commit ba7a936f74985eb9d974fdc87b0d06cb8cd8473d
Author: Sean Busbey <[email protected]>
Date: Tue Nov 7 23:50:35 2017 -0600
Revert "HBASE-9465 Push entries to peer clusters serially"
This reverts commit 441bc050b991c14c048617bc443b97f46e21b76f.
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/MetaTableAccessor.java
hbase-client/src/main/java/org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java
hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/WALProtos.java
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/Replication.java
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSource.java
Signed-off-by: Andrew Purtell <[email protected]>
{noformat}
For now I'm going to disable the test. Leaving this open for debugging.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)