We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe List<SlotAssignment> where SlotAssignment is:
List<SlotAssignment>
SlotAssignment
class SlotAssignment { int start int end Node master List<Node> replicas }
And Node is:
Node
class Node { HostAndPort net String key }
List<Object>
The text was updated successfully, but these errors were encountered:
Dupe of #988. Let's continue on that thread.
Sorry, something went wrong.
Not sure if it is the same. The other issue is about nodes and this one about slots.
On Sat, Jul 9, 2016, 08:45 Marcos Nils notifications@github.com wrote:
Closed #1346 #1346. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub #1346 (comment), or mute the thread https://github.com/notifications/unsubscribe/AAIhp3QPhE54jQyo9NhVxjcpAb1618Uyks5qT4nLgaJpZM4JIDxZ .
Closed #1346 #1346.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub #1346 (comment), or mute the thread https://github.com/notifications/unsubscribe/AAIhp3QPhE54jQyo9NhVxjcpAb1618Uyks5qT4nLgaJpZM4JIDxZ .
The conversion in the thread also suggests adding slots info. I've just updated the issue title so it's more representative
No branches or pull requests
Expected behavior
Maybe
List<SlotAssignment>
whereSlotAssignment
is:And
Node
is:Actual behavior
The text was updated successfully, but these errors were encountered: