-
Notifications
You must be signed in to change notification settings - Fork 1.9k
test pr #8786
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
Closed
Closed
test pr #8786
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 (#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 #8191. Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
…t region - Fixes #8506. Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
…8406 Signed-off-by: Slava Koptilin <slava.koptilin@gmail.com>
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 (#8529) * [IGNITE-13803] Changed dependency * [IGNITE-13803] Exclude dependency
…ixes #7984. Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
…ixes #8524. Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
…ock dump file name. - Fixes #8526. Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
…apManager.addPartitions" - Fixes #8527. Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
…service deployed through UriDeploymentSpi (#8431)
…8535. Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
…entation feature - Fixes #8449. Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
…Impl. - Fixes #8539. Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
…8541. Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
…th disabled WAL. - Fixes #8540. Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
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.
Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
…registered type - Fixes #8552. Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
…ure - Fixes #8548. Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
…ped pool. - Fixes #8542. Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
…ements Arrays and non-generic collections are written as Java-compatible types, and elements of those collections are deserialized individually on Java side, even in binary mode. Therefore we should detach every collection element, so that handles to the same object instances are not shared.
This closes #8726
…x mapping. Fixes #8727 Signed-off-by: Slava Koptilin <slava.koptilin@gmail.com>
Signed-off-by: Slava Koptilin <slava.koptilin@gmail.com>
* Fix `BinaryNameMapper.simpleName` to strip namespaces from generic types * Fix `QueryUtils.typeName` to strip generic part
Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
…ode removed from baseline - Fixes #8721. Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
…rator is closed - Fixes #8720. Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
…re sent until SPI is fully initialized. - Fixes #8717. Signed-off-by: Ivan Bessonov <bessonov.ip@gmail.com>
…and .NET - Fixes #8746. Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
…ated scheduled thread pool (#8698)
…GridClosureProcessor.callLocalSafe methods - Fixes #8743. Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
* Update NuGet specifics * Document how to exclude jar files from build output with `<ExcludeAssets>build</ExcludeAssets>`
* Add `OP_BINARY_CONFIGURATION_GET` to the protocol, and `BINARY_CONFIGURATION` feature flag. * Retrieve the configuration in .NET thin client. * The only automatic adjustment: change `CompactFooter` from `true` to `false` on the client. * Log warnings in other cases of configuration mismatch: we can't change name mapper automatically, and we can't enable compact footers automatically, because it can break other clients which don't have compact footer support or rely on a specific name mapping.
…ions - Fixes #8666. Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
* Review all tests duration and mark slow ones with `[Category(TestUtils.CategoryIntensive)]` * Update DEVNOTES with a command to run quick tests only | | All Tests | Quick Tests | |----------|-----------|-------------| | Count | 3242 | 1777 | | Run time | 35 min | 4 min |
…ive. - Fixes #8681. Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
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 dev@ignite.apache.org or ask anу advice on http://asf.slack.com #ignite channel.