Package org.apache.hadoop.hbase.replication
package org.apache.hadoop.hbase.replication
-
ClassDescriptionA dummy replication endpoint that does nothing, for test use only.Base class for testing replication for dropped tables.A helper tool for generating random
ReplicationPeerConfig
and do assertion.Source that does nothing at all, helpful to test ReplicationSourceManagerBase class for testing serial replication.Testcase for HBASE-20147.In HBASE-26029, we reimplement the claim queue operation with proc-v2 and make it a step in SCP, this is a UT to make sure theClaimReplicationQueuesProcedure
works correctly.Use a coprocessor to count puts and deletes.Testcase for HBASE-23098Testcase for HBASE-20296.This class is only a base for other integration-level replication tests.Custom replication endpoint to keep track of replication status for tests.Test handling of changes to the number of a peer's regionservers.Tests ReplicationSource and ReplicationEndpoint interactionsNot used by unit tests, helpful for manual testing with replication.Runs the TestReplicationKillRS test and selects the RS to kill in the master cluster Do not add other tests in this class.Run the same test as TestReplicationKillMasterRS but with WAL compression enabled Do not add other tests in this class.Runs the TestReplicationKillRS test and selects the RS to kill in the slave cluster Do not add other tests in this class.All the modification method will fail once in the test and should finally succeed.White box testing for replication state interfaces.Replication with dropped table will stuck as the default REPLICATION_DROP_ON_DELETED_TABLE_KEY is false.Replication with dropped table will stuck as the default REPLICATION_DROP_ON_DELETED_TABLE_KEY is false.Confirm that the empty replication endpoint can work.We moved some ofTestVerifyReplication
's tests here because it could take too long to complete.