[jira] [Created] (IGNITE-6953) OOM on the client node freezes the whole cluster

2017-11-17 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-6953: --- Summary: OOM on the client node freezes the whole cluster Key: IGNITE-6953 URL: https://issues.apache.org/jira/browse/IGNITE-6953 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-6952) Deserialization failures on AIX

2017-11-17 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-6952: --- Summary: Deserialization failures on AIX Key: IGNITE-6952 URL: https://issues.apache.org/jira/browse/IGNITE-6952 Project: Ignite Issue Type: Bug Affects

Data eviction/expiration from Ignite persistence

2017-11-17 Thread Denis Magda
Igniters, I’ve been talking to many Ignite users here and there who are already on Ignite persistence or consider to turn it on. The majority of them are more than satisfied with its current state and provided capabilities. That’s is really good news for us. However, I tend to come across the

Re: IGNITE-6745. Status

2017-11-17 Thread Denis Magda
Igniters, Who is going to take a lead of Java 9 support and can do thorough review of all the related changes? Here is a set of the tickets and Cergey solved one of them: https://issues.apache.org/jira/browse/IGNITE-6728 — Denis > On Nov 16, 2017, at 3:12 PM, Cergey

Re: Deserialization error with Ignite 2.3.0

2017-11-17 Thread Valentin Kulichenko
Andrey, This ticket seems to be about the same issue: https://issues.apache.org/jira/browse/IGNITE-6944 Can you please take a look and provide your thoughts? -Val On Tue, Nov 7, 2017 at 4:02 PM, Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > *cross-posting to dev* > > Hi Chris,

Re: Thin client protocol message format

2017-11-17 Thread Denis Magda
The concern has been solved after I had a swift private conversation with Vladimir Ozerov. We just need to document how to write and read all the types supported by binary format. That’s more than enough for the beginning. — Denis > On Nov 17, 2017, at 10:40 AM, Denis Magda

Re: Thin client protocol message format

2017-11-17 Thread Denis Magda
Igniters, Let me reiterate on the protocol details until it becomes publicly available. If I’m not mistaken one of the reasons we got down to this task was to give an efficient low-level protocol that will simplify and boost Ignite clients/connectors development for various programming

[GitHub] ignite pull request #3066: IGNITE-5938 Try to enable v2 serializer

2017-11-17 Thread glukos
GitHub user glukos opened a pull request: https://github.com/apache/ignite/pull/3066 IGNITE-5938 Try to enable v2 serializer You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite master-v2ser Alternatively you

[GitHub] ignite pull request #3065: Ignite 5938 noarch

2017-11-17 Thread glukos
GitHub user glukos opened a pull request: https://github.com/apache/ignite/pull/3065 Ignite 5938 noarch You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-5938-noarch Alternatively you can review and

Re: Losing data during restarting cluster with persistence enabled

2017-11-17 Thread Valentin Kulichenko
Vyacheslav, CacheStore design assumes that the underlying storage is shared by all the nodes in topology. Even if you delay rebalancing on node stop (which is possible via CacheConfiguration#rebalanceDelay), I doubt it will solve all your consistency issues. Why don't you use Ignite persistence

[GitHub] ignite pull request #3064: Ignite 1.9.9

2017-11-17 Thread sk0x50
GitHub user sk0x50 opened a pull request: https://github.com/apache/ignite/pull/3064 Ignite 1.9.9 You can merge this pull request into a Git repository by running: $ git pull https://github.com/sk0x50/ignite ignite-1.9.9 Alternatively you can review and apply these changes

[GitHub] ignite pull request #3063: IGNITE-6949: Add support of distributed matrices ...

2017-11-17 Thread zaleslaw
GitHub user zaleslaw opened a pull request: https://github.com/apache/ignite/pull/3063 IGNITE-6949: Add support of distributed matrices for OLS regression You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

[GitHub] ignite pull request #3062: Backport IGNITE-6818, fix test

2017-11-17 Thread alamar
GitHub user alamar opened a pull request: https://github.com/apache/ignite/pull/3062 Backport IGNITE-6818, fix test You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-gg-13069 Alternatively you can

[GitHub] ignite pull request #2894: Ignite-6669: CacheStoreSessionListener#onSessionS...

2017-11-17 Thread sk0x50
Github user sk0x50 closed the pull request at: https://github.com/apache/ignite/pull/2894 ---

[GitHub] ignite pull request #3040: ignite-6924: Fixed missed CacheStoreSessionListen...

2017-11-17 Thread sk0x50
Github user sk0x50 closed the pull request at: https://github.com/apache/ignite/pull/3040 ---

[jira] [Created] (IGNITE-6951) .NET: BinaryWriter should throw exception on pointer fields

2017-11-17 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-6951: -- Summary: .NET: BinaryWriter should throw exception on pointer fields Key: IGNITE-6951 URL: https://issues.apache.org/jira/browse/IGNITE-6951 Project: Ignite

[GitHub] ignite pull request #2832: IGNITE-6337 .NET: Thin client: SQL queries

2017-11-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/2832 ---

[jira] [Created] (IGNITE-6950) Update documentation for user facing CREATE TABLE params

2017-11-17 Thread Alexander Paschenko (JIRA)
Alexander Paschenko created IGNITE-6950: --- Summary: Update documentation for user facing CREATE TABLE params Key: IGNITE-6950 URL: https://issues.apache.org/jira/browse/IGNITE-6950 Project:

[GitHub] ignite pull request #2831: IGNITE-6270 Renamed user facing CREATE TABLE

2017-11-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/2831 ---

[jira] [Created] (IGNITE-6949) Cleanup OLS code

2017-11-17 Thread Yury Babak (JIRA)
Yury Babak created IGNITE-6949: -- Summary: Cleanup OLS code Key: IGNITE-6949 URL: https://issues.apache.org/jira/browse/IGNITE-6949 Project: Ignite Issue Type: Bug Security Level: Public

Re: IGNITE-6802 is ready for review (NullPointerException when WAL store and WAL archive paths are same )

2017-11-17 Thread Alexey Goncharuk
Dmitriy, I added comments to the upsource review, please take a look. 2017-11-17 15:57 GMT+03:00 Дмитрий Рябов : > Hello, Igniters! Please review. > > JIRA: https://issues.apache.org/jira/browse/IGNITE-6802 > PR: https://github.com/apache/ignite/pull/3021/files >

[jira] [Created] (IGNITE-6948) SQL: Document new INLINE_SIZE option in CREATE INDEX command

2017-11-17 Thread Kirill Shirokov (JIRA)
Kirill Shirokov created IGNITE-6948: --- Summary: SQL: Document new INLINE_SIZE option in CREATE INDEX command Key: IGNITE-6948 URL: https://issues.apache.org/jira/browse/IGNITE-6948 Project: Ignite

Re: Stop Ignite opening 47500 and 47100

2017-11-17 Thread Alexey Goncharuk
Hi, You can implement your own no-op discovery and communication SPIs and plug them in IgniteConfiguration, then no network ports will be opened. --AG 2017-11-17 16:05 GMT+03:00 karthik : > In our Project we are not allowed to open any port. Is it possible to >

[GitHub] ignite pull request #3061: IGNITE-2662 .NET Core support (run on Linux)

2017-11-17 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/3061 IGNITE-2662 .NET Core support (run on Linux) You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-2662 Alternatively you

[GitHub] ignite pull request #3060: Ignite 2.1.7.b3

2017-11-17 Thread apopovgg
GitHub user apopovgg opened a pull request: https://github.com/apache/ignite/pull/3060 Ignite 2.1.7.b3 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2.1.7.b3 Alternatively you can review and

Stop Ignite opening 47500 and 47100

2017-11-17 Thread karthik
In our Project we are not allowed to open any port. Is it possible to disable TcpDiscoveySpi and TcpCommunicationSpi . I use Ignite only on single node in sever mode. -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

request for contributors permissions

2017-11-17 Thread Dan
Hello!   I want to resolve bugs. My GutHub account: Denis-Log My Jira account: da.loginov Please, provide me with necessary permissions.   Thanks in advance.     Best regards, Denis

[GitHub] ignite pull request #3013: IGNITE-6850 SQL: integrate index inline size to C...

2017-11-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3013 ---

[GitHub] ignite pull request #3059: IGNITE-358 add InputSplit to HadoopV1Reporter

2017-11-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3059 ---

[GitHub] ignite pull request #3030: IGNITE-5846: Add support of distributed matrices ...

2017-11-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3030 ---

Facility to detect long STW pauses and other system response degradations

2017-11-17 Thread Dmitriy_Sorokin
Hi, Igniters! This discussion thread related to https://issues.apache.org/jira/browse/IGNITE-6171. Currently there are no JVM performance monitoring tools in AI, for example the impact of GC (eg STW) on the operation of the node. I think we should add this functionality. 1) It is useful to know

[GitHub] ignite pull request #3048: IGNITE-6932 GridQueryProcessor.querySqlFieldsNoCa...

2017-11-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3048 ---

IGNITE-6802 is ready for review (NullPointerException when WAL store and WAL archive paths are same )

2017-11-17 Thread Дмитрий Рябов
Hello, Igniters! Please review. JIRA: https://issues.apache.org/jira/browse/IGNITE-6802 PR: https://github.com/apache/ignite/pull/3021/files Upsource: https://reviews.ignite.apache.org/ignite/review/IGNT-CR-396 CI tests:

[GitHub] ignite pull request #2981: Ignite 6496: Client node does not reconnect to se...

2017-11-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/2981 ---

[jira] [Created] (IGNITE-6947) Near optimistic prepare future should abandon remap after failed map attempt

2017-11-17 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-6947: Summary: Near optimistic prepare future should abandon remap after failed map attempt Key: IGNITE-6947 URL: https://issues.apache.org/jira/browse/IGNITE-6947

Re: Losing data during restarting cluster with persistence enabled

2017-11-17 Thread Vyacheslav Daradur
Hi Andrey! Thank you for answering. >> Key to partition mapping shouldn't depends on topology, and shouldn't >> changed unstable topology. Key to partition mapping doesn't depend on topology in my test affinity function. It only depends on partitions number. But partition to node mapping depends

[GitHub] ignite pull request #3059: IGNITE-358 add InputSplit to HadoopV1Reporter

2017-11-17 Thread kdudkov
GitHub user kdudkov opened a pull request: https://github.com/apache/ignite/pull/3059 IGNITE-358 add InputSplit to HadoopV1Reporter You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-358 Alternatively

[GitHub] ignite pull request #3058: Ignite 6927

2017-11-17 Thread oleg-ostanin
GitHub user oleg-ostanin opened a pull request: https://github.com/apache/ignite/pull/3058 Ignite 6927 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-6927 Alternatively you can review and apply

[GitHub] ignite pull request #3057: Ignite gg 13072

2017-11-17 Thread dkarachentsev
GitHub user dkarachentsev opened a pull request: https://github.com/apache/ignite/pull/3057 Ignite gg 13072 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-gg-13072 Alternatively you can review and

[GitHub] ignite pull request #3056: Ignite gg 13072

2017-11-17 Thread dkarachentsev
Github user dkarachentsev closed the pull request at: https://github.com/apache/ignite/pull/3056 ---

[GitHub] ignite pull request #3056: Ignite gg 13072

2017-11-17 Thread dkarachentsev
GitHub user dkarachentsev opened a pull request: https://github.com/apache/ignite/pull/3056 Ignite gg 13072 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-gg-13072 Alternatively you can review and

[jira] [Created] (IGNITE-6946) Change Ignite Logger configuration on the fly

2017-11-17 Thread Alexey Popov (JIRA)
Alexey Popov created IGNITE-6946: Summary: Change Ignite Logger configuration on the fly Key: IGNITE-6946 URL: https://issues.apache.org/jira/browse/IGNITE-6946 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-6945) SQL: optionally do not copy offheap rows for local SqlQuery

2017-11-17 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-6945: --- Summary: SQL: optionally do not copy offheap rows for local SqlQuery Key: IGNITE-6945 URL: https://issues.apache.org/jira/browse/IGNITE-6945 Project: Ignite

[GitHub] ignite pull request #3055: IGNITE-5731: curWaitingJobs and avgJobWaitTime ca...

2017-11-17 Thread Denis-Log
GitHub user Denis-Log opened a pull request: https://github.com/apache/ignite/pull/3055 IGNITE-5731: curWaitingJobs and avgJobWaitTime calculation fixed You can merge this pull request into a Git repository by running: $ git pull https://github.com/Denis-Log/ignite