You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case where we have same number of consumer and producer tablets, map tablets with the same key range so that the apply step on the consumer is a local call.
The text was updated successfully, but these errors were encountered:
Summary:
In cases where we have an equal num of consumer and producer tablets, do a smart mapping such that consumers poll from producers that have the same key range. This will result in a local operation on consumer apply.
To disable this change/force a remote lookup, set `cdc_force_remote_tserver=true`.
Test Plan: TwoDCTest.ApplyOperationsRandomFailures
Reviewers: sergei, nicolas, hector, neha
Reviewed By: neha
Subscribers: ybase, bogdan
Differential Revision: https://phabricator.dev.yugabyte.com/D7489
In case where we have same number of consumer and producer tablets, map tablets with the same key range so that the apply step on the consumer is a local call.
The text was updated successfully, but these errors were encountered: