Re: ContinuousQuery onUpdate

2016-07-05 Thread Alexey Goncharuk
Replied in the ticket.​

[jira] [Created] (IGNITE-3429) org.hibernate.cache.spi.CacheKey not properly serialized by binary marshaller

2016-07-05 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-3429: --- Summary: org.hibernate.cache.spi.CacheKey not properly serialized by binary marshaller Key: IGNITE-3429 URL: https://issues.apache.org/jira/browse/IGNITE-3429

Re: Ignite 3227

2016-07-05 Thread Dmitriy Setrakyan
I think we should add only 1 new method: long sizeLong(int partId, CachePeekMode peekMode) D. On Tue, Jul 5, 2016 at 3:24 PM, Alexander Paschenko < alexander.a.pasche...@gmail.com> wrote: > Alexey in Jira > https://issues.apache.org/jira/browse/IGNITE-3227?focusedCommentId=15360787 > suggested

Re: Ignite & Kubernetes

2016-07-05 Thread Paulo Pires
Sorry for the delay. Sure! Need guidance, though. I'll ping you on gitter. On Jun 28, 2016 20:18, "Dmitriy Setrakyan" wrote: > Paulo, would you like to contribute this to Ignite? > > On Tue, Jun 28, 2016 at 11:43 AM, Paulo Pires wrote: > >> I came up

Re: Ignite 3227

2016-07-05 Thread Alexander Paschenko
Alexey in Jira https://issues.apache.org/jira/browse/IGNITE-3227?focusedCommentId=15360787 suggested that we remove int sized methods from CacheProxy, and he has indeed removed them, but IgniteCache has such new methods too. Should we let them be or maybe it would be better to get rid of them?

Re: Compilation failure on fresh clone

2016-07-05 Thread NoTrueScotsman
Hi Andrey, thanks for this. On Tue, Jul 5, 2016 at 1:21 PM, Andrey Novikov wrote: > Hi NoTrueScotsman, > > Compilation failed only under java 8. CI used java 7 for tests. > > Fixed compilation error in master. > > On Tue, Jul 5, 2016 at 3:52 PM, NoTrueScotsman

[jira] [Created] (IGNITE-3428) TcpCommunicationSpi: potential message lost during reconnect

2016-07-05 Thread Semen Boikov (JIRA)
Semen Boikov created IGNITE-3428: Summary: TcpCommunicationSpi: potential message lost during reconnect Key: IGNITE-3428 URL: https://issues.apache.org/jira/browse/IGNITE-3428 Project: Ignite

[GitHub] ignite pull request #848: IGNITE-3398 .NET: Allow extending predefined Affin...

2016-07-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/848 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] ignite pull request #852: ignite-3426: Compute Engine: job ID is generated i...

2016-07-05 Thread dmagda
GitHub user dmagda opened a pull request: https://github.com/apache/ignite/pull/852 ignite-3426: Compute Engine: job ID is generated in a non unique way You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

[jira] [Created] (IGNITE-3426) Compute Engine: job ID is generated in a non unique way

2016-07-05 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-3426: --- Summary: Compute Engine: job ID is generated in a non unique way Key: IGNITE-3426 URL: https://issues.apache.org/jira/browse/IGNITE-3426 Project: Ignite Issue

Re: Compilation failure on fresh clone

2016-07-05 Thread Andrey Novikov
Hi NoTrueScotsman, Compilation failed only under java 8. CI used java 7 for tests. Fixed compilation error in master. On Tue, Jul 5, 2016 at 3:52 PM, NoTrueScotsman wrote: > Hi all, I just tried to compile a fresh clone off master branch[1] and > getting a

[jira] [Created] (IGNITE-3425) Missed options in SQL editor.

2016-07-05 Thread Vasiliy Sisko (JIRA)
Vasiliy Sisko created IGNITE-3425: - Summary: Missed options in SQL editor. Key: IGNITE-3425 URL: https://issues.apache.org/jira/browse/IGNITE-3425 Project: Ignite Issue Type: Sub-task

[jira] [Created] (IGNITE-3424) GridCacheQueryResponse is not registered in GridCacheIoManager

2016-07-05 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-3424: --- Summary: GridCacheQueryResponse is not registered in GridCacheIoManager Key: IGNITE-3424 URL: https://issues.apache.org/jira/browse/IGNITE-3424 Project: Ignite

[jira] [Created] (IGNITE-3423) Incorrect result of IgfsGlobalSpaceTask for unlimited IGFS

2016-07-05 Thread Vasiliy Sisko (JIRA)
Vasiliy Sisko created IGNITE-3423: - Summary: Incorrect result of IgfsGlobalSpaceTask for unlimited IGFS Key: IGNITE-3423 URL: https://issues.apache.org/jira/browse/IGNITE-3423 Project: Ignite

[jira] [Created] (IGNITE-3422) No way to control object initialization during deserialization/unmarshalling

2016-07-05 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-3422: --- Summary: No way to control object initialization during deserialization/unmarshalling Key: IGNITE-3422 URL: https://issues.apache.org/jira/browse/IGNITE-3422 Project:

ContinuousQuery onUpdate

2016-07-05 Thread Andrey Velichko
Hello, I need help about issue https://issues.apache.org/jira/browse/IGNITE-2079 If there are Exceptions inside notifyCallback0, client lose eventonUpdatefor ContinuousQuery.setLocalListener see line 674 of CacheContinuousQueryHandler.notifyCallback0 It is common situation when listener

Compilation failure on fresh clone

2016-07-05 Thread NoTrueScotsman
Hi all, I just tried to compile a fresh clone off master branch[1] and getting a compilation failure: $ mvn clean package -DskipTests ... [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project ignite-clients: Compilation