You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by voropava <gi...@git.apache.org> on 2018/12/27 11:06:13 UTC

[GitHub] ignite pull request #5761: Ignite 2.5.1 p163

GitHub user voropava opened a pull request:

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

    Ignite 2.5.1 p163

    

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

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

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

    https://github.com/apache/ignite/pull/5761.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 #5761
    
----
commit 158f36de551e860176ac7f3bcf92e9751039a35c
Author: ilantukh <il...@...>
Date:   2018-08-01T13:31:15Z

    IGNITE-8900 SqlFieldsQuery provides incorrect result when item size exceeds page size.
    
    (cherry picked from commit f1ecbbc)

commit ef331f3ba58da49746f34546f1972cf65c083b3d
Author: Maxim Muzafarov <ma...@...>
Date:   2018-08-01T15:39:54Z

    IGNITE-7165 Re-balancing is cancelled if client node joins
    
    Signed-off-by: Anton Vinogradov <av...@apache.org>
    (cherry picked from commit 137dd06aaee9cc84104e6b4bf48306b050341e3a)

commit cfe95a1b1762501dd9ac48a1a24228ac0bc3b5c3
Author: Pavel Kovalenko <jo...@...>
Date:   2018-08-02T12:51:17Z

    IGNITE-9111 Do not wait for deactivation.
    
    Signed-off-by: agura <ag...@apache.org>
    
    (cherry picked from commit 8811a14)

commit 2e43db33e09e1ed456ccaf3e9361e9b2f07f99a7
Author: Pavel Kovalenko <jo...@...>
Date:   2018-08-02T13:18:44Z

    IGNITE-9129 P2P class deployment with ZK discovery fixed.
    
    Signed-off-by: agura <ag...@apache.org>
    
    (cherry picked from commit 0e9bb1c)

commit d1ae06b8a2adbb1890b7e0605708dddb52cd0d29
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-08-02T15:57:22Z

    IGNITE-8869 PartitionsExchangeOnDiscoveryHistoryOverflowTest hangs on TeamCity. - Fixes #4277.
    
    Signed-off-by: Dmitriy Pavlov <dp...@apache.org>
    (cherry picked from commit b718e4438e469ad0341f1bf9a605c2fe3ab5970c)

commit c9ebbb2c2b8f1a1ebaac21586fa56ea6f57a7bb0
Author: Vitaliy Biryukov <bi...@...>
Date:   2018-07-30T17:33:04Z

    IGNITE-9127 ZooKeeper (Discovery) 1 suite hang, JMX logging disabled for ZK - Fixes #4450.
    
    Signed-off-by: Dmitriy Pavlov <dp...@apache.org>
    (cherry picked from commit 774ed773a6786cbcd4e6ca7f12290211f4f52201)

commit c191c75e67be4819b3c5b243dfdfb58f2e8240e2
Author: Sergey Chugunov <se...@...>
Date:   2018-04-28T13:52:44Z

    IGNITE-8252 NPE is replaced with IgniteException with meaningful message - Fixes #3908.
    
    Signed-off-by: dspavlov <dp...@gridgain.com>
    (cherry picked from commit 5135f82f3f53eddef9ab91da2e647e14488b2d5a)

commit 63b4c4d2a479b957b6aa5cb00ac31c749e40cdfe
Author: Anton Vinogradov <av...@...>
Date:   2018-07-23T10:18:16Z

    IGNITE-8783 Failover tests periodically cause hanging of the whole Data Structures suite on TC
    
    Signed-off-by: Anton Vinogradov <av...@apache.org>
    (cherry picked from commit 6582b084943ac63c36b062c8ae66b43883ef6c19)

commit aa4a9b09dfd25a628cef62a92decd6c583141025
Author: Anton Kalashnikov <ka...@...>
Date:   2018-07-23T13:48:18Z

    IGNITE-8998 Send reconnect exception without partitions - Fixes #4358.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>
    (cherry picked from commit 78e0bb7efbc53e969c4c4918b6c6272c7b98dc36)

commit 7e89cf89088f11d282f79c331897d17d7db00ed2
Author: EdShangGG <es...@...>
Date:   2018-07-17T14:19:36Z

    IGNITE-9012 Fixed exchange await logic in GridServiceProcessor - Fixes #4367.
    
    (cherry picked from commit 66e547a9eebf3e8354135b3300619754294a805d)

commit 52cf2809a759071d440719f968ab0d0040fdf23e
Author: EdShangGG <es...@...>
Date:   2018-07-17T15:04:38Z

    IGNITE-9013 Fail cache future when local node is stopping - Fixes #4369.
    
    (cherry picked from commit 85b2002796fb601d7e7ce7d7320943f9323c2bdd)

commit 92dbb2197488b5c0c61182586d49254263b3a49b
Author: Evgeny Stanilovskiy <es...@...>
Date:   2018-08-10T14:47:13Z

    IGNITE-9231 improvement throttle implementation, unpark threads on cpBuf condition. - Fixes #4506.
    
    Signed-off-by: Ivan Rakov <ir...@apache.org>

commit 0e66d270a41caeedee20a93a3ad4aea95f074dce
Author: Dmitriy Govorukhin <dm...@...>
Date:   2018-08-13T08:59:27Z

    IGNITE-9244 Partition eviction should not take all threads in system pool
    
    (cherry picked from commit 2d63040)
    Signed-off-by: Dmitriy Govorukhin <dm...@gmail.com>

