-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Check master #8620
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
Merged
anton-vinogradov
merged 76 commits into
apache:ignite-ducktape
from
Sega76:CHECK_MASTER
Dec 28, 2020
Merged
Check master #8620
anton-vinogradov
merged 76 commits into
apache:ignite-ducktape
from
Sega76:CHECK_MASTER
Dec 28, 2020
Conversation
This file contains hidden or 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
…els (apache#8521) * [IGNITE-13672] Initial solution * [IGNITE-13672] Added an example * [IGNITE-13672] Added a draft solution * [IGNITE-13672] Updated JSON model * [IGNITE-13672] Updated JSON model * [IGNITE-13672] Removed GMM support * [IGNITE-13672] Fixed blank lines * [IGNITE-13672] Fixed licenses * [IGNITE-13672] Fixed whitespaces * [IGNITE-13672] Fixed whitespaces * [IGNITE-13672] Fixed whitespaces * [IGNITE-13672] Fixed examples * [IGNITE-13672] Fixed examples * [IGNITE-13672] Fixed test
…Fixes apache#8191. Signed-off-by: Ilya Kasnacheev <[email protected]>
…t region - Fixes apache#8506. Signed-off-by: Ilya Kasnacheev <[email protected]>
…pache#8406 Signed-off-by: Slava Koptilin <[email protected]>
Refactor Java Thin Client to use GridNioServer in client mode: * Client threads are never blocked * Single worker thread is shared across all connections within `IgniteClient` Benchmark results (i7-9700K, Ubuntu 20.04.1, JDK 1.8.0_275): Before Benchmark Mode Cnt Score Error Units JmhThinClientCacheBenchmark.get thrpt 10 65916.805 ± 2118.954 ops/s JmhThinClientCacheBenchmark.put thrpt 10 62304.444 ± 2521.371 ops/s After Benchmark Mode Cnt Score Error Units JmhThinClientCacheBenchmark.get thrpt 10 92501.557 ± 1380.384 ops/s JmhThinClientCacheBenchmark.put thrpt 10 82907.446 ± 7572.537 ops/s
…ndency (apache#8529) * [IGNITE-13803] Changed dependency * [IGNITE-13803] Exclude dependency
…ixes apache#7984. Signed-off-by: Sergey Chugunov <[email protected]>
…ixes apache#8524. Signed-off-by: Sergey Chugunov <[email protected]>
…ock dump file name. - Fixes apache#8526. Signed-off-by: Sergey Chugunov <[email protected]>
…apManager.addPartitions" - Fixes apache#8527. Signed-off-by: Sergey Chugunov <[email protected]>
…service deployed through UriDeploymentSpi (apache#8431)
…pache#8535. Signed-off-by: Sergey Chugunov <[email protected]>
…entation feature - Fixes apache#8449. Signed-off-by: Sergey Chugunov <[email protected]>
…Impl. - Fixes apache#8539. Signed-off-by: Sergey Chugunov <[email protected]>
…pache#8541. Signed-off-by: Sergey Chugunov <[email protected]>
…th disabled WAL. - Fixes apache#8540. Signed-off-by: Sergey Chugunov <[email protected]>
Fix async cache operations when key and value objects reference each other or have references to the same object. Async key-val operations used `WriteObject` instead `WriteObjectDetached`, so references to the same inner object were shared in the binary stream (referenced object is written once). However, cache stores key and val binary objects separately, so the reference to the inner object gets broken. `WriteObjectDetached` disables reference sharing and writes both object independently.
…che#8242. Signed-off-by: Aleksey Plekhanov <[email protected]>
…registered type - Fixes apache#8552. Signed-off-by: Aleksey Plekhanov <[email protected]>
…ure - Fixes apache#8548. Signed-off-by: Sergey Chugunov <[email protected]>
Signed-off-by: Ilya Kasnacheev <[email protected]>
…ped pool. - Fixes apache#8542. Signed-off-by: Sergey Chugunov <[email protected]>
…nReserveIdx when truncating WAL segments. Fixes apache#8573 Signed-off-by: Slava Koptilin <[email protected]>
…ked async - Fixes apache#8576. Signed-off-by: Ilya Kasnacheev <[email protected]>
…#8597. Signed-off-by: Aleksey Plekhanov <[email protected]>
Signed-off-by: Sergey Chugunov <[email protected]>
…lead to assertion error. Fixes apache#8579 Signed-off-by: Slava Koptilin <[email protected]>
…he#8585 Signed-off-by: Slava Koptilin <[email protected]>
…equests. Fixes apache#8583 Signed-off-by: Slava Koptilin <[email protected]>
…apache#8586 Signed-off-by: Slava Koptilin <[email protected]>
Signed-off-by: Sergey Chugunov <[email protected]>
…ixes apache#8563. Signed-off-by: Ilya Kasnacheev <[email protected]>
… initiator is broken. Fixes apache#8593 Signed-off-by: Slava Koptilin <[email protected]>
… caches. Fixes apache#8584 Signed-off-by: Slava Koptilin <[email protected]>
Signed-off-by: Aleksey Plekhanov <[email protected]>
…#8568) Co-authored-by: Pavel Tupitsyn <[email protected]>
…pache#8556. Signed-off-by: Aleksey Plekhanov <[email protected]>
Signed-off-by: Sergey Chugunov <[email protected]>
. Signed-off-by: Ilya Kasnacheev <[email protected]>
…eString - Fixes apache#8577. Signed-off-by: Ilya Kasnacheev <[email protected]>
- Change HostAndPortRange.parse method to support addresses like [IPv6_host]:port1..port2, because previous implementation didn't recognized IPv6. - Add tests for HostAndPortRange.parse method for both IPv4 and IPv6 hosts.
Signed-off-by: Ilya Kasnacheev <[email protected]>
…8604. Signed-off-by: Ilya Kasnacheev <[email protected]>
anton-vinogradov
added a commit
that referenced
this pull request
Feb 10, 2021
This reverts commit 362e8c3
anton-vinogradov
added a commit
that referenced
this pull request
Feb 10, 2021
This reverts commit 362e8c3
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 summarywhereXXXX- number of JIRA issue.(see the Maintainers list)
the
green visaattached 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.