[jira] [Created] (IGNITE-8788) Getting NullPointerException during commit into cassandra, after reconnecting to ignite server

2018-06-13 Thread Yashasvi Kotamraju (JIRA)
Yashasvi Kotamraju created IGNITE-8788: -- Summary: Getting NullPointerException during commit into cassandra, after reconnecting to ignite server Key: IGNITE-8788 URL: https://issues.apache.org/jira/browse/IGN

Re: NodeJS thin client: full API

2018-06-13 Thread Иван Артюхов
Hi Pavel, Thanks for trying to run the benchmark. The error arises because an Apache Ignite node started with the default config does not have the cache with name '*atomic*'. To run the benchmark you should do the following: 1. Checkout latest '*master*' branch from Apache Ignite repo [1].

[jira] [Created] (IGNITE-8787) Striped Executor thread failure is not processed by IgniteFailureProcessor

2018-06-13 Thread Andrew Medvedev (JIRA)
Andrew Medvedev created IGNITE-8787: --- Summary: Striped Executor thread failure is not processed by IgniteFailureProcessor Key: IGNITE-8787 URL: https://issues.apache.org/jira/browse/IGNITE-8787 Proj

Re: Ignite 2.6 emergency release suggestion

2018-06-13 Thread Alexey Kuznetsov
Hi, Fix for IGNITE-8722 (https://issues.apache.org/jira/browse/IGNITE-8722) is ready. Diff https://git1-us-west.apache.org/repos/asf?p=ignite.git&a=search&h=refs%2Fheads%2Fignite-8722&st=commit&s=IGNITE-8722 TC looks good for me. https://ci.ignite.apache.org/viewLog.html?buildId=1385195&tab=bu

[GitHub] ignite pull request #4186: IGNITE-8737: Improve checkpoint logging informati...

2018-06-13 Thread andrewmed
GitHub user andrewmed opened a pull request: https://github.com/apache/ignite/pull/4186 IGNITE-8737: Improve checkpoint logging information You can merge this pull request into a Git repository by running: $ git pull https://github.com/andrewmed/ignite ignite-8737 Alternative

Re: Best Effort Affinity for thin clients

2018-06-13 Thread Denis Magda
Pavel, Most likely the client will be pulling the partitioning map periodically. If the local map is outdated, it won't be a big deal because a server node that receives a request: - can redirect it to a map that owns a partition - will add an updated partition map to the client's response

[jira] [Created] (IGNITE-8786) session.removeAttribute does not work as expected

2018-06-13 Thread Dana Shaw (JIRA)
Dana Shaw created IGNITE-8786: - Summary: session.removeAttribute does not work as expected Key: IGNITE-8786 URL: https://issues.apache.org/jira/browse/IGNITE-8786 Project: Ignite Issue Type: Bug

Re: Best Effort Affinity for thin clients

2018-06-13 Thread Pavel Tupitsyn
Hi Igor, How can we invoke the affinity function on the client, if we don't have the implementation at hand? Am I missing something? Thanks, Pavel On Wed, Jun 13, 2018 at 5:34 PM, Igor Sapego wrote: > Hi, Igniters, > > Currently, I'm working on the thin C++ client implementation. > As you may

[GitHub] ignite pull request #4185: IGNITE-7700 SQL system view for list of nodes

2018-06-13 Thread alex-plekhanov
GitHub user alex-plekhanov opened a pull request: https://github.com/apache/ignite/pull/4185 IGNITE-7700 SQL system view for list of nodes You can merge this pull request into a Git repository by running: $ git pull https://github.com/alex-plekhanov/ignite ignite-7700 Alterna

[jira] [Created] (IGNITE-8785) Node may hang indefinitely in CONNECTING state during cluster segmentation

2018-06-13 Thread Pavel Kovalenko (JIRA)
Pavel Kovalenko created IGNITE-8785: --- Summary: Node may hang indefinitely in CONNECTING state during cluster segmentation Key: IGNITE-8785 URL: https://issues.apache.org/jira/browse/IGNITE-8785 Proj

[GitHub] ignite pull request #4184: IGNITE-8386

2018-06-13 Thread alexpaschenko
GitHub user alexpaschenko opened a pull request: https://github.com/apache/ignite/pull/4184 IGNITE-8386 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8386 Alternatively you can review and apply th

[jira] [Created] (IGNITE-8784) Deadlock during simultaneous client reconnect and node stop

2018-06-13 Thread Pavel Kovalenko (JIRA)
Pavel Kovalenko created IGNITE-8784: --- Summary: Deadlock during simultaneous client reconnect and node stop Key: IGNITE-8784 URL: https://issues.apache.org/jira/browse/IGNITE-8784 Project: Ignite

Re: IGNITE-4188, savepoints with atomic cache?

2018-06-13 Thread Ivan Rakov
+1 to Eduard. It's a reasonable change, but we can't just break working code of all the guys that access atomic caches in their transactions. If we try, we will end up with another emergency release. Best Regards, Ivan Rakov On 13.06.2018 19:13, Eduard Shangareev wrote: Guys, I believe, th

Re: IGNITE-4188, savepoints with atomic cache?

2018-06-13 Thread Eduard Shangareev
Guys, I believe, that it's not the case when we should change default behaviour. So, #1 and make it default in 3.0. On Wed, Jun 13, 2018 at 6:46 PM, Dmitrii Ryabov wrote: > Vote for #2. I think no one will change this defaults in configuration in > #1. > > 2018-06-13 18:29 GMT+03:00 Anton Vinog

[jira] [Created] (IGNITE-8783) Failover tests periodically cause hanging of the whole Data Structures suite on TC

2018-06-13 Thread Ivan Rakov (JIRA)
Ivan Rakov created IGNITE-8783: -- Summary: Failover tests periodically cause hanging of the whole Data Structures suite on TC Key: IGNITE-8783 URL: https://issues.apache.org/jira/browse/IGNITE-8783 Projec

Re: IGNITE-4188, savepoints with atomic cache?

2018-06-13 Thread Dmitrii Ryabov
Vote for #2. I think no one will change this defaults in configuration in #1. 2018-06-13 18:29 GMT+03:00 Anton Vinogradov : > Vote for #2 since it can shed light on hidden bug at production. > > ср, 13 июн. 2018 г. в 18:10, Alexey Goncharuk >: > > > Igniters, > > > > Bumping up this discussion.

Re: IGNITE-4188, savepoints with atomic cache?

2018-06-13 Thread Anton Vinogradov
Vote for #2 since it can shed light on hidden bug at production. ср, 13 июн. 2018 г. в 18:10, Alexey Goncharuk : > Igniters, > > Bumping up this discussion. The fix has been implemented and it is fine > from the technical point of view, but since the fix did not make it to the > Ignite 2.0, the i

Re: IGNITE-4188, savepoints with atomic cache?

2018-06-13 Thread Alexey Goncharuk
Igniters, Bumping up this discussion. The fix has been implemented and it is fine from the technical point of view, but since the fix did not make it to the Ignite 2.0, the implemented fix [1] now will be a breaking change for current Ignite users. I see the following options: 1) Have the fix mer

