-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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-2.10 draft pull-request for tracking changes #8624
Draft
Mmuzaf
wants to merge
465
commits into
ignite-2.9.1
Choose a base branch
from
ignite-2.10
base: ignite-2.9.1
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
This closes #8183
…references to the new pages. The job will be finished as part of IGNITE-13586
…y object - Fixes #8328. Signed-off-by: Ilya Kasnacheev <[email protected]>
…oring partition states - Fixes #8333. Signed-off-by: Sergey Chugunov <[email protected]>
…reading from wal on server restart - Fixes #8344. Signed-off-by: Sergey Chugunov <[email protected]>
1. ReliableChannel now works with dynamic list of server addresses 2. ClientConfiguration can be configured with addressFinder 3. Provide Kubernetes addressFinder
…ixes #8368. Signed-off-by: Aleksey Plekhanov <[email protected]>
* Fix NuGet link to point to Ignite packages * Remove old .NET logo * Fix Ignite logo
…cated active() - Fixes #8347. Signed-off-by: Ilya Kasnacheev <[email protected]>
Signed-off-by: Sergey Chugunov <[email protected]>
* Register binary metadata for QueryEntity key and value .NET types on cache start (same way as we do for Java types - IGNITE-5795, 3bb0344) * Move `registerMetadataForRegisteredCaches` call to `onCacheKernalStart` so that `PlatformProcessor` is available This builds on the fix from IGNITE-5795 by adding a platform callback to get metadata for .NET types. It has the same limitations as the original fix: does not work when classes are not present on the server node, in particular, for thin clients. IGNITE-13607 filed to deal with that separately.
…efaultMaxSize * Read cgroup limits to determine available memory for the current process * Cache retrieved values in static fields * Tweak `IgniteConfigurationTest.TestSpringXml` to account for the fact that older JDK versions ignore cgroup limits * Skip `MaxSize` property check in `IgnitionStartTest.TestIgniteStartsFromSpringXml`
…g service - Fixes #8376. Signed-off-by: Ilya Kasnacheev <[email protected]>
…col is executed. - Fixes #8262. Signed-off-by: Sergey Chugunov <[email protected]>
…nabled by default
…ixes #7541. Signed-off-by: Aleksey Plekhanov <[email protected]>
Signed-off-by: Aleksey Plekhanov <[email protected]>
…rations - Fixes #8268. Signed-off-by: Aleksey Plekhanov <[email protected]>
Signed-off-by: Aleksey Plekhanov <[email protected]>
… segments rollover and compression processes - Fixes #8388. Signed-off-by: Sergey Chugunov <[email protected]>
…ateConcurrentStart in MVCC mode. Fixes #8366 Signed-off-by: Slava Koptilin <[email protected]>
#8371. Signed-off-by: Sergey Chugunov <[email protected]>
Signed-off-by: Slava Koptilin <[email protected]>
…Task (#8635) Co-authored-by: Pavel Tupitsyn <[email protected]> (cherry picked from commit b8914bc)
…BasicNameMapper (#8795) Co-authored-by: Pavel Tupitsyn <[email protected]> (cherry picked from commit f1f476d)
…s created in parallel with TTL worker was in progress. Fixes #8718 Signed-off-by: Slava Koptilin <[email protected]>
…ix javadoc & jdk11 optimization (#8830)
This closes #8836
* Target .NET Core 2.1 * Every example resides in a separate project for better CLI and IDE experience * NuGet-based: `examples` folder can be downloaded independently and everything just works * Easy standalone node startup with `ServerNode` project * More Thin Client examples * Deliver examples as a project template with `dotnet new`: Apache.Ignite.Examples NuGet package added * Nicer README with screenshots
…ier node. Fixes #8769 Signed-off-by: Slava Koptilin <[email protected]>
This reverts commit 9b6aa64
`AffinityKey` system type, when used as a `QueryEntiry` key, got overwritten by `UnmanagedCallbacks.BinaryTypeGet` call, which broke the mapping to a corresponding Java type. * Add missing check for existing registered type (actual fix in Marshaller.cs) * Add check for system type overwrite * Add test for `AffinityKey` + `QueryEntity` Co-authored-by: Igor Sapego <[email protected]> (cherry picked from commit 8cc19b1)
* IGNITE-14932 Reference to the Ignite Storage Overview video * Minor fix
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.
Thank you for submitting the pull request to the Apache Ignite.
In order to streamline the review of the contribution
we ask you to ensure the following steps have been taken:
The Contribution Checklist
The description explains WHAT and WHY was made instead of HOW.
The following pattern must be used:
IGNITE-XXXX Change summary
whereXXXX
- number of JIRA issue.(see the Maintainers list)
the
green visa
attached to the JIRA ticket (see TC.Bot: Check PR)Notes
If you need any help, please email [email protected] or ask anу advice on http://asf.slack.com #ignite channel.