Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
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
IGNITE-22435 Add JobTarget interface #3950
IGNITE-22435 Add JobTarget interface #3950
Changes from 41 commits
bf5abb8
2a53da1
f592173
8f654c0
e7b6768
3613755
370583d
05cd0b1
5588769
fbc8530
1952fc7
b078ca5
5dc1789
a51ff68
88c3aac
99b9229
5f9e4fd
f1ff573
a7c0a59
4105a71
9f85251
2f7f520
7b8392c
37829a2
8eab1d7
84f1766
ce2bfdd
18a01f0
53527ff
9780a40
bc7889f
b46471d
ae790b4
1c17876
2f1b3fc
03c150a
51e646f
315b57d
8967721
3396589
d8e2da3
a678027
e907ed2
ca89251
f69abad
cb3d974
15b3f92
305ee22
cd5e750
f31c643
18a4a7b
0dab8c8
5cbf114
45afbbf
553977f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we mention that the collection of nodes is treated as a Set (duplicates are ignored)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this matters with "any node" semantics because we don't explain how a node is picked from the provided collection. There is no guarantee of fairness or randomness on the API level.