Skip to content

Conversation

@anton-vinogradov
Copy link
Contributor

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

  • There is a single JIRA ticket related to the pull request.
  • The web-link to the pull request is attached to the JIRA ticket.
  • The JIRA ticket has the Patch Available state.
  • The pull request body describes changes that have been made.
    The description explains WHAT and WHY was made instead of HOW.
  • The pull request title is treated as the final commit message.
    The following pattern must be used: IGNITE-XXXX Change summary where XXXX - number of JIRA issue.
  • A reviewer has been mentioned through the JIRA comments
    (see the Maintainers list)
  • The pull request has been checked by the Teamcity Bot and
    the green visa attached 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.

zaleslaw and others added 30 commits December 2, 2020 13:34
…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
…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>
…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>
ptupitsyn and others added 28 commits January 29, 2021 16:14
…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.
…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>
.

Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
…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>
@anton-vinogradov anton-vinogradov deleted the branch ignite-ducktape-conflict_resolve February 10, 2021 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.