forked from apache/ignite-3
-
Notifications
You must be signed in to change notification settings - Fork 1
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-22410 Implement rebalance triggers for zone based partitions #107
Open
alievmirza
wants to merge
55
commits into
ignite-22231
Choose a base branch
from
ignite-22410
base: ignite-22231
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps com.netflix.nebula.ospackage from 11.9.0 to 11.9.1. --- updated-dependencies: - dependency-name: com.netflix.nebula.ospackage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: Pavel Tupitsyn <ptupitsyn@apache.org> Co-authored-by: Pavel Tupitsyn <ptupitsyn@apache.org>
…ons like UNION, INTERSECT and EXCEPT (apache#3957)
…utside of stable assignments (apache#3945)
* Add `ReceiverDescriptor` parameter object to Data Streamer similar to `JobDescriptor` in Compute API. * Unlike Compute, `DataStreamerOptions` are not included in `ReceiverDescriptor`, because semantically they are not related: options affect client-side streaming logic, and do not affect the receiver.
Bumps com.github.spotbugs from 6.0.17 to 6.0.18. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: Pavel Tupitsyn <ptupitsyn@apache.org> Co-authored-by: Pavel Tupitsyn <ptupitsyn@apache.org>
…eys (apache#3988) Co-authored-by: Tiago Marques Godinho <metaltmg@gmail.com> Co-authored-by: Pavel Tupitsyn <ptupitsyn@apache.org>
…nitialized cluster (apache#3921)
Co-authored-by: dzabotlin <dzabotlin@gridgain.com>
…imeout to timeoutMillis (apache#3991)
* Use existing `ErrorExtensions` mechanism to propagate additional exception data to client * Remove custom logic from `ClientSqlExecuteBatchRequest` * User-facing API behavior is not affected
Similar to IGNITE-22435 in Java, add `JobTarget` to .NET compute API to make it more readable. Additionally, make `JobDescriptor` generic so that the caller does not have to specify generic arguments. * Before: `compute.SubmitAsync<int, string>(target, new JobDescriptor(...))` * After: `compute.SubmitAsync(target, new JobDescriptor<string>(...))` This is also a step towards strongly-typed single-argument jobs.
Similar to IGNITE-22441, add `ReceiverDescriptor` to .NET. * Non-generic class for receiver without results * Generic class for receiver with results This also removes the need for the user to specify generic arguments. Before: `view.StreamDataAsync<SourceClass, PayloadClass, ResultClass>(...)`, after `view.StreamDataAsync(...)` - type arguments are inferred by the compiler from the receiver class.
…nfiguration for init command. (apache#3986)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
https://issues.apache.org/jira/browse/IGNITE-22410