You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ashu Pachauri (JIRA)" <ji...@apache.org> on 2017/04/25 22:49:04 UTC

[jira] [Created] (HBASE-17960) IntegrationTestReplication fails in successive runs due to lack of appropriate cleanup

Ashu Pachauri created HBASE-17960:
-------------------------------------

             Summary: IntegrationTestReplication fails in successive runs due to lack of appropriate cleanup
                 Key: HBASE-17960
                 URL: https://issues.apache.org/jira/browse/HBASE-17960
             Project: HBase
          Issue Type: Bug
          Components: integration tests
            Reporter: Ashu Pachauri


The way ITR works right now is that it adds a peer named 'TestPeer' for the replication destination cluster. The name of the peer is same across runs.

Also, it removes the peer in the beginning of each run. However, it does not wait for the queues corresponding to the peer to get cleaned up (which is an asynchronous operation and can take 10s of seconds). This causes the next run to fail and so on.

The test setup should wait for a non-trivial amount of time to cleanup the queues corresponding to the peer.





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)