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
Each indexing session, for each index, will create a key-value heartbeat of the format: [prefix, xid] -> [indexing-type, genesis time, heartbeat time]
Indexing session that are expected to be exclusive will throw an exception if another, active, session exists.
Motivation:
Represent the heartbeat in every index during multi target indexing (currently - only the master index has a sync lock)
Keep a heartbeat during mutual indexing, which can allow better automatic decision making
Decide about exclusiveness according to the indexing method (currently - user input).