You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by dolgovnv <gi...@git.apache.org> on 2018/10/18 11:59:50 UTC

[GitHub] ignite pull request #5024: Ignite 2.6 Ignite Web Console standalone docker s...

GitHub user dolgovnv opened a pull request:

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

    Ignite 2.6 Ignite Web Console standalone docker should expose 3000 port

    Is the "EXPOSE 3000" missing in the https://github.com/apache/ignite/blob/master/modules/web-console/docker/standalone/Dockerfile file?

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

    $ git pull https://github.com/apache/ignite ignite-2.6

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

    https://github.com/apache/ignite/pull/5024.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 #5024
    
----
commit 1cea80d29f4f1c61ed56ad1261b74ed42611bf64
Author: Ilya Lantukh <il...@...>
Date:   2018-04-06T10:49:10Z

    IGNITE-8018 Optimized GridCacheMapEntry initialValue() - Fixes #3686.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>

commit 37fc72542eb6baa8be8b41aecd08a194102d13c1
Author: Алексей Стельмак <as...@...>
Date:   2018-04-06T15:28:22Z

    IGNITE-8049 Limit the number of operation cycles in B+Tree - Fixes #3769.
    
    Signed-off-by: dpavlov <dp...@apache.org>
    
    (cherry picked from commit e491f10)

commit 76e293654e34c927d6c9efc85a12e736b58a21f2
Author: Eduard Shangareev <es...@...>
Date:   2018-04-06T16:22:07Z

    IGNITE-8114 Add fail recovery mechanism to tracking pages - Fixes #3734.
    
    Signed-off-by: dpavlov <dp...@apache.org>
    
    (cherry picked from commit 0829397)

commit 49f11db727febc83297c7f0f5de9e6f98f0197fa
Author: Alexey Kuznetsov <ak...@...>
Date:   2018-04-09T02:25:50Z

    IGNITE-8159 control.sh: Fixed NPE on adding nodes on empty baseline and not active cluster.
    
    (cherry picked from commit 834869c)

commit 9ad7be2f51b6dcdcdf43fedb298cd4e240f0adab
Author: Ilya Borisov <kl...@...>
Date:   2018-04-09T13:59:32Z

    IGNITE-8155 Web Console: Fixed number pattern warning in browser console.
    
    (cherry picked from commit 5d8f570)

commit 4aa56751906e5db7aad025a7193933fa929aae26
Author: Vasiliy Sisko <vs...@...>
Date:   2018-04-09T15:13:21Z

    IGNITE-7940 Visor CMD: Added "cache -slp" and "cache -rlp" commands to show and reset lost partitions for specified cache.
    
    (cherry picked from commit abfa0f5)

commit cc04c5c70af1bdbba834f73330e73277b60e23fc
Author: Eduard Shangareev <es...@...>
Date:   2018-04-09T16:15:50Z

    IGNITE-8114 Additional fix for Add fail recovery mechanism to tracking pages
    
    (cherry picked from commit 961fc35)

commit c70d85aa36c702ea0f29bd8668e9bf0790f9ba11
Author: Vasiliy Sisko <vs...@...>
Date:   2018-04-10T08:42:24Z

    IGNITE-8126 Web Console: Fixed code generation for cache load.
    
    (cherry picked from commit a0a187b)

commit 8d3755b9c58eef12c5fc9cabfc0b1c05f6db716e
Author: Semyon Boikov <sb...@...>
Date:   2018-04-10T08:37:39Z

    IGNITE-7222 Added ZooKeeper discovery SPI

commit b096a463c338565a7661f8a853a257518d872997
Author: Stanislav Lukyanov <lu...@...>
Date:   2018-04-09T11:33:13Z

    IGNITE-7904: Changed IgniteUtils::cast not to trim exception chains. This closes #3683.

commit 82a4c024fe06ef8c8deeaf762f0cc20a8e481252
Author: Roman Guseinov <gr...@...>
Date:   2018-04-09T11:45:44Z

    IGNITE-7944: Disconnected client node tries to send JOB_CANCEL message. Applied fix:
    - Skip sending message if client disconnected;
    - Throw IgniteCheckedException if a client node is disconnected and communication client is null.
    This closes #3737.

commit c1745de37891026e0a719f0c1d1afe768dfccbf3
Author: Vasiliy Sisko <vs...@...>
Date:   2018-04-10T10:48:52Z

    IGNITE-7927 Web Console: Fixed demo for non-collocated joins.
    
    (cherry picked from commit 647620b)

commit b28287d1861fd841a18d0eef95eff309d21a55ef
Author: Alexey Goncharuk <al...@...>
Date:   2018-04-10T13:22:28Z

    IGNITE-8025 Future must fail if assertion error has been thrown in the worker thread

