You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Michael Stack (Jira)" <ji...@apache.org> on 2020/12/02 04:34:00 UTC

[jira] [Updated] (HBASE-25349) [Flakey Tests] branch-2 TestRefreshRecoveredReplication.testReplicationRefreshSource:141 Waiting timed out after [60,000] msec

     [ https://issues.apache.org/jira/browse/HBASE-25349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Stack updated HBASE-25349:
----------------------------------
    Component/s: flakies
    Description: 
This one fails for me most times running locally.

I added some debug (see the PR).

In the test we look for old replication source to be non-zero long after it has been processed. The test gets stuck waiting.

See here is where the table becomes available, after which we start expecting the old source replication queue to be non-zero.

{{ 2020-12-01 20:02:52,400 INFO [Listener at localhost/56996] regionserver.TestRefreshRecoveredReplication(136): Available testReplicationRefreshSource}}

 But see here where the replication source has been removed before we get to the 'available' line above:

{{2020-12-01 20:02:50,768 INFO [ReplicationExecutor-0.replicationSource,2-kalashnikov.attlocal.net,56950,1606881738045.replicationSource.shipperkalashnikov.attlocal.net%2C56950%2C1606881738045,2-kalashnikov.attlocal.net,56950,1606881738045] regionserver.ReplicationSourceManager(463): Done with the recovered queue 2-kalashnikov. attlocal.net,56950,1606881738045}}{{ }}

  was:
We look for old replication source to be non-zero long after it has been processed. The test gets stuck waiting.

See here is where the table becomes available, after which we start expecting the old source replication queue to be non-zero.

{{ 2020-12-01 20:02:52,400 INFO [Listener at localhost/56996] regionserver.TestRefreshRecoveredReplication(136): Available testReplicationRefreshSource}}

 But see here where the replication source has been removed before we get to the 'available' line above:

2020-12-01 20:02:50,768 INFO [ReplicationExecutor-0.replicationSource,2-kalashnikov.attlocal.net,56950,1606881738045.replicationSource.shipperkalashnikov.attlocal.net%2C56950%2C1606881738045,2-kalashnikov.attlocal.net,56950,1606881738045] regionserver.ReplicationSourceManager(463): Done with the recovered queue 2-kalashnikov. attlocal.net,56950,1606881738045

 

        Summary: [Flakey Tests] branch-2 TestRefreshRecoveredReplication.testReplicationRefreshSource:141 Waiting timed out after [60,000] msec  (was: [fl)

> [Flakey Tests] branch-2 TestRefreshRecoveredReplication.testReplicationRefreshSource:141 Waiting timed out after [60,000] msec
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-25349
>                 URL: https://issues.apache.org/jira/browse/HBASE-25349
>             Project: HBase
>          Issue Type: Bug
>          Components: flakies
>            Reporter: Michael Stack
>            Priority: Major
>
> This one fails for me most times running locally.
> I added some debug (see the PR).
> In the test we look for old replication source to be non-zero long after it has been processed. The test gets stuck waiting.
> See here is where the table becomes available, after which we start expecting the old source replication queue to be non-zero.
> {{ 2020-12-01 20:02:52,400 INFO [Listener at localhost/56996] regionserver.TestRefreshRecoveredReplication(136): Available testReplicationRefreshSource}}
>  But see here where the replication source has been removed before we get to the 'available' line above:
> {{2020-12-01 20:02:50,768 INFO [ReplicationExecutor-0.replicationSource,2-kalashnikov.attlocal.net,56950,1606881738045.replicationSource.shipperkalashnikov.attlocal.net%2C56950%2C1606881738045,2-kalashnikov.attlocal.net,56950,1606881738045] regionserver.ReplicationSourceManager(463): Done with the recovered queue 2-kalashnikov. attlocal.net,56950,1606881738045}}{{ }}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)