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

[GitHub] ignite pull request #5094: Ignite-2.5.1-master-7196

GitHub user dgovorukhin opened a pull request:

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

    Ignite-2.5.1-master-7196

    

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

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

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

    https://github.com/apache/ignite/pull/5094.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 #5094
    
----
commit 2a32267504fae0812fb9441fcf70470894c30a85
Author: Ilya Lantukh <il...@...>
Date:   2018-04-26T15:31:47Z

    GG-13652 PITR : handle situation when WAL got temporarily disabled for rebalancing
    
    Signed-off-by: EdShangGG <es...@gridgain.com>
    
    (cherry picked from commit 92dc88d)
    Signed-off-by: EdShangGG <es...@gridgain.com>

commit a6dd24b1933e1a44f6779ed797e8a3b4a545ba30
Author: Ivan Rakov <ir...@...>
Date:   2018-06-19T09:46:10Z

    IGNITE-8749 Exception for no space left situation should be propagated to FailureHandler - rollback

commit 1536e13fecedb693cd1753024bcd98119a1e7bd2
Author: Dmitriy Sorokin <d....@...>
Date:   2018-06-19T12:35:51Z

    IGNITE-8769 JVM crash in Basic1 suite in master branch on TC - Fixes #4206.
    
    Signed-off-by: Ivan Rakov <ir...@apache.org>
    
    (cherry picked from commit b37f8a2)

commit a8c74bada9b4f3c74fa92279a3b3d6ade3dc1549
Author: ezagumennov <ez...@...>
Date:   2018-06-19T15:04:34Z

    IGNITE-8798 Move transaction recovery logging to INFO level
    
    Signed-off-by: Ivan Rakov <ir...@apache.org>
    
    (cherry picked from commit 49a565c)
    Signed-off-by: EdShangGG <es...@gridgain.com>

commit 4a5d53a4ba2886e9e54dbf6a55f07d0d4b4dbf5d
Author: Alexander Menshikov <sh...@...>
Date:   2018-04-25T11:03:24Z

    IGNITE-6565 Use long type for size and keySize in cache metrics
    
    Signed-off-by: Anton Vinogradov <av...@apache.org>
    
    (cherry picked from commit 0dc906f)
    
    (cherry picked from commit 687d5f8)

commit 9eb7f1cb8b62f9a85291a15cd24579625b5da0d6
Author: Ilya Lantukh <il...@...>
Date:   2018-06-19T16:33:24Z

    IGNITE-8554 Cache metrics: expose metrics with rebalance info about keys - Fixes #4094.
    
    Signed-off-by: Ivan Rakov <ir...@apache.org>
    
    (cherry picked from commit cf09e76)
    
    (cherry picked from commit b4b4764)

commit 1af9c4c4f62b828145df8ca44e5bc96746091af4
Author: Aleksei Scherbakov <al...@...>
Date:   2018-06-19T17:12:13Z

    IGNITE-8808 Improve control.sh --tx command to show local and remote transactions. - Fixes #4209.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>

commit 6517f2409f45567a119fadf298811fc8de6ede53
Author: Alexey Goncharuk <al...@...>
Date:   2018-06-20T11:05:53Z

    IGNITE-8491 Add JMX flag: Is the node in baseline or not - fixed license header
    
    (cherry picked from commit d58f368)

commit d054ab588e33b579dca72411b6096881f771a3d2
Author: Dmitriy Sorokin <d....@...>
Date:   2018-06-20T13:41:46Z

    IGNITE-8749 Exception for "no space left" situation should be propagated to FailureHandler - Fixes #4200.
    
    Signed-off-by: Ivan Rakov <ir...@apache.org>
    
    (cherry picked from commit 3fff8a8)
    Signed-off-by: Ivan Rakov <ir...@apache.org>

