Palash Chauhan created PHOENIX-7986:
---------------------------------------
Summary: Replace IndexCDCConsumer's exponential idle backoff with
a fixed poll interval
Key: PHOENIX-7986
URL: https://issues.apache.org/jira/browse/PHOENIX-7986
Project: Phoenix
Issue Type: Improvement
Reporter: Palash Chauhan
Assignee: Palash Chauhan
When an eventually consistent index consumer finds no new changes, it backs off
exponentially, up to 40 seconds between polls after about a minute and a half
of quiet. A write to an idle region can therefore wait ~45 seconds before the
consumer even looks for it. That backoff is borrowed from HBase's RPC retry
logic which exists to relieve a struggling server. That is not the case in case
of the EC index consumer.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)