Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
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:
commit ba7a936f74985eb9d974fdc87b0d06cb8cd8473d Author: Sean Busbey <busbey@apache.org> 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 <apurtell@apache.org>
For now I'm going to disable the test. Leaving this open for debugging.
Attachments
Issue Links
- is duplicated by
-
HBASE-18116 Replication source in-memory accounting should not include bulk transfer hfiles
- Resolved