commit fcef6b826ef1eef13c14e752e52c1d05e49ac508
Author: Alexey Kukushkin <al...@...>
Date:   2018-04-26T16:31:43Z

    IGNITE-8237 Ignite blocks on SecurityException in exchange-worker due to unauthorised on-heap cache configuration. - Fixes #3818.
    
    Signed-off-by: dpavlov <dp...@apache.org>
    (cherry picked from commit 54cb262438bc83af3c4e864a7e5897b36fcd8c73)

commit 0a12c50b4755380ab1b25dceee7420d465a6bfec
Author: dpavlov <dp...@...>
Date:   2018-04-26T16:38:05Z

    IGNITE-8237 Javadoc for method parameters added.
    
    (cherry picked from commit ebe55e3ff84232f67a2885354e3e26426a6b16cb)

commit 35cc55405823482e51929d42b74c5e9030bb74e9
Author: Evgeny Stanilovskiy <es...@...>
Date:   2018-08-10T13:21:25Z

    IGNITE-8724 Fixed misleading U.warn implementation - Fixes #4145.

commit 3ce67e86bde0c12f954403c12b1b799661f5d5ae
Author: Dmitriy Govorukhin <dm...@...>
Date:   2018-08-14T12:10:30Z

    Merge remote-tracking branch 'professional/ignite-2.5.1-master' into ignite-2.5.1-master

commit 8ee5db8f253a0092a2200593fa28887878cd9a15
Author: Dmitriy Govorukhin <dm...@...>
Date:   2018-08-10T12:32:19Z

    IGNITE-9050 WAL iterator should throw an exception if segment tail is reached inside archive directory - Fixes #4429.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>
    
    (cherry picked from commit dbf5574)

commit 88c1035404a7a5b778e74a45bd443200602f15bd
Author: Dmitriy Govorukhin <dm...@...>
Date:   2018-08-14T12:03:21Z

    IGNITE-9260 Fixed failing test (omit check in standalone WAL iterator) - Fixes #4533.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>
    
    (cherry picked from commit 237a99e)

commit 80c46addc69d93fd082c37547c6368ee8616ad86
Author: vd-pyatkov <vp...@...>
Date:   2018-08-15T11:42:42Z

    IGNITE-8761 WAL fsync at rollover should be asynchronous in LOG_ONLY and BACKGROUND modes - Fixes #4356.
    
    Signed-off-by: Ivan Rakov <ir...@apache.org>
    (cherry picked from commit 3e75f9101411f0a6bf72aee1e52b2fc3507792ab)

commit fa458b9d715e4f7e01ac2c0363ade40a0106cf29
Author: ascherbakoff <al...@...>
Date:   2018-08-11T11:13:26Z

    IGNITE-9246 Optimistic transactions can wait for topology future on remap for a long time even if timeout is set.
    
    (cherry picked from commit 5d151063d554f23858373d642e7875b6a4f206f9)

commit eadc99c7052a10168b4072c457be070d48e25dc8
Author: Aleksei Scherbakov <al...@...>
Date:   2018-08-13T10:29:29Z

    IGNITE-9147 Race between tx async rollback and lock mapping on near node can produce hanging primary tx
    
    (cherry picked from commit a3f9076e475f603a6c3a457b64f721fd0c24a396)

commit 3e18a523817f7175ec3131db26147e352d8a8324
Author: Sergey Kosarev <sk...@...>
Date:   2018-08-15T14:59:32Z

    fix imports (IGNITE-9244)

commit b4e29ad9a9dcd3572366ed000395ec3ffc34a79f
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-08-16T11:21:19Z

    GG-14091 Add idle verify dump and idle verify v2 to security chain.

commit 64b6504b4273e5a661c1420aea8ecb888f953c30
Author: Denis Mekhanikov <dm...@...>
Date:   2018-08-16T14:33:52Z

    IGNITE-9196: SQL: Fixed memory lead in mapper. This closes #4505.
    
    (cherry picked from commit bfa192ca473c992353c8bae8ba9aa5fa359378b3)

commit b32f510e0d16adca2232f15ae70af1f15eb39940
Author: Pavel Kovalenko <jo...@...>
Date:   2018-08-16T15:39:49Z

    IGNITE-9227 Fixed missing reply to a single message during coordinator failover. Fixes #4518.
    
    (cherry picked from commit 66fcde3)

commit bc1a1c685ec66be5f6360a36f7f842e79b040412
Author: Evgenii Zhuravlev <ez...@...>
Date:   2018-08-10T11:23:37Z

    IGNITE-5103 Fixed TcpDiscoverySpi not to ignore maxMissedHeartbeats property. Fixes #4446.
    
    (cherry picked from commit 1c840f59016273e0e99c95345c3afde639ef9689)

commit d8af4076b65302ea31af461cda3fe747aea7c583
Author: Evgeny Stanilovskiy <es...@...>
Date:   2018-08-15T17:28:48Z

    IGNITE-8493 GridToStringBuilder arrayToString refactoring. - Fixes #4501.
    
    Signed-off-by: Dmitriy Pavlov <dp...@apache.org>

commit cf81547e7fe640eb8b0a72cdb1c32e6c6bfe16d3
Author: Anton Kalashnikov <ka...@...>
Date:   2018-08-17T12:20:23Z

    IGNITE-9307 Added completing eviction future if node was stopped - Fixes #4564.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>
    
    (cherry picked from commit 654ccf0)

commit 618395a35f4cc0406b2f7a73214f1c323d407b6a
Author: Alexey Stelmak <sp...@...>
Date:   2018-08-09T13:37:04Z

    IGNITE-8219 Call failure handler when an infinite loop is detected in B+ tree. Fixes #3849.

----


---