commit a832f2b2e5788c45114c3cb5529d7cf53d08f9a6
Author: Andrey Kuznetsov <st...@...>
Date:   2018-04-10T14:30:12Z

    ignite-7772 System workers critical failures handling
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit 912433ba9aa113508d05930691b251eccd8f5870
Author: Aleksey Plekhanov <pl...@...>
Date:   2018-04-10T15:54:03Z

    IGNITE-8069 IgniteOutOfMemoryException should be handled accordingly to provided failure handler
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit 99feab6ace66d011b677fd4d57b44fc54da8fd4f
Author: Alexey Goncharuk <al...@...>
Date:   2018-04-10T17:33:47Z

    IGNITE-6430 Complete failing test early

commit 526fb0ee612ef71fde58a1274db35e8205304a63
Author: Dmitriy Sorokin <d....@...>
Date:   2018-04-10T19:20:41Z

    IGNITE-8101 Ability to terminate system workers by JMX for test purposes.
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit b4cb2f0df944534743a9d73811e047eda572258c
Author: mcherkasov <mc...@...>
Date:   2018-04-11T00:27:20Z

    IGNITE-8153 Nodes fail to connect each other when SSL is enabled - Fixes #3773.
    
    Signed-off-by: Valentin Kulichenko <va...@gmail.com>

commit b4cc9f2d45d78c360abe224165e707c23533469e
Author: Pavel Kovalenko <jo...@...>
Date:   2018-04-11T08:23:46Z

    IGNITE-7871 Implemented additional synchronization phase for correct partition counters update

commit 9abfee69aa153888456f9e8574ece1f2d0cbe4d9
Author: dmitrievanthony <dm...@...>
Date:   2018-04-10T09:46:43Z

    IGNITE-8059: Integrate decision tree with partition based dataset.
    
    this closes #3760
    
    (cherry picked from commit 139c2af)

commit 1ea17c821f51d8725290021599a60cbbdfd2ee25
Author: Sergey Chugunov <se...@...>
Date:   2018-04-11T09:28:40Z

    IGNITE-8216 Fixed javadoc for release build

commit 6bc937575d5dfbe1d2c05865c8df0cabc6ace90c
Author: zaleslaw <za...@...>
Date:   2018-04-11T09:31:48Z

    IGNITE-7830: Knn Lin Reg with new datasets
    
    this closes #3583
    
    (cherry picked from commit a4653b7)

commit b96271866aeb09b434e2b95a457655a44d913254
Author: Alexander Kalinin <ve...@...>
Date:   2018-04-11T10:09:41Z

    IGNITE-4091 Web Console: Refactored using of internal Angular API.
    
    (cherry picked from commit 74d2545)

commit 2be10fdcde3c529b866f85a5b74ff3d471c5c9c7
Author: Ilya Kasnacheev <il...@...>
Date:   2018-04-11T12:32:52Z

    IGNITE-8106 Collect suppressed exceptions from causes. - Fixes #3735.
    
    Signed-off-by: Alexey Kuznetsov <ak...@apache.org>
    
    (cherry picked from commit 98ef925)

commit 7f463be9ff6c5d2d84b0aacc888159ffe68bf269
Author: Alexander Paschenko <al...@...>
Date:   2018-04-11T13:20:16Z

    IGNITE-8204: SQL: fixed hangs when lazy flag is enabled. This closes #3785.

commit 7eee6e24736d8c0958e0107471c47ef4035037d8
Author: Alexey Kukushkin <al...@...>
Date:   2018-04-11T13:29:07Z

    IGNITE-8221: Security for thin clients.

commit b6ad3705c1e68683b72d2237037af66fea23a7ae
Author: devozerov <vo...@...>
Date:   2018-04-11T13:44:33Z

    IGNITE-8148: JDBC thin: semicolon as delimiter for properties. This closes #3794.

commit e6c30e17c6f0f1852fa781078ee54ccf8c654846
Author: Pavel Kovalenko <jo...@...>
Date:   2018-04-11T11:12:50Z

    IGNITE-7871 Check local join future on error. - Fixes #3793.
    
    Signed-off-by: dpavlov <dp...@apache.org>

commit 2769981a5df64f3cd0c38b7599c49580c66192fa
Author: Aleksey Plekhanov <pl...@...>
Date:   2018-04-11T15:24:51Z

    IGNITE-6892 OOM should be covered by failure handling
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit 687194461f445be9902752f38f873d321cde1d85
Author: Ilya Borisov <kl...@...>
Date:   2018-04-06T04:17:05Z

    IGNITE-7996 Move configuration form templates.
    
    (cherry picked from commit c2c03a9)

----


---

[GitHub] ignite pull request #5024: Ignite 2.6 Ignite Web Console standalone docker s...

