[GitHub] ignite pull request #2972: Ignite 8266 test failing GridTcpCommunicationSpiC...

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #2972: Ignite 8266 test failing GridTcpCommunicationSpiC...

andrey-kuznetsov
GitHub user alamar opened a pull request:

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

    Ignite 8266 test failing  GridTcpCommunicationSpiConfigSelfTest.testLocalPortRange test

   

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

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

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

    https://github.com/apache/ignite/pull/2972.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 #2972
   
----
commit db88d6ba39920ace74720f7dc0e0741cfb38c450
Author: Pavel Tupitsyn <[hidden email]>
Date:   2017-09-14T18:40:48Z

    IGNITE-6258: Thin client: binary metadata protocol. This closes #2662. This closes #2667.

commit b2c61b64dd764ea1684f7aba7c3a8458c498cc9e
Author: Alexey Kuznetsov <[hidden email]>
Date:   2017-09-15T04:47:53Z

    IGNITE-6367 Restrict files search by IGNITE_HOME.

commit 50c70022eb30474aed770efbf0bd4a53375f5e81
Author: sboikov <[hidden email]>
Date:   2017-09-15T08:00:25Z

    Code style.

commit 91cf66e7083e4e73b2bcd08e81fdb29cf06ddc59
Author: Denis Mekhanikov <[hidden email]>
Date:   2017-09-15T08:19:18Z

    ignite-6289 Remove "allOrNone" flag from IgniteServices#deployAll method

commit 319aa840201f907c0a31fceb17837dfd2ba43fc1
Author: EdShangGG <[hidden email]>
Date:   2017-09-15T08:59:48Z

    IGNITE-6277 Added ability to convert WAL to human readable form - Fixes #2605.
   
    Signed-off-by: Alexey Goncharuk <[hidden email]>

commit 8610471ed8d28c600268407be1a2d6ddfbf45f6c
Author: sboikov <[hidden email]>
Date:   2017-09-15T10:49:56Z

    ignite-6137: CAS logic fix in async commit
    This closes #2496.

commit 1fcc96d624356b04de78f79b831d9e0049b8928b
Author: sboikov <[hidden email]>
Date:   2017-09-15T10:50:14Z

    Merge remote-tracking branch 'origin/master'

commit 8741acce15f50f978257da193cce2a5e2c5bd816
Author: vsisko <[hidden email]>
Date:   2017-09-15T11:02:59Z

    IGNITE-6251 Clear selection from removed rows.

commit a00052e94531528c5df0dc4485d8882514b40af4
Author: Pavel Tupitsyn <[hidden email]>
Date:   2017-09-15T11:05:53Z

    IGNITE-6368: Initial .NET part of thin client. This closes #2670.

commit 8936a0db52d1d290a482f9f0044908e3076dc899
Author: Pavel Tupitsyn <[hidden email]>
Date:   2017-09-15T11:17:30Z

    .NET: Remove unused imports

commit 39b903013f564f4229ff3284e22e46001a4f9b46
Author: dpavlov <[hidden email]>
Date:   2017-09-15T11:47:03Z

    IGNITE-6235 Added ability to handle CacheObject from DataRecord in standalone WAL iterator - Fixes #2620.
   
    Signed-off-by: Alexey Goncharuk <[hidden email]>

commit fe06b5983fb7edf7ea36d7881a22ba6d5a97ee00
Author: YuriBabak <[hidden email]>
Date:   2017-09-15T13:41:11Z

    IGNITE-6394: Fixed creation of off-heap matrix with size over 2 Gb
    (int overflow in DenseOffHeapMatrixStorage.allocateMemory)

commit 4a88ec3ec2a6a5d5004187a3424f5832217fda9c
Author: Andrey V. Mashenkov <[hidden email]>
Date:   2017-09-15T13:45:02Z

    IGNITE-6256: DiscoCache always contains local node.
   
    Signed-off-by: Andrey Gura <[hidden email]>

commit 8bcd69dd4ef14f747b7d7c582b89b14fda961348
Author: tledkov-gridgain <[hidden email]>
Date:   2017-09-15T14:25:26Z

    IGNITE-6395: Remove old test. This closes #2673.

