Re: Semaphore blocking on tryAcquire() while holding a cache-lock

2016-03-19 Thread Dmitriy Setrakyan
On Fri, Mar 18, 2016 at 7:57 AM, Vladisav Jelisavcic wrote: > Hi Yakov, > > yes, thanks for the comments, I think everything should be ok now, > please review the PR and tell me if you think anything else is needed. > > Once ignite-642 is merged into master, > I'll submit a

[jira] [Created] (IGNITE-2861) IGFS: Move meta processors to separate classes.

2016-03-19 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2861: --- Summary: IGFS: Move meta processors to separate classes. Key: IGNITE-2861 URL: https://issues.apache.org/jira/browse/IGNITE-2861 Project: Ignite Issue

[GitHub] ignite pull request: Ignite-2730: Ignite Events Source Streaming t...

2016-03-19 Thread shroman
GitHub user shroman opened a pull request: https://github.com/apache/ignite/pull/560 Ignite-2730: Ignite Events Source Streaming to Kafka. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shroman/ignite ignite-2730 Alternatively

[jira] [Created] (IGNITE-2854) Need to implement deadlock detection

2016-03-19 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-2854: --- Summary: Need to implement deadlock detection Key: IGNITE-2854 URL: https://issues.apache.org/jira/browse/IGNITE-2854 Project: Ignite Issue

[jira] [Created] (IGNITE-2852) TreeMap can't be converted to portable

2016-03-19 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-2852: --- Summary: TreeMap can't be converted to portable Key: IGNITE-2852 URL: https://issues.apache.org/jira/browse/IGNITE-2852 Project: Ignite Issue

Re: Contributions that are waiting for review

2016-03-19 Thread Denis Magda
Pavel, Anton, Can we simply create a page on Apache wiki that will show a result of the specific JIRA filter execution? This can be the first improvement we can do in this direction. -- Denis On 3/4/2016 4:14 PM, Anton Vinogradov wrote: Pavel, I think that script should be stored inside

[GitHub] ignite pull request: IGNITE-2835 Binary object off heap impl leak ...

2016-03-19 Thread ashutakGG
GitHub user ashutakGG opened a pull request: https://github.com/apache/ignite/pull/567 IGNITE-2835 Binary object off heap impl leak on public API Fix. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ashutakGG/incubator-ignite

Re: Ignite 1.6 release timelines

2016-03-19 Thread Igor Sapego
Hi, As for the ODBC there are about 5 left tickets that are currently going through review. Except for that there is also such task as implementation of "Decimal" type for C++/ODBC but it may take much time to implement so this task should not influence on the release date. If I will not make it

Server node info when client disconnects

2016-03-19 Thread Alper Tekinalp
Hi. I have a server and a client. I connect server from client with static ip. When server closed I get client node disconnected event. Is there easy way that I could know the UUID of the server? Best regards. -- Alper Tekinalp Software Developer Evam Stream Analytics Atatürk Mah.Turgut

[jira] [Created] (IGNITE-2863) Memory leak in GridUnsafeMap destruct method.

2016-03-19 Thread Krome Plasma (JIRA)
Krome Plasma created IGNITE-2863: Summary: Memory leak in GridUnsafeMap destruct method. Key: IGNITE-2863 URL: https://issues.apache.org/jira/browse/IGNITE-2863 Project: Ignite Issue Type:

[GitHub] ignite pull request: ignite-2797 Fixed hanging of transactions wit...

2016-03-19 Thread agura
Github user agura closed the pull request at: https://github.com/apache/ignite/pull/559 --- 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

[jira] [Created] (IGNITE-2859) IGFS: test org.apache.ignite.internal.processors.igfs.IgfsStartCacheTest#testCacheStart fakily fails

2016-03-19 Thread Ivan Veselovsky (JIRA)
Ivan Veselovsky created IGNITE-2859: --- Summary: IGFS: test org.apache.ignite.internal.processors.igfs.IgfsStartCacheTest#testCacheStart fakily fails Key: IGNITE-2859 URL:

[jira] [Created] (IGNITE-2850) ODBC: Add documentation for the ODBC.

2016-03-19 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-2850: --- Summary: ODBC: Add documentation for the ODBC. Key: IGNITE-2850 URL: https://issues.apache.org/jira/browse/IGNITE-2850 Project: Ignite Issue Type: Sub-task

[jira] [Created] (IGNITE-2860) IGFS: Simplify base file system operations for PRIMARY mode.

2016-03-19 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2860: --- Summary: IGFS: Simplify base file system operations for PRIMARY mode. Key: IGNITE-2860 URL: https://issues.apache.org/jira/browse/IGNITE-2860 Project: Ignite

[jira] [Created] (IGNITE-2855) Apache Calcite as an SQL query parser and optimizer

2016-03-19 Thread Roman Shtykh (JIRA)
Roman Shtykh created IGNITE-2855: Summary: Apache Calcite as an SQL query parser and optimizer Key: IGNITE-2855 URL: https://issues.apache.org/jira/browse/IGNITE-2855 Project: Ignite Issue

Re: Ignite 1.6 release timelines

2016-03-19 Thread Artem Shutak
Hi, I've added tests for non-collocated (distributed) SQL joins and found NPE (which can mask another issues). As I know Serj already started looking on it. -- Artem -- On Thu, Mar 17, 2016 at 9:36 PM, Dmitriy Setrakyan wrote: > Thanks Igor! > > Is there any update on