Posted by dolgovnv <gi...@git.apache.org>.
GitHub user dolgovnv reopened a pull request:

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

    Ignite 2.6 Ignite Web Console standalone docker should expose 3000 port

    Is the "EXPOSE 3000" missing in the https://github.com/apache/ignite/blob/master/modules/web-console/docker/standalone/Dockerfile file?

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

    $ git pull https://github.com/apache/ignite ignite-2.6

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

    https://github.com/apache/ignite/pull/5024.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 #5024
    
----
commit 1cea80d29f4f1c61ed56ad1261b74ed42611bf64
Author: Ilya Lantukh <il...@...>
Date:   2018-04-06T10:49:10Z

    IGNITE-8018 Optimized GridCacheMapEntry initialValue() - Fixes #3686.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>

commit 37fc72542eb6baa8be8b41aecd08a194102d13c1
Author: Алексей Стельмак <as...@...>
Date:   2018-04-06T15:28:22Z

    IGNITE-8049 Limit the number of operation cycles in B+Tree - Fixes #3769.
    
    Signed-off-by: dpavlov <dp...@apache.org>
    
    (cherry picked from commit e491f10)

commit 76e293654e34c927d6c9efc85a12e736b58a21f2
Author: Eduard Shangareev <es...@...>
Date:   2018-04-06T16:22:07Z

    IGNITE-8114 Add fail recovery mechanism to tracking pages - Fixes #3734.
    
    Signed-off-by: dpavlov <dp...@apache.org>
    
    (cherry picked from commit 0829397)

commit 49f11db727febc83297c7f0f5de9e6f98f0197fa
Author: Alexey Kuznetsov <ak...@...>
Date:   2018-04-09T02:25:50Z

    IGNITE-8159 control.sh: Fixed NPE on adding nodes on empty baseline and not active cluster.
    
    (cherry picked from commit 834869c)

commit 9ad7be2f51b6dcdcdf43fedb298cd4e240f0adab
Author: Ilya Borisov <kl...@...>
Date:   2018-04-09T13:59:32Z

    IGNITE-8155 Web Console: Fixed number pattern warning in browser console.
    
    (cherry picked from commit 5d8f570)

commit 4aa56751906e5db7aad025a7193933fa929aae26
Author: Vasiliy Sisko <vs...@...>
Date:   2018-04-09T15:13:21Z

    IGNITE-7940 Visor CMD: Added "cache -slp" and "cache -rlp" commands to show and reset lost partitions for specified cache.
    
    (cherry picked from commit abfa0f5)

commit cc04c5c70af1bdbba834f73330e73277b60e23fc
Author: Eduard Shangareev <es...@...>
Date:   2018-04-09T16:15:50Z

    IGNITE-8114 Additional fix for Add fail recovery mechanism to tracking pages
    
    (cherry picked from commit 961fc35)

commit c70d85aa36c702ea0f29bd8668e9bf0790f9ba11
Author: Vasiliy Sisko <vs...@...>
Date:   2018-04-10T08:42:24Z

    IGNITE-8126 Web Console: Fixed code generation for cache load.
    
    (cherry picked from commit a0a187b)

commit 8d3755b9c58eef12c5fc9cabfc0b1c05f6db716e
Author: Semyon Boikov <sb...@...>
Date:   2018-04-10T08:37:39Z

    IGNITE-7222 Added ZooKeeper discovery SPI

commit b096a463c338565a7661f8a853a257518d872997
Author: Stanislav Lukyanov <lu...@...>
Date:   2018-04-09T11:33:13Z

    IGNITE-7904: Changed IgniteUtils::cast not to trim exception chains. This closes #3683.

commit 82a4c024fe06ef8c8deeaf762f0cc20a8e481252
Author: Roman Guseinov <gr...@...>
Date:   2018-04-09T11:45:44Z

    IGNITE-7944: Disconnected client node tries to send JOB_CANCEL message. Applied fix:
    - Skip sending message if client disconnected;
    - Throw IgniteCheckedException if a client node is disconnected and communication client is null.
    This closes #3737.

commit c1745de37891026e0a719f0c1d1afe768dfccbf3
Author: Vasiliy Sisko <vs...@...>
Date:   2018-04-10T10:48:52Z

    IGNITE-7927 Web Console: Fixed demo for non-collocated joins.
    
    (cherry picked from commit 647620b)

commit b28287d1861fd841a18d0eef95eff309d21a55ef
Author: Alexey Goncharuk <al...@...>
Date:   2018-04-10T13:22:28Z

    IGNITE-8025 Future must fail if assertion error has been thrown in the worker thread

commit a832f2b2e5788c45114c3cb5529d7cf53d08f9a6
Author: Andrey Kuznetsov <st...@...>
Date:   2018-04-10T14:30:12Z

    ignite-7772 System workers critical failures handling
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit 912433ba9aa113508d05930691b251eccd8f5870
Author: Aleksey Plekhanov <pl...@...>
Date:   2018-04-10T15:54:03Z

    IGNITE-8069 IgniteOutOfMemoryException should be handled accordingly to provided failure handler
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit 99feab6ace66d011b677fd4d57b44fc54da8fd4f
Author: Alexey Goncharuk <al...@...>
Date:   2018-04-10T17:33:47Z

    IGNITE-6430 Complete failing test early

commit 526fb0ee612ef71fde58a1274db35e8205304a63
Author: Dmitriy Sorokin <d....@...>
Date:   2018-04-10T19:20:41Z

    IGNITE-8101 Ability to terminate system workers by JMX for test purposes.
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit b4cb2f0df944534743a9d73811e047eda572258c
Author: mcherkasov <mc...@...>
Date:   2018-04-11T00:27:20Z

    IGNITE-8153 Nodes fail to connect each other when SSL is enabled - Fixes #3773.
    
    Signed-off-by: Valentin Kulichenko <va...@gmail.com>

commit b4cc9f2d45d78c360abe224165e707c23533469e
Author: Pavel Kovalenko <jo...@...>
Date:   2018-04-11T08:23:46Z

    IGNITE-7871 Implemented additional synchronization phase for correct partition counters update

commit 9abfee69aa153888456f9e8574ece1f2d0cbe4d9
Author: dmitrievanthony <dm...@...>
Date:   2018-04-10T09:46:43Z

    IGNITE-8059: Integrate decision tree with partition based dataset.
    
    this closes #3760
    
    (cherry picked from commit 139c2af)

commit 1ea17c821f51d8725290021599a60cbbdfd2ee25
Author: Sergey Chugunov <se...@...>
Date:   2018-04-11T09:28:40Z

    IGNITE-8216 Fixed javadoc for release build

commit 6bc937575d5dfbe1d2c05865c8df0cabc6ace90c
Author: zaleslaw <za...@...>
Date:   2018-04-11T09:31:48Z

    IGNITE-7830: Knn Lin Reg with new datasets
    
    this closes #3583
    
    (cherry picked from commit a4653b7)

commit b96271866aeb09b434e2b95a457655a44d913254
Author: Alexander Kalinin <ve...@...>
Date:   2018-04-11T10:09:41Z

    IGNITE-4091 Web Console: Refactored using of internal Angular API.
    
    (cherry picked from commit 74d2545)

commit 2be10fdcde3c529b866f85a5b74ff3d471c5c9c7
Author: Ilya Kasnacheev <il...@...>
Date:   2018-04-11T12:32:52Z

    IGNITE-8106 Collect suppressed exceptions from causes. - Fixes #3735.
    
    Signed-off-by: Alexey Kuznetsov <ak...@apache.org>
    
    (cherry picked from commit 98ef925)

commit 7f463be9ff6c5d2d84b0aacc888159ffe68bf269
Author: Alexander Paschenko <al...@...>
Date:   2018-04-11T13:20:16Z

    IGNITE-8204: SQL: fixed hangs when lazy flag is enabled. This closes #3785.

commit 7eee6e24736d8c0958e0107471c47ef4035037d8
Author: Alexey Kukushkin <al...@...>
Date:   2018-04-11T13:29:07Z

    IGNITE-8221: Security for thin clients.

commit b6ad3705c1e68683b72d2237037af66fea23a7ae
Author: devozerov <vo...@...>
Date:   2018-04-11T13:44:33Z

    IGNITE-8148: JDBC thin: semicolon as delimiter for properties. This closes #3794.

commit e6c30e17c6f0f1852fa781078ee54ccf8c654846
Author: Pavel Kovalenko <jo...@...>
Date:   2018-04-11T11:12:50Z

    IGNITE-7871 Check local join future on error. - Fixes #3793.
    
    Signed-off-by: dpavlov <dp...@apache.org>

commit 2769981a5df64f3cd0c38b7599c49580c66192fa
Author: Aleksey Plekhanov <pl...@...>
Date:   2018-04-11T15:24:51Z

    IGNITE-6892 OOM should be covered by failure handling
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit 687194461f445be9902752f38f873d321cde1d85
Author: Ilya Borisov <kl...@...>
Date:   2018-04-06T04:17:05Z

    IGNITE-7996 Move configuration form templates.
    
    (cherry picked from commit c2c03a9)

----


---

[GitHub] ignite pull request #5024: Ignite 2.6 Ignite Web Console standalone docker s...

Posted by dolgovnv <gi...@git.apache.org>.
Github user dolgovnv closed the pull request at:

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


---

[GitHub] ignite pull request #5024: Ignite 2.6 Ignite Web Console standalone docker s...

Posted by dolgovnv <gi...@git.apache.org>.
Github user dolgovnv closed the pull request at:

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


---