buckets: Don't crash on request for keys before init
This situation is rare, but actually can happen, because the client may reconnect/restart or join the group before it received the config. Just warn in such case instead of crashing and ignore the request (the server will be OK if it doesn't get the answer, it waits for a timeout anyway).
Please register or sign in to comment