[jira] [Created] (IGNITE-3004) Implement config variations test for ContinuousQueries

2016-04-14 Thread Semen Boikov (JIRA)
Semen Boikov created IGNITE-3004: Summary: Implement config variations test for ContinuousQueries Key: IGNITE-3004 URL: https://issues.apache.org/jira/browse/IGNITE-3004 Project: Ignite

[jira] [Created] (IGNITE-3003) We need to add two new properties to FileSystemConfiguration

2016-04-14 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-3003: -- Summary: We need to add two new properties to FileSystemConfiguration Key: IGNITE-3003 URL: https://issues.apache.org/jira/browse/IGNITE-3003 Project:

[jira] [Created] (IGNITE-3008) Agent detection is not working in case of local deployment (DEV) with gulp connect

2016-04-14 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-3008: Summary: Agent detection is not working in case of local deployment (DEV) with gulp connect Key: IGNITE-3008 URL: https://issues.apache.org/jira/browse/IGNITE-3008

Re: API for asynchronous execution.

2016-04-14 Thread Nikolay Tikhonov
The following code snippet show how make asynchronous filter in continuous query. Difference in configuration between sync and async filters just in annotation on class. IgniteCache cache = ...; ContinuousQuery qry = new ContinuousQuery();

RE: API for asynchronous execution.

2016-04-14 Thread Denis Magda
Nick, I think that you should add a basic example like this to existed Ignite examples. It lets everyone to see how it works in practice without digging into the code. Would you be able to do this as a part of your work on this functionality? Denis From: Nikolay Tikhonov Sent: Thursday,

Re: API for asynchronous execution.

2016-04-14 Thread Dmitriy Setrakyan
Nick, Can you explain why we would ever want to have a synchronous callback? Aren’t all filter notifications supposed to be asynchronous, especially if there is no performance degradation? D. On Thu, Apr 14, 2016 at 11:17 AM, Nikolay Tikhonov wrote: > The following

Small how to for Mesos + Ignite + Java

2016-04-14 Thread lpalbou
Hi everyone, I have been testing recently Mesos and Apache Ignite. Some problems were not documented and I sometimes had to look at some java sources. So this is a very small guide to help you launch Ignite nodes from Mesos and access these nodes with Java. A) First, to install Mesos, I would

[jira] [Created] (IGNITE-3011) IPv6 addresses registered with interface name in IP finders

2016-04-14 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-3011: --- Summary: IPv6 addresses registered with interface name in IP finders Key: IGNITE-3011 URL: https://issues.apache.org/jira/browse/IGNITE-3011 Project: Ignite

[GitHub] ignite pull request: IGNITE-2952

2016-04-14 Thread vldpyatkov
Github user vldpyatkov closed the pull request at: https://github.com/apache/ignite/pull/640 --- 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: IGNITE-2668

2016-04-14 Thread vldpyatkov
Github user vldpyatkov closed the pull request at: https://github.com/apache/ignite/pull/588 --- 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-3006) .NET: ContinuousQuery.FilterFactory

2016-04-14 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-3006: -- Summary: .NET: ContinuousQuery.FilterFactory Key: IGNITE-3006 URL: https://issues.apache.org/jira/browse/IGNITE-3006 Project: Ignite Issue Type: New

[jira] [Created] (IGNITE-3007) Get rid of "State" object in GridNearAtomicUpdateFuture.

2016-04-14 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-3007: --- Summary: Get rid of "State" object in GridNearAtomicUpdateFuture. Key: IGNITE-3007 URL: https://issues.apache.org/jira/browse/IGNITE-3007 Project: Ignite

[jira] [Created] (IGNITE-3005) visorcmd: we need to improve alert command

2016-04-14 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-3005: -- Summary: visorcmd: we need to improve alert command Key: IGNITE-3005 URL: https://issues.apache.org/jira/browse/IGNITE-3005 Project: Ignite

