Skip to content

PHOENIX-8003 Reduce index mutation propagation gap for eventually consistent GSIs - #2616

Open
virajjasani wants to merge 1 commit into
apache:masterfrom
virajjasani:PHOENIX-8003-master
Open

PHOENIX-8003 Reduce index mutation propagation gap for eventually consistent GSIs#2616
virajjasani wants to merge 1 commit into
apache:masterfrom
virajjasani:PHOENIX-8003-master

Conversation

@virajjasani

Copy link
Copy Markdown
Contributor

Jira: PHOENIX-8003

The index propagation gap is currently determined by parameters like "phoenix.index.cdc.consumer.timestamp.buffer.ms". For instance, the buffer here refers to the time buffer in milliseconds subtracted from current time when querying CDC mutations to help avoid reading mutations that are too recent. The current default value is 5s, which sometimes causes significant delays, we should reduce it to 1s.

@virajjasani

Copy link
Copy Markdown
Contributor Author

@virajjasani
virajjasani requested a review from palashc September 11, 2026 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant