Skip to content
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

IGN-2066 #8461

Open
wants to merge 57 commits into
base: master
from
Open

IGN-2066 #8461

wants to merge 57 commits into from

Conversation

@shishkovilja
Copy link

@shishkovilja shishkovilja commented Nov 17, 2020

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.

alex-plekhanov and others added 30 commits Jul 6, 2020
…r already cached typeId - Fixes #7990.

Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit 236f30b)
…nored during uniqueness validation of field's name - Fixes #7993.

Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
…ixes #8000.

Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
Fix race condition in ClientSocket.AddNotificationHandler: SetHandler call was causing RemoveNotificationHandler call before ConcurrentDictionary.AddOrUpdate has finished, so AddOrUpdate added the handler back, causing the leak.

(cherry picked from commit 69c5b51)
Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit 3006dd8)
(cherry picked from commit 6c69aa3)
* Add `StartTxIfNeeded` to all cache operations (it was missing for Get, GetAll, TryGet)
* Add `OptimisticTransactionTest` with explicit and ambient tests
* Add exception mapping for `IgniteTxOptimisticCheckedException`
* Fix error handling in ambient transactions - close Ignite tx on Prepare failure

(cherry picked from commit 0aceb36)
…traint - Fixes #7961.

Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit 60f38e6)
…ature - Fixes #7964.

Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
(cherry picked from commit bca6316)
…on the inactive cluster - Fixes #8005.

Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit 5cf15fc)
Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit 1d550a5)
Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
(cherry picked from commit 29bddfa)
Signed-off-by: Alexey Kuznetsov <akuznetsov@apache.org>

(cherry picked from commit fe77a25) - Fixes #8042.
Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit 02586be)
…7916.

Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
(cherry picked from commit 1ca486e)
…cker image (#6552)

(cherry picked from commit 6d46262)
Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
…e SecurityContext - Fixes #8017.

Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit cc8bbdc)
(cherry picked from commit c897985)
…8055.

Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit 2e8d5a7)
…d nodes is fixed. - Fixes #7838.

Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
(cherry picked from commit 03ee856)
…box - Fixes #8049.

Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit cd87fbd)
…te Sandbox - Fixes #8058.

Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit 76613b4)
…server connections - Fixes #7639.

(cherry picked from commit ed0767d)
….com/apache/ignite-web-console - Fixes #8065.

Signed-off-by: Alexey Kuznetsov <akuznetsov@apache.org>

(cherry picked from commit b799a08)
…to coordinator (#7714)

(cherry picked from commit 45e5258)
zstan and others added 27 commits Jul 24, 2020
…PagesWriteThrottleSmokeTest.testThrottle failure) - Fixes #8072.

Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>

(cherry picked from commit 3f54fe0)
…ted in privileged proxy) - Fixes #8084.

Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit bd3543e)
Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>

(cherry picked from commit 1b9fe33)
Fixes #8088

Signed-off-by: Ivan Rakov <ivan.glukos@gmail.com>
(cherry picked from commit 65e0ca8)
Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit 3693e41)
Co-authored-by: Nikolay Izhikov <nizhikov@apache.org>
(cherry picked from commit baf8c67)
Client reconnect causes local node ID to change, so cached local node info should be cleared on disconnect

(cherry picked from commit 3cb7199)
…t nodes. - Fixes #8199.

Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
…sult (#8203)

(cherry picked from commit 38025ee)
* IGNITE-13390 Fixed 'get_master_key_name' command output.

* Revert "IGNITE-13390 Fixed 'get_master_key_name' command output."

This reverts commit 0fa3a6d

* IGNITE-13390 'get_master_key_name' console output fix.

(cherry picked from commit cc04d07)
Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit db3aad1)
…#8227.

Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit 23cecab)
…ixes #7916."

This reverts commit 06364dc - Fixes #8264.

Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
Fixes #8251.

Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
(cherry picked from commit 7ce718f)
Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit 3854fd1)
(cherry picked from commit 89edd56)
…e) - Fixes #8305.

Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit 997cc09)
 #8308.

Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit a24f070)
(cherry picked from commit 2987996)
… mvccEnabled caches. This closes #8152

(cherry picked from commit 5e9df2a)
…xing licensing issues)

(cherry picked from commit 073488a)
@shishkovilja shishkovilja reopened this Nov 17, 2020
@shishkovilja shishkovilja changed the title Ignite fix IGN-2066 Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

You can’t perform that action at this time.