commit 1b5ca4446f7961e6c1b3f9c6bab0d8dc540b932f
Author: Denis Magda <[hidden email]>
Date:   2017-09-15T16:54:44Z

    Updated Ignite description

commit cb4195fabb637c405b40fd613f1abbeae93a70bd
Author: Denis Magda <[hidden email]>
Date:   2017-09-15T16:59:24Z

    Updated Ignite description

commit 2da8861a252a8d5b68f75aae07ed394b52cc1390
Author: Denis Magda <[hidden email]>
Date:   2017-09-15T17:01:41Z

    Updated Ignite description

commit b86153208f28cfd76c9d21b6170d228e23deaead
Author: Denis Magda <[hidden email]>
Date:   2017-09-15T20:31:19Z

    Updated Ignite description

commit 9fd82212e528a6287cf89d279416aefa92c0cad5
Author: devozerov <[hidden email]>
Date:   2017-09-16T11:57:55Z

    IGNITE-6327: Added thin client configuration. This closes #2672.

commit 7c4d0bc2a84cfcc9c240f41c48aa129b5f60eca0
Author: Alexander Paschenko <[hidden email]>
Date:   2017-09-16T14:41:34Z

    IGNITE-5620: Implemented SQLSTATE error code for server-side logic and JDBC thin client. This closes #2541.

commit 40597a030b95d3d678d858237054e4af2637d267
Author: vsisko <[hidden email]>
Date:   2017-09-18T07:09:22Z

    IGNITE-6417 Fixed missed binary configuration.

commit 64b4abe52fcc5b506529d063cd43db43943e0f14
Author: Ivan Rakov <[hidden email]>
Date:   2017-09-18T08:35:17Z

    IGNITE-6385 Offheap page eviction doesn't work if data is loaded without data streamer - Fixes #2666.
   
    Signed-off-by: Alexey Goncharuk <[hidden email]>

commit 22002141a1d594556f1b72fa0dd139ab0a1414aa
Author: Pavel Tupitsyn <[hidden email]>
Date:   2017-09-18T09:57:26Z

    IGNITE-6404 Fix failures in .NET (NPE in ExceptionUtils, inspections)

commit 2d848c9d0440415a2e342da9ce157c59318062d5
Author: devozerov <[hidden email]>
Date:   2017-09-18T10:36:38Z

    IGNITE-6413: Improved thin client configuration processing. This closes #2680.

commit 8f3c5097b5732d10ec19a1de3d346754befa10a2
Author: Sergey Kalashnikov <[hidden email]>
Date:   2017-09-18T11:54:40Z

    IGNITE-6396: JDBC thin driver: added test for error code for NOT NULL violation. This closes #2681.

commit af4796423ca737f90768108c97d48246084f3fa7
Author: Alexandr Kuramshin <[hidden email]>
Date:   2017-09-18T12:46:46Z

    IGNITE-6200 org.dom4j.QName can't be serialized
   
    Signed-off-by: Andrey Gura <[hidden email]>

commit f9955fd7371a999cdaef3ad40c784a8c9ad4a16c
Author: tledkov-gridgain <[hidden email]>
Date:   2017-09-18T13:01:34Z

    IGNITE-6317: JDBC driver: SQLSTATE support. This closes #2682.

commit 5377af2c24642944960b9953e15ac5badccb1a16
Author: Dmitriy Govorukhin <[hidden email]>
Date:   2017-09-18T13:45:30Z

    IGNITE-6014 Added TX marker records. This closes #2578

commit 0dd975512c365d165512e00a0e53c75c903180c0
Author: Ivan Rakov <[hidden email]>
Date:   2017-09-18T13:58:10Z

    IGNITE-6355 Calculating cache size during cache stop sporadically fails with ClusterGroupEmptyCheckedException - Fixes #2647.
   
    Signed-off-by: Alexey Goncharuk <[hidden email]>

commit 858c1df1c5af2e9ba03de61e1e78c990e0283c7c
Author: Dmitriy Govorukhin <[hidden email]>
Date:   2017-09-18T14:02:14Z

    IGNITE-6210 Fixed inefficient memory consumption by checkpoint buffer. This closes #2536

----


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #2972: Ignite 8266 test failing GridTcpCommunicationSpiC...

andrey-kuznetsov
Github user alamar closed the pull request at:

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


---