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
mmaprototype: refactor control flow to use boolean flags
Convert return and continue statements to boolean flags (shouldReturnEarly,
shouldContinue) that are checked after the block. This prepares the code
for extraction into a function by moving all loop control structure outside
the block that will become shedStore.
log.KvDistribution.VInfof(ctx, 2, "s%d has reached max range move count %d: mma returning with %d stores left in shedding stores", store.StoreID, maxRangeMoveCount, len(sheddingStores)-(idx+1))
0 commit comments