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
Currently, FixedSizeNodeAllocator and FullNodeCapableNodeAllocator fail immediatelly if there are no candidates (even currently occupied) for given set of node requirements.
More elegant logic would be to wait for some time as new nodes which match requirements can join the cluster.
Fixed for bin-packing node alloctor via #12157. WIll ignore the other too as they are considered test-only (we should probably get rid of full-node-capable-node-allocator)
Currently,
FixedSizeNodeAllocator
andFullNodeCapableNodeAllocator
fail immediatelly if there are no candidates (even currently occupied) for given set of node requirements.More elegant logic would be to wait for some time as new nodes which match requirements can join the cluster.
To be addressed after #10432
The text was updated successfully, but these errors were encountered: