-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Ign 4057 210.5 #9435
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
Ign 4057 210.5 #9435
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
…e-like files (cherry picked from commit f134fb4)
…8622. Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
This closes #8628
Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
Replace dictionary+interfaces with a simple switch statement in `BinarySystemHandlers.TryReadSystemType`: * Less code * Simpler * Faster Benchmark added: `BinarySystemTypeReadBenchmark`; results on Core i7-9700K, Ubuntu 20.04, .NET Core 3.1: ``` | | Mean | Error | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated | |------- |---------:|----------:|----------:|-------:|------:|------:|----------:| | Before | 1.080 us | 0.0030 us | 0.0025 us | 0.0725 | - | - | 456 B | | After | 849.4 ns | 4.44 ns | 4.16 ns | 0.0725 | - | - | 456 B | ``` (~20% improvement)
…TITIONED cache (#8637)
…8608 Signed-off-by: Slava Koptilin <slava.koptilin@gmail.com>
…BY combined Fix projection traversal in `AliasDictionary.GetQuerySource` and `CacheQueryExpressionVisitor.VisitMember`: use `memberHint` to understand where the given member of the projected type comes from to emit correct table and field name.
… enable/disable. Also fixed WAL being incorrectly considered disabled after cache was destroyed and recreated. - Fixes #8688. Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
…d - Fixes #8650. Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
* 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 <slava.koptilin@gmail.com>
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 <isapego@apache.org> (cherry picked from commit 8cc19b1)
Squashed commit of the following:
commit f7a3fad02662615e47c90220240fa8418765283a
Author: Aleksey Plekhanov <plehanov.alex@gmail.com>
Date: Thu Jul 2 19:47:20 2020 +0500
IGN-1049 Backup filter for RendezvousAffinityFunction
Squashed commit of the following:
commit 72f75465a94fc3121f55e0472a5a96defddc742b
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Wed Jun 3 14:16:52 2020 +0300
fix comments
commit f37bd70b40b3a6f424f1458ea8adfcd0de4517c6
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Wed May 27 17:35:21 2020 +0300
rework tests
commit 970a8f87cda473541e381800b8f03e51701c60cc
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Mon May 25 15:57:22 2020 +0300
fix comments
commit 3f7e76870256312bbe200a7b1ea7d5f967ff9fd7
Merge: 675bbac8445 a2dbfc170f0
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Fri May 22 16:24:43 2020 +0300
Merge branch 'master-se-4.281' into IGN-627-1
commit a2dbfc170f01c1002a825c52a9423dc7094b3b13
Merge: 108fd7ec7d4 3549f25
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Fri May 22 16:22:00 2020 +0300
Merge remote-tracking branch 'origin/master-se-4.281' into master-se-4.281
commit 675bbac84456cbcbfae27e0f4c9ff49b0ff0f5fe
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Thu May 21 10:15:19 2020 +0300
fix comments
commit 23f54e407d787e77db24e7efc2449a076cf4825e
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Wed May 20 15:47:44 2020 +0300
fix comments
commit 6b09b64b0401b4b195bf42f7554ef164b241a3d5
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Mon May 18 16:56:44 2020 +0300
activate/deactivate the cluster
commit 16cc7d5d3cce3f06c5a199fd30d5e4f83b39e495
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Mon May 18 16:00:01 2020 +0300
activate/deactivate the cluster
commit 7900fc370d8f152ace46c564be4af93a7bec22ab
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Mon May 18 15:47:46 2020 +0300
activate/deactivate the cluster
commit 8e0b6433569364c28e085c54d3f9e532256cfd88
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Mon May 18 15:31:59 2020 +0300
activate/deactivate the cluster
commit 73d4d35de367b4d613a5ce64deef160bcfeb1335
Merge: 555e3ac7bb5 108fd7ec7d4
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Fri May 15 13:46:10 2020 +0300
Merge branch 'master-se-4.281' into IGN-627
commit 108fd7ec7d47ee77c594481df8113bd10b0c23bd
Merge: c601f0a50ba 5073636d478
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Fri May 15 13:42:38 2020 +0300
Merge remote-tracking branch 'origin/master-se-4.281' into master-se-4.281
commit 5073636d478d3cb9bfdf3fb039bd53970baee47e
Author: Бражников Александр Сергеевич <redis26@gmail.com>
Date: Wed Apr 15 17:29:37 2020 +0300
IGN-600: added request password from console to keystore for userAttributes
Squashed commit of the following:
commit 1a7dba7e8a0db41c57745f9a7426ff3edeb446d3
Author: Ryzhov Sergei <s.vi.ryzhov@gmail.com>
Date: Wed Apr 15 15:51:34 2020 +0300
IGN-600: fix comments: getting keyStorePath to userAttributes from sslCtxFactory
commit 7d5b3ca99a11a3885c6c4b46318918a22adcbe9d
Author: Ryzhov Sergei <s.vi.ryzhov@gmail.com>
Date: Tue Apr 14 23:53:34 2020 +0300
IGN-600: fix comments
commit 5baee15f71404f716c8784ba0ce80c98ae5c4076
Author: Ryzhov Sergei <s.vi.ryzhov@gmail.com>
Date: Tue Apr 14 23:33:06 2020 +0300
IGN-600: getting password from sslContextFactory to keystore for userAttributes
commit 83c7b250a9e04cc8a56c736a179b194c4b1d997f
Author: Ryzhov Sergei <s.vi.ryzhov@gmail.com>
Date: Tue Apr 14 21:06:28 2020 +0300
IGN-600: added request password from console to keystore for userAttributes
commit 8df62fa401d19ae6feaaa3a9f2637f373ec8841a
Author: olegostanin <oleg.alex.ostanin@gmail.com>
Date: Wed Apr 1 15:15:03 2020 +0300
IGN-527 Add JKS path and password attributes support to control.sh
IGN-527 Added Base64 encoding for userAttrs in CommandHandler.
commit fae8b3a859da6fbb8f0600f185561a0a1929278c
Author: Andrey Kuznetsov <stkuzma@gmail.com>
Date: Tue Apr 7 01:38:12 2020 +0300
IGN-559 Added userAttrs to authentication message.
commit ea2dea11778ea34f907b811568eaef293fe785f1
Author: Бражников Александр Сергеевич <redis26@gmail.com>
Date: Fri May 15 13:18:13 2020 +0300
IGN-348 added GridSecurityProcessor#securityContext(UUID subjId)
Squashed commit of the following:
commit fd97c238fa2ea9b1a608f17377b47c638c70768b
Merge: fc83c39c155 7c357305ad3
Author: Бражников Александр Сергеевич <redis26@gmail.com>
Date: Fri May 15 13:17:27 2020 +0300
Merge branch 'master-se-4.281' of https://sbtatlas.sigma.sbrf.ru/stash/scm/ospt/ignite into IGN-348
commit fc83c39c155cdf6767636b61ef7ae376f99f66c8
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Tue Apr 14 10:37:40 2020 +0300
code style
commit 094f3b6
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Tue Mar 31 16:50:43 2020 +0300
IGN-348 revert
commit b8f56bc
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Tue Mar 31 16:19:47 2020 +0300
IGN-348 revert
commit e162c41
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Tue Mar 31 16:08:25 2020 +0300
IGN-348 revert
commit 1cbccc0
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Tue Mar 31 13:41:47 2020 +0300
IGN-348 revert
commit 3a8a1a3
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Tue Mar 31 13:32:04 2020 +0300
IGN-348 revert
commit 73eb5ad
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Tue Mar 31 12:00:22 2020 +0300
IGN-348 revert
commit c505326
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Tue Mar 31 11:50:21 2020 +0300
IGN-348 revert
commit e583157
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Tue Mar 31 11:35:50 2020 +0300
IGN-348 revert
commit b7dc667
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Tue Mar 31 11:20:04 2020 +0300
IGN-348 revert
commit e2e755d
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Sun Mar 29 17:29:53 2020 +0300
IGN-348 added GridSecurityProcessor#securityContext(UUID subjId)
commit 41577c0
Merge: 2be8b1e 6824edd
Author: Бражников Александр Сергеевич <redis26@gmail.com>
Date: Thu Mar 19 15:00:05 2020 +0300
Merge pull request #9 in OSPT/ignite from IGN-308 to master-se-3.280
* commit '6824edd1b1044f272512f46737ad46a66895c865':
IGNITE-12734 Backport test fix
IGNITE-12734 Backport test fix
GNITE-12734 Fixed scan query over evicted partition - Fixes #7494.
IGNITE-12734 Fixed scan query over evicted partition - Fixes #7494.
Delete /.gradle
IGNITE-12734 Fixed scan query over evicted partition - Fixes #7494.
IGNITE-12734 Fixed scan query over evicted partition - Fixes #7494.
commit 6824edd
Author: Aleksey Plekhanov <plehanov.alex@gmail.com>
Date: Thu Mar 19 14:28:43 2020 +0300
IGNITE-12734 Backport test fix
commit 043034d
Author: Aleksey Plekhanov <plehanov.alex@gmail.com>
Date: Thu Mar 19 14:26:20 2020 +0300
IGNITE-12734 Backport test fix
commit 88ceb9c
Author: Aleksandr B <redis26@gmail.com>
Date: Thu Mar 19 13:41:07 2020 +0300
GNITE-12734 Fixed scan query over evicted partition - Fixes #7494.
commit bbb71ca
Author: Aleksandr B <redis26@gmail.com>
Date: Thu Mar 19 13:08:51 2020 +0300
IGNITE-12734 Fixed scan query over evicted partition - Fixes #7494.
commit fc2b3e2
Author: Aleksandr B <redis26@gmail.com>
Date: Wed Mar 18 17:50:24 2020 +0300
Delete /.gradle
commit 1aa3727
Author: Aleksey Plekhanov <plehanov.alex@gmail.com>
Date: Wed Mar 18 13:12:47 2020 +0300
IGNITE-12734 Fixed scan query over evicted partition - Fixes #7494.
commit 4a56a60
Author: Aleksey Plekhanov <plehanov.alex@gmail.com>
Date: Wed Mar 18 13:12:47 2020 +0300
IGNITE-12734 Fixed scan query over evicted partition - Fixes #7494.
... and 11 more commits
commit 7c357305ad393288b9b90c46b1b8b47239c03950
Author: Dmitrii Ryabov <SomeFireOne@gmail.com>
Date: Mon Feb 10 19:25:55 2020 +0300
IGNITE-12049 Support of user attributes on thin clients.
commit 555e3ac7bb585cd5bc6aab7c8c4f085097902b49
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Fri May 15 11:26:28 2020 +0300
ign-627
commit 53ad6d785461c34902557c44fb74ec889ebdd276
Merge: 423f70d7ae6 c601f0a50ba
Author: sbt-garus-dg <garus.d.g@gmail.com>
Date: Fri May 15 11:07:38 2020 +0300
Merge branch 'master-se-4.281' into IGN-627
# Conflicts:
# modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/pagemem/PageMemoryImpl.java
# modules/core/src/main/java/org/apache/ignite/internal/processors/cache/transactions/IgniteTxManager.java
# modules/core/src/main/java/org/apache/ignite/internal/processors/security/GridSecurityProcessor.java
# modules/core/src/main/java/org/apache/ignite/internal/processors/security/IgniteSecurityProcessor.java
# modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/IgnitePdsWithTtlDeactivateOnHighloadTest.java
# modules/core/src/test/java/org/apache/ignite/internal/processors/cache/query/CacheScanQueryFailoverTest.java
# modules/core/src/test/java/org/apache/ignite/testsuites/SecurityTestSuite.java
... and 49 more commits
IGN-1981 Fix ThinClientSslPermissionCheckTest#testSysOperation
Merge in OSPT/ignite from IGN-1981 to master
Squashed commit of the following:
commit 2e671c9c0a9484ef27d6501dc02a9cd1a45cc004
Author: Shishkov Ilya <shishkovilja@yandex.ru>
Date: Mon Nov 9 22:40:45 2020 +0300
IGN-1981 Fix ThinClientSslPermissionCheckTest#testSysOperation
Merge in OSPT/ignite from IGN-2583 to master
Squashed commit of the following:
commit e3b64a3f77c9abb1e6796f3a818a961acacad19f
Author: Nikolay Izhikov <nizhikov@apache.org>
Date: Thu Feb 4 15:18:59 2021 +0300
IGN-2583: RegisterSameJavaType mode enabled when reading message.
Merge in OSPT/ignite from IGN-2681 to master
Squashed commit of the following:
commit 52c96c308aca0e2baeb7a1c476d990a215d69810
Author: Nikolay Izhikov <nizhikov@apache.org>
Date: Wed Feb 17 18:42:57 2021 +0300
IGN-2681: Enable RegisterSameJavaType mode for a cache operations.
Merge in OSPT/ignite from IGN-2745 to master
Squashed commit of the following:
commit b0634120190db4f0c20dbbb92d7a047b8738bca8
Author: Nikolay Izhikov <nizhikov@apache.org>
Date: Thu Feb 25 16:53:22 2021 +0300
IGN-2745: RegisterSameJavaType mode for SQLFields Query.
commit af43837ec19bd5032284a625a469e707d893b124
Author: Nikolay Izhikov <nizhikov@apache.org>
Date: Thu Feb 25 15:45:15 2021 +0300
IGN-2745: RegisterSameJavaType mode for Scan Query.
commit 57289aabdb64b4d0306b84ebb47a48a88d525183
Author: Nikolay Izhikov <nizhikov@apache.org>
Date: Thu Feb 25 15:40:14 2021 +0300
IGN-2745: WIP.
IGN-2783 .NET: Compilation fix
Merge in OSPT/ignite from IGN-2783 to master
Squashed commit of the following:
commit 9ef10fb21dd887d23fbda1ae87b77d77d36aea93
Author: Nikolay Izhikov <nizhikov@apache.org>
Date: Mon Mar 1 12:09:42 2021 +0300
IGN-2783: Compilation fix.
…date
Merge in OSPT/ignite from IGN-2810 to master
Squashed commit of the following:
commit 4c97a66ae0ed7f264b66e7f798bad548807b0503
Author: Nikolay Izhikov <nizhikov@apache.org>
Date: Fri Mar 5 11:09:03 2021 +0300
IGN-2810 Fix.
commit 2313da33c5d83a0185abb8cf8e66aa66ec4f42e2
Author: Nikolay Izhikov <nizhikov@apache.org>
Date: Thu Mar 4 19:39:36 2021 +0300
IGN-2810 Fix.
commit a19b9798c3902f5270e171def552152cca1c2a23
Author: Nikolay Izhikov <nizhikov@apache.org>
Date: Wed Mar 3 22:48:29 2021 +0300
IGN-2810 .Net test to reproduce LoadCache issue.
commit 875362740de6238ea20d25094f8f2e7e65eb79eb
Author: Nikolay Izhikov <nizhikov@apache.org>
Date: Wed Mar 3 22:30:37 2021 +0300
IGN-2810 .Net test to reproduce LoadCache issue.
commit a041b1a1b7d1a5d2a12cbe8bfc1a9813e711a176
Author: Nikolay Izhikov <nizhikov@apache.org>
Date: Wed Mar 3 21:58:30 2021 +0300
IGN-2810 .Net test to reproduce LoadCache issue.
…rver and client)
Merge in OSPT/ignite from IGN-2851 to master
Squashed commit of the following:
commit e09af126a5438b4e2f0237739e96d0dae1c8318a
Author: Shishkov Ilya <shishkovilja@yandex.ru>
Date: Tue Mar 16 15:23:18 2021 +0300
IGN-2581 Fix potential NPE during protocol versions comparison
commit c562149112c96946287de7ab3265313503f836a5
Author: Shishkov Ilya <shishkovilja@yandex.ru>
Date: Tue Mar 16 15:13:06 2021 +0300
IGN-2581 Make ProtocolContext#ise281Compatible non-static
commit 71def878633380ae1da663154521116147be1cda
Author: Shishkov Ilya <shishkovilja@yandex.ru>
Date: Tue Mar 16 14:26:11 2021 +0300
IGN-2581 Make ProtocolContext#ise281Compatible non-static
commit f23ef32089f53e6c05c1204a34bea2c1e35f9efc
Author: Shishkov Ilya <shishkovilja@yandex.ru>
Date: Mon Mar 15 17:50:07 2021 +0300
IGN-2581 Add ThinClientPermissionCheckSecurityWith281CompatibilityTest to SecurityTestSuite
commit 72de08b29680cdfaf0d8d6bc6a9bbf7eedcfc099
Author: Shishkov Ilya <shishkovilja@yandex.ru>
Date: Mon Mar 15 15:20:44 2021 +0300
IGN-2851 Fix code-style
commit 128e98796278eb3924234c6486b4a63d96f484eb
Author: Shishkov Ilya <shishkovilja@yandex.ru>
Date: Mon Mar 15 13:58:25 2021 +0300
IGN-2851 Add client compatibility flag to IgniteSystemProperties, add extra test
commit ae3fc31dda92fea456d35c06830c2f55a6bb7006
Author: Shishkov Ilya <shishkovilja@yandex.ru>
Date: Mon Mar 15 12:09:48 2021 +0300
IGN-2851 Replace ClientProtocolContext#setIse281Compatible() to constructor parameter
commit 2bdc44bb9cec9a74f928573be8b1df9cbf29c1d7
Author: Shishkov Ilya <shishkovilja@yandex.ru>
Date: Sat Mar 13 11:45:25 2021 +0300
IGN-2851 Fix backward compatibility of 4.290 client with 4.281.3 server
commit ab7d5158cb9531b8d9b424c4e50a5972124e2036
Author: Shishkov Ilya <shishkovilja@yandex.ru>
Date: Fri Mar 12 10:14:08 2021 +0300
IGN-2851 Fix backward compatibility of 4.290 server with 4.281.3 thin client
Merge in OSPT/ignite from IGN-3030 to master
Squashed commit of the following:
commit 354dd7beeef1b942f0991f00a6fee53cbdf3d78f
Author: Nikolay Izhikov <nizhikov@apache.org>
Date: Fri Apr 2 07:52:01 2021 +0300
IGN-3030 Скрипт запуска ducktape тестов для ISE.
commit 4f8592a298af61297cd0f0f0d338f498b1c70e9a
Author: Nikolay Izhikov <nizhikov@apache.org>
Date: Fri Apr 2 07:49:11 2021 +0300
IGN-3030 Скрипт запуска ducktape тестов для ISE.
commit ecff6c815ec24ffb7bd5663ec0ff804f2dc1374a
Author: Nikolay Izhikov <nizhikov@apache.org>
Date: Thu Apr 1 16:54:46 2021 +0300
IGN-3030 Скрипт запуска ducktape тестов для ISE.
…and .NET - Fixes #8746. Merge in OSPT/ignite from IGN-3213 to maint/2100 Squashed commit of the following: commit 0f668414474b7e02b94bf9a96352bc8f51e5ddb4 Author: Aleksey Plekhanov <plehanov.alex@gmail.com> Date: Fri Feb 5 17:36:51 2021 +0300 IGNITE-14020 .NET: Services exceptions interoperability between java and .NET - Fixes #8746. Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com> (cherry picked from commit 82d2a2c)
Merge in OSPT/ignite from IGN-3118 to maint/2100
Squashed commit of the following:
commit 1ed7c440f8e670e767d680bd142629c78151fd01
Author: Nikolay <nizhikov@apache.org>
Date: Sun Mar 14 16:28:59 2021 +0300
IGNITE-14311 .NET: ServiceTest refactoring (#8873)
(cherry picked from commit 24ddf8c)
Merge in OSPT/ignite from IGN-3119 to maint/2100
Squashed commit of the following:
commit 778d0f3985b545222aca43d3aedbc902e7c2d977
Author: Shishkov Ilya <shishkovilja@gmail.com>
Date: Mon May 3 20:13:08 2021 +0300
IGN-3119 Implement IJavaService methods in PlatformTestService (IGNITE-14071, IGN-2681)
commit 4abd2fd0dabf60a8a55b9e75b9e1ae5a5180cd90
Author: Nikolay <nizhikov@apache.org>
Date: Mon Mar 15 14:16:30 2021 +0300
IGNITE-14313 .NET: Add tests for .NET -> .NET service calls (#8876)
(cherry picked from commit 2347762)
Merge in OSPT/ignite from IGN-3120 to maint/2100
Squashed commit of the following:
commit 4e98ed0b9652fb8c33a69f3255df728a37d10414
Author: Nikolay <nizhikov@apache.org>
Date: Tue Mar 16 17:08:32 2021 +0300
IGNITE-14320 .NET: Fix namespace handling in TypeNameParser (#8883)
Co-authored-by: Pavel Tupitsyn <ptupitsyn@apache.org>
(cherry picked from commit c607850)
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.