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
[fix](group commit) group commit select backend should consider isLoadAvailable (#61555)
1. extracts backend availability checks into a shared
isBackendAvailable() method
2. adds the missing isLoadAvailable() check to group commit backend
selection. Previously, backends with isLoadDisabled=true or
isShutDown=true could still be selected for group commit, which is
incorrect.
0 commit comments