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)