You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by macrergate <gi...@git.apache.org> on 2018/10/02 15:32:05 UTC

[GitHub] ignite pull request #4896: Ignite 9084 2.5.1

GitHub user macrergate opened a pull request:

    https://github.com/apache/ignite/pull/4896

    Ignite 9084 2.5.1

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-9084-2.5.1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4896.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4896
    
----
commit dc1cc39ffc0cdb2abc2767852883d6c8307cf9ea
Author: Anton Kalashnikov <ka...@...>
Date:   2018-05-31T13:06:52Z

    IGNITE-8530 fixed onNodeLeft for InitNewCoordinatorFuture - Fixes #4086.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>
    
    (cherry picked from commit 49fe8cd)

commit 383f3ad52d20045477fe4fed61d1d56e97ece35d
Author: dgladkikh <dg...@...>
Date:   2018-06-01T15:34:50Z

    IGNITE-8603 Add JMX-metric to cluster: baseline nodes - Fixes #4060.
    
    Signed-off-by: Ivan Rakov <ir...@apache.org>
    
    (cherry picked from commit 1f6266c)

commit a716bbee641a123f313325140ded10dc0c2de9ba
Author: Sergey Skudnov <se...@...>
Date:   2018-05-14T10:35:14Z

    IGNITE-8138 Uptime output with days - Fixes #3775.
    Cherry-picked from dfb0b9ee35afeb6adc546160c37b08a85d869f59
    Signed-off-by: dpavlov <dp...@apache.org>

commit 9c381fd3ef0f75e2fed4562f562904ce5ede6bc3
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-05-10T11:56:35Z

    IGNITE-8424 Add directory sorting and skip duplicated config file in order to consistently start nodes.
    
    Signed-off-by: Andrey Gura <ag...@apache.org>
    
    (cherry picked from commit bec3e9b)

commit dc8ba0932a944f3e966ebbe2af053488d1fe9b28
Author: Sergey Chugunov <se...@...>
Date:   2018-05-04T12:26:02Z

    IGNITE-8421 new implementation of getChildren method is added tolerating KeeperException.NoNodeException - Fixes #3939.
    
    Signed-off-by: dpavlov <dp...@apache.org>
    
    (cherry-picked from commit #02e9ca993178d4aa648d06cb93ce1a9277eb22b1)

commit 0d37bd6749829ce07fbd4b0d2344b62588177628
Author: Ivan Rakov <ir...@...>
Date:   2018-06-05T11:42:43Z

    IGNITE-8682 Attempt to configure IGFS in persistent mode without specific data region ends with AssertionError
    
    (cherry picked from commit 2fe0a10)

commit 0c20c51025e5a550b7f3d8458acae27ec8cdcef5
Author: a-polyakov <po...@...>
Date:   2018-06-05T15:49:19Z

    IGNITE-8602 Add support filter "label null" for control.sh tx utility - Fixes #4073.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>
    
    (cherry picked from commit 3372590)

commit 455777d2cd2bd6b83d69dbdbbd7e95b4f375bb75
Author: a-polyakov <po...@...>
Date:   2018-06-05T16:01:03Z

    IGNITE-8467 Fixed filter minSize for transactions utility control.sh. Fixes #4069
    
    (cherry picked from commit d61c068)

commit c40f7659f24b6037485a5ac5e1965b0c6bd573bb
Author: Sergey Kosarev <sk...@...>
Date:   2018-06-06T08:19:26Z

    IGNITE-8587 GridToStringBuilder use ConcurrentHashMap to avoid global locks on classCache - Fixes #4059.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>
    (cherry picked from commit ecd8261f1add62099fde39aa7dca49855a866eda)

commit af026c7840101e2c57c7dd882baabddb6df2fa82
Author: Ilya Lantukh <il...@...>
Date:   2018-06-04T22:24:37Z

    IGNITE-8693 SQL JOIN between PARTITIONED and REPLICATED cache fails - Fixes #4120.
    
    Signed-off-by: Ivan Rakov <ir...@apache.org>
    
    (cherry picked from commit bc35ce0)

commit a84538a9df8ace432411736289ec8371dee215e2
Author: Sergey Kosarev <sk...@...>
Date:   2018-06-06T09:59:28Z

    IGNITE-8696 control.sh utility does not show atomicity mode - Fixes #4127.
    
    Signed-off-by: Ivan Rakov <ir...@apache.org>
    (cherry picked from commit 78e5d970be74c04b01857123b1a623038aa18440)

commit fff8a4cc48ae7d8a47f8911763a71d0d59042d87
Author: Andrey Kuznetsov <st...@...>
Date:   2018-06-06T12:02:35Z

    IGNITE-8642 Added thread dumping to FailureProcessor
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit 6ea23844cfb0294a0cf3f3c21787aeff30939bcf
Author: Dmitriy Sorokin <sb...@...>
Date:   2018-06-06T11:34:04Z

    IGNITE-8311 IgniteClientRejoinTest.testClientsReconnectDisabled causes exchange-worker to terminate via NPE
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit bad52d3843925d831e6d357a4382731751ae6bb7
Author: Ilya Lantukh <il...@...>
Date:   2018-06-04T14:07:52Z

    GG-13862 : Disabled fast eviction.
    
    (cherry picked from commit 786633d)

commit 6956097ceedd2e3e9edcb627d97e49afb7f0a26d
Author: Pavel Kovalenko <jo...@...>
Date:   2018-06-06T12:24:39Z

    IGNITE-8482 Skip 2-phase partition release wait in case of activation or dynamic caches start - Fixes #4078.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>
    
    (cherry picked from commit 7c565d2)

commit d777c76eadd0a2ccc50f1031c42626b135da5906
Author: Dmitriy Govorukhin <dm...@...>
Date:   2018-06-06T14:20:18Z

    IGNITE-8685 Fixed switch segment record size - Fixes #4130.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>
    
    (cherry picked from commit 2a048bd)

commit ef4782d8a60eea870b43933480f2c9695c9fc55d
Author: Alexey Goncharuk <al...@...>
Date:   2018-06-07T11:55:13Z

    IGNITE-8706 Fixed testMemoryUsageMultipleNodes

commit 6902383e01ee69d7efff9613a68f3fc419152305
Author: Pavel Kovalenko <jo...@...>
Date:   2018-05-14T10:14:52Z

    IGNITE-8422 Tests fix for Zookeeper discovery split brain detection shouldn't consider client nodes - Fixes #3975.
    
    Signed-off-by: dpavlov <dp...@apache.org>
    
    (cherry-picked from commit #19cbf8058b48a1f8fec60f7ceac70229e7c5391a)

commit 6eef070f8e0627e2986d870cc09ceb9cb351ee0d
Author: Sergey Chugunov <se...@...>
Date:   2018-05-14T17:09:33Z

    IGNITE-8487 tmpfs is employed by ZooKeeper tests - Fixes #3994.
    
    Signed-off-by: dpavlov <dp...@apache.org>
    
    (cherry-picked from commit #67be050a2c7b9efdef2388c579fc060c68ff8a38)

commit c9b82cc632ad1cac51661f729f8605ab6c97c1dd
Author: Anton Kalashnikov <ka...@...>
Date:   2018-06-08T15:24:09Z

    IGNITE-8739 Implemented WA for tcp communication SPI hanging on descriptor reservation - Fixes #4148.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>
    
    (cherry picked from commit 7021651)

commit 45953256ef0f09fd5450f6f6c6967a539c5cd395
Author: Pavel Kovalenko <jo...@...>
Date:   2018-05-03T14:01:20Z

    IGNITE-8226 Improved logging - Fixes #3796.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>
    (cherry picked from commit 8dd9c5d61c86c831b490134c3cd21f2ed47758d2)

commit 77d089d857876f1901ade5a017a92c9835e2976a
Author: Sergey Kosarev <sk...@...>
Date:   2018-06-13T14:24:42Z

    IGNITE-8736 Add transaction label to CU.txString() method output - Fixes #4152.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>

commit c3c80439945134867e28e8d2c6db5ef9295141b6
Author: Andrey Gura <ag...@...>
Date:   2018-06-09T13:37:49Z

    IGNITE-8751 Failure handler accordingly to segmentation policy should be invoked on node segmentation instead of configured failure handler

commit d33fe100bc9fdbcb66754d43ec0199e44233190b
Author: Andrey Gura <ag...@...>
Date:   2018-06-13T14:30:18Z

    IGNITE-8781 GridNioServer accepter threads should have different names

commit d2c304ca415919f0933461dde92fdf354539529b
Author: Aleksey Plekhanov <pl...@...>
Date:   2018-06-14T17:41:31Z

    IGNITE-8763 java.nio.file.AccessDeniedException is not handled with default failure handler
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit 2545a4d65ae9c0289c9f6faf9d2ee498375aa3c7
Author: Sergey Chugunov <se...@...>
Date:   2018-06-15T08:31:33Z

    IGNITE-8657 Simultaneous start of multiple clients may lead to client start hang when exchange history size is too short - Fixes #4102.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>
    
    (cherry-picked from commit #2b928c702b2d6a7c1de8d1b3b0a1e0e65e653f21)

commit f4511d921c34fc1fc048afaf3ec10307b0f3bea2
Author: Pavel Kovalenko <jo...@...>
Date:   2018-06-15T09:48:24Z

    IGNITE-8610 Fixed checkpoint record search for WAL delta rebalancing - Fixes #4090.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>
    
    (cherry picked from commit 10aa02a)

commit 1a8e9fcafa3a6d53ab01901be798cc8957252fe6
Author: EdShangGG <es...@...>
Date:   2018-06-15T16:35:00Z

    IGNITE-8610 Fix compilation
    
    (cherry picked from commit 55af7d1)

commit 298ca37aea710e098d033fcc5750e408b4a07c24
Author: Ilya Lantukh <il...@...>
Date:   2018-05-23T15:02:23Z

    IGNITE-7809 fixed stable failures of IgniteWalFlushDefaultSelfTest in Ignite PDS 2 & PDS 2 Direct IO, new tests were added. - Fixes #3569.
    
    Signed-off-by: dpavlov <dp...@apache.org>
    
    (cherry picked from commit fed2c02)

commit 3a1645135cf474f5760319a3c2dd7712041cc6f4
Author: dpavlov <dp...@...>
Date:   2018-05-25T11:48:04Z

    IGNITE-7809 Corrected failure handler to avoid suite timeout
    
    (cherry picked from commit 0c3a7a6)

----


---