Maps a ParaId to CoreIndex and keeps track of how many assignments the scheduler has in it's lookahead. Keeping track of this affinity prevents parallel execution of the same ParaId on two or more CoreIndexes.
ParaId
CoreIndex
Maps a
ParaId
toCoreIndex
and keeps track of how many assignments the scheduler has in it's lookahead. Keeping track of this affinity prevents parallel execution of the sameParaId
on two or moreCoreIndex
es.