commit c26eeca8f9225cfc819733e75e65ac616403068f
Author: Alexey Stelmak <sp...@...>
Date:   2018-06-22T13:43:53Z

    IGNITE-8831 Fix of MarshallerMappingFileStore: Incorrect locks on files. - Fixes #4224.
    
    Signed-off-by: Dmitriy Pavlov <dp...@apache.org>

commit 8c18efb7439d298e07b23b603bd4fc4f716a0ab8
Author: vd-pyatkov <vp...@...>
Date:   2018-06-25T14:04:15Z

    IGNITE-8594 Make error messages in validate_indexes command report more informative - Fixes #4197.
    
    Signed-off-by: Ivan Rakov <ir...@apache.org>
    (cherry picked from commit 594df60)

commit 6466262c473592e7781c0726b4023cda65d59446
Author: Pavel Kovalenko <jo...@...>
Date:   2018-06-26T15:50:08Z

    IGNITE-8768 Fixed JVM crash caused by an in-progress partition eviction during cache stop - Fixes #4227.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>
    
    (cherry picked from commit 56975c266e7019f307bb9da42333a6db4e47365e)

commit 87cb41668fe1b1a395a1eccab0feb6d7bc179ead
Author: Andrey Kuznetsov <st...@...>
Date:   2018-06-28T15:38:22Z

    IGNITE-8860 Returned IgniteDiscoveryThread to RingMessageWorker. - Fixes #4248.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>
    
    (cherry-picked from commit#219bc81b730ea3ba078b61f96c9dab354496c22b)

commit 02bbb7da7e091534dd734da5e84ce89d5a199420
Author: Dmitriy Govorukhin <dm...@...>
Date:   2018-06-28T14:39:38Z

    IGNITE-8661 WALIterator should be stopped if it fails to deserialize a record - Fixes #4155.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>
    
    (cherry picked from commit d6ab2ae)

commit cb80440f68ce43237505269043dd643a5af340c7
Author: Sergey Chugunov <se...@...>
Date:   2018-06-28T14:29:20Z

    IGNITE-8857 HashMap is returned instead of filtering wrapper. - Fixes #4258.
    
    Signed-off-by: Dmitriy Pavlov <dp...@apache.org>
    
    (cherry-picked from commit#e1a3398b509a16f0db3b60751d0ef52e1b763a87)

commit 590b97938443f44cafde839b879da715b9ce1a49
Author: Sergey Chugunov <se...@...>
Date:   2018-07-02T11:36:25Z

    IGNITE-8857 new IgnitePredicate filtering credential attribute introduced, HashMap was removed - Fixes #4272.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>
    
    (cherry-picked from commit#a67b08cc0e76dfd1ee3810972bfe6781698550d4)

commit a3a08312a0476fd7d2b4eb3773911a8d4b8cf865
Author: Aleksey Plekhanov <pl...@...>
Date:   2018-07-02T11:47:13Z

    IGNITE-8203 Handle ClosedByInterruptionException in FilePageStore - Fixes #4211.

commit afbad007cc7dd1d2795ab3e04ffdb580763ca99d
Author: Dmitriy Sorokin <d....@...>
Date:   2018-07-04T10:16:21Z

    IGNITE-8910 PagesList.takeEmptyPage may fail with AssertionError: type = 1 - Fixes #4294.
    
    Signed-off-by: Ivan Rakov <ir...@apache.org>
    
    (cherry picked from commit e6f44ad)

commit 84ce1a3452fdd0195c3f7c291141a54ced76b125
Author: Alexey Stelmak <sp...@...>
Date:   2018-07-04T14:15:28Z

    IGNITE-8780 File I/O operations must be retried if buffer hasn't read/written completely
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit ab298bc8b61ef176709398f96eb1f17a19e1965a
Author: AMedvedev <am...@...>
Date:   2018-07-05T10:19:23Z

    IGNITE-8737 Improve checkpoint logging information - Fixes #4244.
    
    Signed-off-by: Ivan Rakov <ir...@apache.org>
    
    (cherry-picked from commit#a727a4c7135e57415de0756e8fdc235ba191109a)

commit 6971f3d09bcf67e76efde290154b6c36470b20cb
Author: Pavel Kovalenko <jo...@...>
Date:   2018-07-06T20:00:25Z

    IGNITE-8904 Add rebalanceThreadPoolSize to nodes configuration consistency check
    
    Signed-off-by: Ivan Rakov <ir...@apache.org>
    
    (cherry picked from commit b490982)
    Signed-off-by: Ivan Rakov <ir...@apache.org>

commit 6c0f32fe6fdcc5d0b17388a9e1290371499368ce
Author: vd-pyatkov <vp...@...>
Date:   2018-07-06T15:11:55Z

    IGNITE-8754 Node outside of baseline does not start when service configured
    
    Signed-off-by: Andrey Gura <ag...@apache.org>
    (cherry picked from commit b1832673eba37919ad33f9d1c42b9b6bfa7e5a34)

commit 6ac7204f1c66e9691504ef7cd25e8d904bdf36c4
Author: vd-pyatkov <vp...@...>
Date:   2018-07-09T17:15:49Z

    IGNITE-8898 Renamed command argument '--force' to '--yes' for control.sh
    
    Signed-off-by: Andrey Gura <ag...@apache.org>
    (cherry picked from commit 413b4a8a1f905e31e3a8770d2c78ca953d39a60f)

commit d3b140f763433686dbdd3f156edfeec1561df531
Author: devozerov <vo...@...>
Date:   2018-07-04T14:11:00Z

    IGNITE-8925: SQL: Limit default number of threads for CREATE INDEX to 4. This closes #4301.
    
    (cherry picked from commit 5cc41df7ac33ce4664f7db1c1cf8b3cf33d71cc8)

commit 72848848268c6c0facbd96ebff7ed1f6de10de29
Author: a-polyakov <po...@...>
Date:   2018-07-06T15:31:23Z

    IGNITE-8620 Remove intOrder and loc keys from node info in control.sh --tx utility
    
    Signed-off-by: Andrey Gura <ag...@apache.org>
    (cherry picked from commit 532dc79a1459befa757849487f7aef2cb8608cee)

commit f9fbf2a5b50ba623599292e4cc1bab8893e698d8
Author: ascherbakoff <al...@...>
Date:   2018-07-11T14:09:05Z

    IGNITE-8942 In some cases grid cannot be deactivated because of hanging CQ internal cleanup. - Fixes #4329.
    
    Signed-off-by: Ivan Rakov <ir...@apache.org>
    
    (cherry picked from commit 08f98e3)

commit 3e83d6ac0457811a212bc61e82ae00bddbd3fc52
Author: Pereslegin Pavel <sb...@...>
Date:   2018-07-11T14:25:34Z

    IGNITE-7366 Affinity assignment exception in service processor during multiple nodes join - Fixes #4321.
    
    Signed-off-by: Ivan Rakov <ir...@apache.org>
    
    (cherry picked from commit efa3269)

commit bc920ccb37f3bd31e98a61fc43c89038f804d12a
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-07-11T14:33:57Z

    IGNITE-8945 Stored cache data files corruption when node stops abruptly. - Fixes #4319.
    
    Signed-off-by: Ivan Rakov <ir...@apache.org>
    
    (cherry picked from commit fff979a)

commit 86b465b61591b0b00b58c387c03e2cba86eb36e3
Author: Ivan Rakov <ir...@...>
Date:   2018-07-11T14:57:53Z

    IGNITE-8965 Add logs in SegmentReservationStorage on exchange process
    
    (cherry picked from commit ee909a3)

commit 02c3419e7d39a0db6ae0dcc6e84c5e9e89b54863
Author: Ivan Rakov <ir...@...>
Date:   2018-07-11T15:45:31Z

    IGNITE-8946 AssertionError can occur during release of WAL history that was reserved for historical rebalance
    
    (cherry picked from commit 54055ec)

----


---