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
On heartbeat receiving, the set of the chunks in worker's possession is updated. On request the list of workers with a given chunk is requested. Now it's done with linear search under the lock. There should be a more performant way to do it.
The text was updated successfully, but these errors were encountered:
On heartbeat receiving, the set of the chunks in worker's possession is updated. On request the list of workers with a given chunk is requested. Now it's done with linear search under the lock. There should be a more performant way to do it.
The text was updated successfully, but these errors were encountered: