[jira] [Created] (IGNITE-2359) Race in MarshallerContextImpl when working with files that store "id->clsName" mapping

2016-01-11 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-2359: --- Summary: Race in MarshallerContextImpl when working with files that store "id->clsName" mapping Key: IGNITE-2359 URL: https://issues.apache.org/jira/browse/IGNITE-2359

[jira] [Created] (IGNITE-2358) Write behind store swallows exception trace in case of error

2016-01-11 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-2358: --- Summary: Write behind store swallows exception trace in case of error Key: IGNITE-2358 URL: https://issues.apache.org/jira/browse/IGNITE-2358 Project: I

Re: Ignite docker image

2016-01-11 Thread Dmitriy Setrakyan
Nick, I am still a bit confused. Can you please describe what happens right now with the image we have stored on the docker hub? I am interested in what Ignite version is stored there and what Ignite version is downloaded whenever no specific version is passed. D. On Mon, Jan 11, 2016 at 10:26 A

Re: Ignite docker image

2016-01-11 Thread Nikolay Tikhonov
> > In that case, why does the docker image contain any version of Ignite at > all? > We download docker image which was built from Dockerfile (which contains specific version of Ignite) and the image contains Ignite distributive. Apache Ignite distributive is downloaded only once in during the bui

Re: Differences in default marshaller

