You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Mike Drob (JIRA)" <ji...@apache.org> on 2018/03/14 15:49:00 UTC

[jira] [Created] (HBASE-20198) ReplicationSource::initialize shouldn't always retry

Mike Drob created HBASE-20198:
---------------------------------

             Summary: ReplicationSource::initialize shouldn't always retry
                 Key: HBASE-20198
                 URL: https://issues.apache.org/jira/browse/HBASE-20198
             Project: HBase
          Issue Type: Bug
          Components: Replication
            Reporter: Mike Drob


ReplicationSource::initialize will always retry on failure to create the replication endpoint. However, the failure could be caused by something like ClassNotFoundException (see ReplicationSource::createReplicationEndpoint) where a retry has no chance to make things better and will instead clutter the logs.

Let's make this logic a bit more w.r.t. failure modes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)