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
This commit fixes a bug for asynchronous compression on
federated workers. Previously, the compression would only tigger if
the sum of federated requests instructions summed to % 10 == 9.
This bug effectively made it impossible to perform compression if all
requests send contained an even number of instructions.
This commit change the logic to instruction counter >= 10.
Closes#2159
Signed-off-by: Sebastian Baunsgaard <[email protected]>
0 commit comments