2016-01-11 Thread Dmitriy Setrakyan
Andrey, I think Cos won’t mind if you will provide a new PR. On Mon, Jan 11, 2016 at 10:08 AM, Andrey Gura wrote: > Dmitry, > > If I understand correctly this ticket ( > https://issues.apache.org/jira/browse/ZEPPELIN-545) assigned to Cos and > has > Fixed status. > > The fix is ok. But removing

Re: Ignite docker image

2016-01-11 Thread Dmitriy Setrakyan
Nick, It sounds like we always download a version of ignite, either latest or provided by user. In that case, why does the docker image contain any version of Ignite at all? D. On Mon, Jan 11, 2016 at 10:08 AM, Nikolay Tikhonov wrote: > On Mon, Jan 11, 2016 at 8:39 PM, Dmitriy Setrakyan > wro

Re: Differences in default marshaller

2016-01-11 Thread Andrey Gura
Dmitry, If I understand correctly this ticket ( https://issues.apache.org/jira/browse/ZEPPELIN-545) assigned to Cos and has Fixed status. The fix is ok. But removing of marshaller bean definition is better solution. So I can provide new PR or we can wait for Cos. On Mon, Jan 11, 2016 at 8:55 PM

Re: Ignite docker image

2016-01-11 Thread Nikolay Tikhonov
On Mon, Jan 11, 2016 at 8:39 PM, Dmitriy Setrakyan wrote: > > > I am not sure I understand. Are you suggesting we have different docker > files for different versions? Yes, for each Ignite version need to create Dockerfile with version and tag on DockerHub. I would prefer that unless a version

Re: Differences in default marshaller

2016-01-11 Thread Dmitriy Setrakyan
Andrey, Any chance we could upgrade Zeppelin to work with Ignite 1.5? D. On Mon, Jan 11, 2016 at 7:44 AM, Andrey Gura wrote: > Cos, > > the problem is that default config > (incubator-zeppelin/ignite/src/main/resources/default-ignite-jdbc.xml) > contains `marshaller` bean definition of Optimiz

Re: Ignite docker image

2016-01-11 Thread Dmitriy Setrakyan
Nick, I am not sure I understand. Are you suggesting we have different docker files for different versions? I would prefer that unless a version is explicitly specified, the docker file should download the latest version. Can we update the file on ignite docker hub? D. On Mon, Jan 11, 2016 at 7:

Re: Differences in default marshaller

2016-01-11 Thread Andrey Gura
Cos, the problem is that default config (incubator-zeppelin/ignite/src/main/resources/default-ignite-jdbc.xml) contains `marshaller` bean definition of OptimizedMarshaller type. IgniteSqlInterpreter class uses this config. Just remove this bean definition and default marshaller will be used. On M

[GitHub] ignite pull request: IGNITE-2350: Make IGNITE_UPDATE_NOTIFIER per ...

2016-01-11 Thread ashutakGG
GitHub user ashutakGG opened a pull request: https://github.com/apache/ignite/pull/395 IGNITE-2350: Make IGNITE_UPDATE_NOTIFIER per cluster setting https://issues.apache.org/jira/browse/IGNITE-2350 You can merge this pull request into a Git repository by running: $ git pull htt

[GitHub] ignite pull request: IGNITE-2228 .Net: Ensure async Task can be ca...

2016-01-11 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/394 IGNITE-2228 .Net: Ensure async Task can be cancelled. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-2228-1 Alternat

Re: Ignite docker image

2016-01-11 Thread Nikolay Tikhonov
Dima, Docker hub shows Dockerfile for `1.0.0-incubating` tag [1]. For this tag it is correct. [2] I would prefer see Dockerfile for the latest version, but I can't find functionality to change it. I'll ask DockerHub community how fix it. 1. https://hub.docker.com/r/apacheignite/ignite/~/dockerfile

Re: Jira Process Change

2016-01-11 Thread Yakov Zhdanov
Cos, > In JIRA, open tickets are automatically got moved to the next version, once > the current one is getting "released" in JIRA, so the reassignment is done > without any human intervention normally. There's no need for any process > around it, IIRC. Agree, but this way you can miss some impor

Apache Ignite cluster manager for Vert.x

2016-01-11 Thread agura
Hi, I implemented Apache Ignite (http://ignite.apache.org/) based cluster manager for Vert.x. Source code can be found here https://github.com/apacheignite/vertx-ignite I hope that Vert.x community will review it and include this component into vert.x stack and move code into new repo under v

Re: IgniteBinary, POJOs and indexing

2016-01-11 Thread Sergi Vladykin
As for dynamic caches this is usually ok, because application can use method getOrCreateCache(). For dynamic indexes probably you don't want to write all the initialization logic each time client tries to access cache. Sergi 2016-01-11 14:07 GMT+03:00 Sergi Vladykin : > I mean it would be quite

Re: IgniteBinary, POJOs and indexing

2016-01-11 Thread Sergi Vladykin
I mean it would be quite weird if dynamically created index silently disappears at some point. This may be obvious for you but not for everyone. We can start with version which does not persist dynamic configuration but looking forward it must be designed with persistence in mind. Probably we can u

[jira] [Created] (IGNITE-2357) IgfsSecondaryFileSystem should be serizliable.

2016-01-11 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2357: --- Summary: IgfsSecondaryFileSystem should be serizliable. Key: IGNITE-2357 URL: https://issues.apache.org/jira/browse/IGNITE-2357 Project: Ignite Issue T

[jira] [Created] (IGNITE-2356) IGFS client should be able to failover in case of server crash.

2016-01-11 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2356: --- Summary: IGFS client should be able to failover in case of server crash. Key: IGNITE-2356 URL: https://issues.apache.org/jira/browse/IGNITE-2356 Project: Ignite

[jira] [Created] (IGNITE-2355) Hadoop client should be able to failover in case of server crash.

2016-01-11 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2355: --- Summary: Hadoop client should be able to failover in case of server crash. Key: IGNITE-2355 URL: https://issues.apache.org/jira/browse/IGNITE-2355 Project: Igni

[jira] [Created] (IGNITE-2354) Ensure that Hadoop client is still operational after failed map-reduce jobs.

2016-01-11 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2354: --- Summary: Ensure that Hadoop client is still operational after failed map-reduce jobs. Key: IGNITE-2354 URL: https://issues.apache.org/jira/browse/IGNITE-2354 Pr

Re: Version mismatch Was: [RESULT] [VOTE] Apache Ignite 1.5.0.final Release (RC3)

2016-01-11 Thread Anton Vinogradov
Sergey, Correct, thats a backward compatibility fix. Internal node's version based on maven version but each ".a", ".b" and ".final" replaces with corresponding "-". On Wed, Jan 6, 2016 at 7:14 AM, Konstantin Boudnik wrote: > On Tue, Jan 05, 2016 at 08:20PM, Sergey Kozlov wrote: > > Hi > > > >

[jira] [Created] (IGNITE-2353) IGFS and Hadoop clients must be able to failover to other nodes

2016-01-11 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2353: --- Summary: IGFS and Hadoop clients must be able to failover to other nodes Key: IGNITE-2353 URL: https://issues.apache.org/jira/browse/IGNITE-2353 Project: Ignite

[jira] [Created] (IGNITE-2352) IGFS shows incorrect file properties when running over secondary file system.

2016-01-11 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2352: --- Summary: IGFS shows incorrect file properties when running over secondary file system. Key: IGNITE-2352 URL: https://issues.apache.org/jira/browse/IGNITE-2352 P

[jira] [Created] (IGNITE-2351) Rework metadata creation

2016-01-11 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2351: Summary: Rework metadata creation Key: IGNITE-2351 URL: https://issues.apache.org/jira/browse/IGNITE-2351 Project: Ignite Issue Type: Sub-task

[jira] [Created] (IGNITE-2350) Make IGNITE_UPDATE_NOTIFIER per cluster setting

2016-01-11 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-2350: - Summary: Make IGNITE_UPDATE_NOTIFIER per cluster setting Key: IGNITE-2350 URL: https://issues.apache.org/jira/browse/IGNITE-2350 Project: Ignite Issue Type

[jira] [Created] (IGNITE-2349) Rework cache creation

2016-01-11 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2349: Summary: Rework cache creation Key: IGNITE-2349 URL: https://issues.apache.org/jira/browse/IGNITE-2349 Project: Ignite Issue Type: Sub-task

Re: Differences in default marshaller

2016-01-11 Thread Yakov Zhdanov
Andrey Gura, can you please clarify? --Yakov 2016-01-06 22:06 GMT+03:00 Konstantin Boudnik : > On Tue, Jan 05, 2016 at 10:40PM, Dmitriy Setrakyan wrote: > > On Tue, Jan 5, 2016 at 8:12 PM, Konstantin Boudnik > wrote: > > > > > Test is pretty simple and doesn't do anything crazy at least in my >

[jira] [Created] (IGNITE-2348) Rework SQL demo

2016-01-11 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2348: Summary: Rework SQL demo Key: IGNITE-2348 URL: https://issues.apache.org/jira/browse/IGNITE-2348 Project: Ignite Issue Type: Sub-task Affects Ver

[jira] [Created] (IGNITE-2347) Rework demo for load metadata

2016-01-11 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2347: Summary: Rework demo for load metadata Key: IGNITE-2347 URL: https://issues.apache.org/jira/browse/IGNITE-2347 Project: Ignite Issue Type: Sub-task