[jira] [Created] (IGNITE-2851) ODBC: Metadata type retrieval algorithm is wrong.

2016-03-19 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-2851: --- Summary: ODBC: Metadata type retrieval algorithm is wrong. Key: IGNITE-2851 URL: https://issues.apache.org/jira/browse/IGNITE-2851 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-2856) Do not generate index fields when them is absent in query fields

2016-03-19 Thread Vasiliy Sisko (JIRA)
Vasiliy Sisko created IGNITE-2856: - Summary: Do not generate index fields when them is absent in query fields Key: IGNITE-2856 URL: https://issues.apache.org/jira/browse/IGNITE-2856 Project: Ignite

[GitHub] ignite pull request: IGNITE-2844 .NET: Implement ICache.LoadAll

2016-03-19 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/562 IGNITE-2844 .NET: Implement ICache.LoadAll You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-2844 Alternatively you

[jira] [Created] (IGNITE-2857) Change console cluster code generation

2016-03-19 Thread Vasiliy Sisko (JIRA)
Vasiliy Sisko created IGNITE-2857: - Summary: Change console cluster code generation Key: IGNITE-2857 URL: https://issues.apache.org/jira/browse/IGNITE-2857 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-2858) Refactoring of creation of elements on domains page to using of mixins

2016-03-19 Thread Vasiliy Sisko (JIRA)
Vasiliy Sisko created IGNITE-2858: - Summary: Refactoring of creation of elements on domains page to using of mixins Key: IGNITE-2858 URL: https://issues.apache.org/jira/browse/IGNITE-2858 Project:

[GitHub] ignite pull request: Ignite 2830

2016-03-19 Thread iveselovskiy
GitHub user iveselovskiy opened a pull request: https://github.com/apache/ignite/pull/564 Ignite 2830 You can merge this pull request into a Git repository by running: $ git pull https://github.com/iveselovskiy/ignite ignite-2830 Alternatively you can review and apply these

Re: Contributions that are waiting for review

2016-03-19 Thread Anton Vinogradov
Done, https://cwiki.apache.org/confluence/display/IGNITE/Issues+waiting+for+review On Thu, Mar 17, 2016 at 3:46 PM, Denis Magda wrote: > Pavel, Anton, > > Can we simply create a page on Apache wiki that will show a result of the > specific JIRA filter execution? This can

[GitHub] ignite pull request: ignite-2797 Fixed hanging of transactions wit...

2016-03-19 Thread agura
GitHub user agura opened a pull request: https://github.com/apache/ignite/pull/559 ignite-2797 Fixed hanging of transactions with timeout You can merge this pull request into a Git repository by running: $ git pull https://github.com/agura/incubator-ignite

[jira] [Created] (IGNITE-2862) Deployment Ignite in Mesos cluster is failed

2016-03-19 Thread Vasilisa Sidorova (JIRA)
Vasilisa Sidorova created IGNITE-2862: -- Summary: Deployment Ignite in Mesos cluster is failed Key: IGNITE-2862 URL: https://issues.apache.org/jira/browse/IGNITE-2862 Project: Ignite

Re: Contributions that are waiting for review

2016-03-19 Thread Denis Magda
Looks great, thanks! On 3/17/2016 3:55 PM, Anton Vinogradov wrote: Done, https://cwiki.apache.org/confluence/display/IGNITE/Issues+waiting+for+review On Thu, Mar 17, 2016 at 3:46 PM, Denis Magda wrote: Pavel, Anton, Can we simply create a page on Apache wiki that will

[GitHub] ignite pull request: GG-11041 - Add ability to unwrap MutableEntry...

2016-03-19 Thread dkarachentsev
GitHub user dkarachentsev opened a pull request: https://github.com/apache/ignite/pull/566 GG-11041 - Add ability to unwrap MutableEntry passed to entry process… …or to the same entry as passed to conflict resolver. You can merge this pull request into a Git repository by

Re: Ignite 1.6 release timelines

2016-03-19 Thread Yakov Zhdanov
Guys, A lot of time passed since last update to this thread. I want to push this thread up and I want everybody working on 1.6 tickets to respond here. We are most of all interested in ODBC and distributed SQL joins. I heard about some difficulties from Sergi, Artem and Igor while working on

Re: Ignite 1.6 release timelines

2016-03-19 Thread Dmitriy Setrakyan
Thanks Igor! Is there any update on the non-collocated SQL functionality? D. On Thu, Mar 17, 2016 at 7:00 AM, Igor Sapego wrote: > Hi, > > As for the ODBC there are about 5 left tickets that are currently going > through review. Except for that there is also such task as

Re: Semaphore blocking on tryAcquire() while holding a cache-lock

2016-03-19 Thread Yakov Zhdanov
Vlad, did you have a chance to review my latest comments? Thanks! -- Yakov Zhdanov, Director R *GridGain Systems* www.gridgain.com 2016-03-06 12:21 GMT+03:00 Yakov Zhdanov : > Vlad and all (esp Val and Anton V.), > > I reviewed the PR. My comments are in the ticket. > >

Re: Server node info when client disconnects

2016-03-19 Thread Dmitriy Setrakyan
cross-sending this to the user list On Thu, Mar 17, 2016 at 8:39 AM, Alper Tekinalp wrote: > Hi. > > I have a server and a client. I connect server from client with static > ip. When server closed I get client node disconnected event. Is there > easy way that I could know the