[jira] [Created] (IGNITE-8782) Wrong message may be printed during simultaneous deactivation and rebalance

2018-06-13 Thread Pavel Kovalenko (JIRA)
Pavel Kovalenko created IGNITE-8782: --- Summary: Wrong message may be printed during simultaneous deactivation and rebalance Key: IGNITE-8782 URL: https://issues.apache.org/jira/browse/IGNITE-8782 Pro

Re: Ignite 2.6 emergency release suggestion

2018-06-13 Thread Pavel Kovalenko
Igniters, Recently we noticed the issue when we don't completely persist some data on the disk: https://issues.apache.org/jira/browse/IGNITE-8780 . In some cases it can lead node to unrecoverable state. I think this problem should be included to release. ср, 13 июн. 2018 г. в 14:06, Alexey Kuzne

[jira] [Created] (IGNITE-8780) File I/O operations must be retried if buffer hasn't read/written completely

2018-06-13 Thread Pavel Kovalenko (JIRA)
Pavel Kovalenko created IGNITE-8780: --- Summary: File I/O operations must be retried if buffer hasn't read/written completely Key: IGNITE-8780 URL: https://issues.apache.org/jira/browse/IGNITE-8780 Pr

[GitHub] ignite pull request #4183: IGNITE-8781 GridNioServer accepter threads should...

2018-06-13 Thread agura
GitHub user agura opened a pull request: https://github.com/apache/ignite/pull/4183 IGNITE-8781 GridNioServer accepter threads should have different names You can merge this pull request into a Git repository by running: $ git pull https://github.com/agura/incubator-ignite ign

Best Effort Affinity for thin clients

2018-06-13 Thread Igor Sapego
Hi, Igniters, Currently, I'm working on the thin C++ client implementation. As you may already know, there is an issue with latency in our thin clients, which also can result in performance issues (you can see the "About Ignite Thin client performance" thread on user list). So, how about we imple

[GitHub] ignite pull request #4152: IGNITE-8736 Add transaction label to CU.txString(...

