GitHub user ezhuravl opened a pull request:

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

    Ignite 2.4.5.b3

    

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

    $ git pull https://github.com/gridgain/apache-ignite ignite-2.4.5.b3

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

    https://github.com/apache/ignite/pull/4176.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 #4176
    
----
commit 915dd2966084d78f7b4f3d482e6bd25f860c1e23
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-01-31T08:22:26Z

    IGNITE-7569 Fixed index rebuild future - Fixes #3454.

commit 8ea8609259039852ab0c26f26ac528c1ffae7c94
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-01-31T08:24:57Z

    IGNITE-7577 Fixing public API active flag on baseline changes - Fixes #3455.

commit c8ce1f66e98b3174d771a3b801a2538499dc2c3d
Author: Ivan Rakov <ivan.glukos@...>
Date:   2018-01-31T09:51:09Z

    IGNITE-7475 Improved VerifyBackupPartitionsTask to calculate partition 
hashes in parallel - Fixes #3407.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>

commit 258ff4299da20122d7c387cb8579264035c93c18
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-01-31T13:52:24Z

    IGNITE-7573 Fixed full API tests to be compliant with baseline topology

commit 254ed3a9c32d092702a0461509bf867cbd7cdee6
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2018-02-01T08:22:53Z

    ignite-2.4.0 Update version.
    
    (cherry picked from commit 2e43749)

commit c1a9c0a404d77fba08170bedf14844f87abe3028
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-02-01T10:17:28Z

    IGNITE-7569 Fixing index rebuild future

commit e43799ce70cdbe03d9e206381d1d5138b820b075
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-02-01T13:39:17Z

    IGNITE-7520 Provide util-methods to get baseline from context - Fixes #3431.

commit 8f5fc7cfb0624cf2048efad38dfff32f782116e8
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2018-02-02T08:24:29Z

    IGNITE-7580 Fix compatibilityMode flag consistency
    
    This closes #3466
    
    (cherry picked from commit 8f2045e)

commit d3ddd50cb2b889173176b6c47c9ff61410e1d909
Author: Ilya Lantukh <ilantukh@...>
Date:   2018-02-07T10:33:28Z

    IGNITE-7514 Affinity assignment should be recalculated when primary node is 
not OWNER
    
    (cherry picked from commit faf50f1)

commit d3745e9d0a3ff5a64fba494889b7e2605f3af6bb
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-02-07T18:10:32Z

    IGNITE-7639 Fixed NPE

commit f7c16855ba802d9d47048521aec7e14285e4a281
Author: Pavel Kovalenko <jokserfn@...>
Date:   2018-02-09T13:55:15Z

    IGNITE-7540 Prevent page memory metadata corruption during checkpoint and 
group destroying. - Fixes #3490.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>

commit c92f167fc491078f02b9f94fe89edafc2902ebc2
Author: ilantukh <ilantukh@...>
Date:   2018-02-14T12:40:13Z

    Updated version in properties.

commit 1ecf348dd429cf7861b414e0e5a7776b72dba281
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2018-02-16T13:21:12Z

    IGNITE-7699 BinaryMetadata exchange should not be triggered if metadata was 
not updated - Fixes #3523.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>
    
    (cherry-picked from commit bcd3881)

commit 2458bd08a5b501b3eeb5caf0ae6dcaa2bcccd915
Author: EdShangGG <eshangareev@...>
Date:   2018-02-16T13:29:49Z

    IGNITE-7676 Add affinity version to snapshot plugin stub - Fixes #3510.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>
    (cherry picked from commit b6d21fb)

commit bfdcda7a2a6b5cf64f15ed169d2beb886f131fac
Author: EdShangGG <eshangareev@...>
Date:   2018-02-12T16:36:30Z

    IGNITE-7626 Unify code in test which cleans up persistence directories - 
Fixes #3477.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>
    (cherry picked from commit a0997b9)

commit 2e92e0094b270aa8489e66d94bfcf15eadabfb4f
Author: EdShangGG <eshangareev@...>
Date:   2018-02-12T18:44:10Z

    IGNITE-7626 Unify code in test which clean up persistence directories - 