Re: Can not reproduce the issue https://issues.apache.org/jira/browse/IGNITE-1505 with the latest source code

2016-04-14 Thread Pavel Konstantinov
Hi! I'm responded in the ticket. On Thu, Apr 14, 2016 at 3:27 PM, Dmitriy Setrakyan wrote: > Can someone respond? > > -- Forwarded message -- > From: Ken Cheng > Date: Wed, Apr 13, 2016 at 3:03 AM > Subject: Can not reproduce the

[GitHub] ignite pull request: IGNITE-2952

2016-04-14 Thread vldpyatkov
GitHub user vldpyatkov opened a pull request: https://github.com/apache/ignite/pull/646 IGNITE-2952 Add yardstick benchmark for cache load testing Added SQL query operation to benchmark. You can merge this pull request into a Git repository by running: $ git pull

a question about CLA and contributions to the project

2016-04-14 Thread AlexanderSavelyev
Hello! I am considering a possibility of active participation in Apache Ignite community. One formal question, which I have not found an answer to in FAQs and anywhere else: Is it a mandatory prerequisite to sign an Apache contributor license agreement to engage in community and submit

[GitHub] ignite pull request: IGNITE-2805: Transactions implementation for ...

2016-04-14 Thread isapego
GitHub user isapego opened a pull request: https://github.com/apache/ignite/pull/645 IGNITE-2805: Transactions implementation for C++ client. You can merge this pull request into a Git repository by running: $ git pull https://github.com/isapego/ignite ignite-2805

Re: Introduce generic server configuration.

2016-04-14 Thread Vladimir Ozerov
Ok, so here is the summary of proposed design: 1) We introduce org.apache.ignite.configuration.TcpEndpointConfiguration. This is generic bean which could be used in different components having TCP server semantics. 2) This class will contain a set of TCP-specific properties: class

Re: Design docs

2016-04-14 Thread Dmitriy Setrakyan
I am not sure what kind of information you are looking for, but here is the Ignite development wiki: https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home D. On Thu, Apr 14, 2016 at 9:15 AM, gor joseph wrote: > > > > > > Good Morning , > > > > > I have

Design docs

2016-04-14 Thread gor joseph
Good Morning , I have been reading the project docs and so far I have read mostly user docs , nothing to help developer understand the architecture of the project any advice ? thank you Sincerely , Joseph. LinkedIn : https://fr.linkedin.com/in/josephgor Mobile : +33 630733572

[jira] [Created] (IGNITE-3010) Optimize GridCacheUtils#unwindEvicts(GridCacheSharedContext) usage.

2016-04-14 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-3010: Summary: Optimize GridCacheUtils#unwindEvicts(GridCacheSharedContext) usage. Key: IGNITE-3010 URL: https://issues.apache.org/jira/browse/IGNITE-3010 Project: Ignite

Re: a question about CLA and contributions to the project

2016-04-14 Thread Konstantin Boudnik
Alexander, Having ICLA for contributors is 'nice to have' but isn't mandatory. Once when/if a person is invited to become a committer, the ICLA is the must. It is called ICLA for a reason: I == Individual If your employer is going to do a donation of existing code, it will have to go through the

Re: API for asynchronous execution.

2016-04-14 Thread Dmitriy Setrakyan
Do we have a coding example for this functionality somewhere? It would be nice to review the changes from usability standpoint. On Thu, Apr 14, 2016 at 3:58 AM, Nikolay Tikhonov wrote: > We are close to completing IGNITE-2004 ticket. > As part this ticket was made the

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

2016-04-14 Thread Vladisav Jelisavcic
Sure, I'll look into it later today, or tomorrow at the latest On Thu, Apr 14, 2016 at 5:53 PM, Yakov Zhdanov wrote: > Vlad, please see my changes in ignite-642 and comment in the ticket. > > Alex, can you please take a look at my latest commit as well and provide >