2018-06-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4152 ---

[jira] [Created] (IGNITE-8781) nio-acceptor threads are indistinguishable in GridNioServer

2018-06-13 Thread Andrey Gura (JIRA)
Andrey Gura created IGNITE-8781: --- Summary: nio-acceptor threads are indistinguishable in GridNioServer Key: IGNITE-8781 URL: https://issues.apache.org/jira/browse/IGNITE-8781 Project: Ignite I

[GitHub] ignite pull request #4182: GG-13711 : Skipped compatibility submodule while ...

2018-06-13 Thread ilantukh
GitHub user ilantukh opened a pull request: https://github.com/apache/ignite/pull/4182 GG-13711 : Skipped compatibility submodule while generating classpath. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

Re: IGNITE-640: multimap initial implementation

2018-06-13 Thread Anton Vinogradov
Amir, Thanks for attempt. As far as I can see you have all changes at this commit: https://github.com/apache/ignite/pull/3926/commits/cd0e50e05d3860788378ebf1a29dc0525460872a You can simply apply it to local branch based on master by patch https://github.com/apache/ignite/commit/cd0e50e05d3860788

[GitHub] ignite pull request #4074: IGNITE-8293 BinaryUtils#isCustomJavaSerialization...

2018-06-13 Thread agura
Github user agura closed the pull request at: https://github.com/apache/ignite/pull/4074 ---

[GitHub] ignite pull request #4181: IGNITE-8777: REST: metadata command failed on clu...

2018-06-13 Thread chandresh-pancholi
GitHub user chandresh-pancholi opened a pull request: https://github.com/apache/ignite/pull/4181 IGNITE-8777: REST: metadata command failed on cluster of size 1 Signed-off-by: Chandresh Pancholi You can merge this pull request into a Git repository by running: $ git pull https

Re: Ignite 2.6 emergency release suggestion

2018-06-13 Thread Alexey Kuznetsov
Hi! Lets also include fix for https://issues.apache.org/jira/browse/IGNITE-8722 in this release. This bug was introduced in IGNITE-7803 (Ignite 2.5) for data structures that has references to self-type. The fix is simple (remove one "else" key word in IGNITE_BINARY_OBJECT_SERIALIZER) + add test.

[jira] [Created] (IGNITE-8779) Web console: simplify E2E test runner

2018-06-13 Thread Ilya Borisov (JIRA)
Ilya Borisov created IGNITE-8779: Summary: Web console: simplify E2E test runner Key: IGNITE-8779 URL: https://issues.apache.org/jira/browse/IGNITE-8779 Project: Ignite Issue Type: Improvemen

[GitHub] ignite pull request #4180: IGNITE-8778 Cache tests fail due short timeout

2018-06-13 Thread mcherkasov
GitHub user mcherkasov opened a pull request: https://github.com/apache/ignite/pull/4180 IGNITE-8778 Cache tests fail due short timeout You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-master-8778 Al

[GitHub] ignite pull request #4179: IGNITE-8184 ZookeeperDiscoverySpiTest#testTopolog...

2018-06-13 Thread dgarus
GitHub user dgarus opened a pull request: https://github.com/apache/ignite/pull/4179 IGNITE-8184 ZookeeperDiscoverySpiTest#testTopologyChangeMultithreaded_RestartZk* tests fail You can merge this pull request into a Git repository by running: $ git pull https://github.com/dga

[jira] [Created] (IGNITE-8778) Cache tests fail due short timeout

2018-06-13 Thread Mikhail Cherkasov (JIRA)
Mikhail Cherkasov created IGNITE-8778: - Summary: Cache tests fail due short timeout Key: IGNITE-8778 URL: https://issues.apache.org/jira/browse/IGNITE-8778 Project: Ignite Issue Type: Bug

[GitHub] ignite pull request #4178: IGNITE-8763 java.nio.file.AccessDeniedException i...

2018-06-13 Thread alex-plekhanov
GitHub user alex-plekhanov opened a pull request: https://github.com/apache/ignite/pull/4178 IGNITE-8763 java.nio.file.AccessDeniedException is not handled with default failure handler You can merge this pull request into a Git repository by running: $ git pull https://github

Re: Ignite 2.6 emergency release suggestion

2018-06-13 Thread Nikolay Izhikov
Hello, guys. I try my best to do review in a next few days. В Вт, 12/06/2018 в 11:28 -0700, Denis Magda пишет: > Agree with Ray. The ticket has been already reviewed and requires us to run > tests for an isolated module - Spark. > > Dmitriy Pavlov, Nickolay Izhikov, could you step in as final r