Fixes #3512.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>
    (cherry picked from commit 6f6f8dd)

commit 3f86c127c78065999663a4fc4eaedb5e5d4bee1c
Author: EdShangGG <eshangareev@...>
Date:   2018-02-12T18:26:31Z

    compilation fix

commit 0b9322c566f9b464291854142ac02495bd1817e4
Author: gg-shq <kshirokov@...>
Date:   2018-02-07T11:28:04Z

    IGNITE-6917: Implemented SQL COPY command.

commit c5e386ca96750213bddcd98d0af0c589fee476ca
Author: gg-shq <kshirokov@...>
Date:   2018-02-07T15:31:27Z

    IGNITE-7586: Added COPY command into the JDBC example.
    
    This closes #3485

commit d8203e2d81f8fbf0f7fbe5e710c9908f2fcb8307
Author: shq <kirill.shirokov@...>
Date:   2018-02-15T10:36:00Z

    IGNITE-7709: SQL COPY command: make sure file name is always quoted. This 
closes #3526.

commit 1185993ee7cd83695388f698f18f95b43e15de06
Author: devozerov <vozerov@...>
Date:   2018-02-15T11:00:42Z

    IGNITE-7714: SQL COPY command: fixed "Table not found" issue on the client 
node.

commit 88c8bdcc0dc2fdf2b2b22562a6b30031e053f671
Author: devozerov <vozerov@...>
Date:   2018-02-16T14:54:24Z

    IGNITE-7737: SQL COPY: renamed BUFFER_SIZE to PACKET_SIZE. This closes 
#3533.

commit bc331f9de716c30d6f733e28821ab44da7ed0cf7
Author: Alexander Paschenko <alexander.a.paschenko@...>
Date:   2018-02-16T20:22:03Z

    IGNITE-7253: Streaming mode for JDBC thin driver. This closes #3499.
    
    (cherry picked from commit 692e488)

commit 6707ac0792c63efd073dd6c26edb5c6a1f6b7c3f
Author: dpavlov <dpavlov@...>
Date:   2018-02-13T17:19:31Z

    IGNITE-7695: Enable Ignite Update Notifier tests - Fixes #3516.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>
    
    (cherry-picked from commit e3f2259)

commit 9ba660cab2799f0606ff59997075f764b367b2aa
Author: devozerov <vozerov@...>
Date:   2018-02-19T14:49:35Z

    Release notes for COPY and streaming.

commit 9ef88099d844f7d32df747d6e3c6fd00c64dd684
Author: Ilya Lantukh <ilantukh@...>
Date:   2018-02-19T15:06:56Z

    IGNITE-7594 Fixed performance drop after WAL optimization for FSYNC mode by 
reverting the old implementation - Fixes #3521.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>

commit 805ac96c9715f4e58b68dfffe6b4fe260644e1de
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2018-02-20T03:27:40Z

    IGNITE-7725 REST: Enhanced GET_OR_CREATE_CACHE command with optional 
"templateName", "backups", "cacheGroup", "dataRegion" and 
"writeSynchronizationMode" options.
    
    (cherry picked from commit ad0cd50)

commit 6cb0052a5ece8e1bac3c68e4c0986c22c489e760
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2018-02-20T03:32:27Z

    IGNITE-3345 REST: Added support for Java built in types (boolean, int, 
long, ..., UUID) for put/get operations.
    
    (cherry picked from commit 3ba73ca)

commit 6d43b6a31d0e7da0a1c245ed7c4ae85ea6889ddc
Author: Slava Koptilin <slava.koptilin@...>
Date:   2018-02-15T11:57:40Z

    IGNITE-5804 ScanQuery transformer should be applied to all result pages - 
Fixes #3470.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>

commit d53504adb1d4276f79ede2401e2d1512fe0287ec
Author: devozerov <vozerov@...>
Date:   2018-02-22T07:07:19Z

    IGNITE-7253: JDBC thin streaming: fixed default local buffer size, improved 
error messages in case of unsupported SQL statements.

----


---

Reply via email to