Re: Async cache creation

2015-08-21 Thread Yakov Zhdanov
Andrey, implementation should be easy, since this process uses futures internally. Developer should only make them available externally (properly wrapping it, of course). However, in most cases cache is created from client nodes which literally have nothing to do while cache is not yet created.

Re: Deprecate IgniteConfiguration.getGridName

2015-08-19 Thread Yakov Zhdanov
should be renamed to 'nodeName'. Possibility to set node name is very useful in our tests. As I see 'setNodeId' is already deprecated in IgniteConfiguration, how we will distinguish nodes in our tests? On Tue, Aug 18, 2015 at 1:42 PM, Yakov Zhdanov yzhda...@apache.org wrote: Guys

Re: SQL Query Docs Updated

2015-08-19 Thread Yakov Zhdanov
I like the article. Couple of points, though: 1. Annotations and XML configs are not identical. XML states that ID is UUID, but annotations listing states that it is primitive long. 2. I would prefer example that example can be copied-and-pasted and launched. Can we add cache config, indexes, and

Deprecate IgniteConfiguration.getGridName

2015-08-18 Thread Yakov Zhdanov
Guys, I am thinking of deprecating this property. 1. nodes with different grid names can discover each other and build a single topology. I heard that some of the users expected that there would be separate topologies 2. Locally started nodes can be accessed via their IDs through Ignition

Re: Temporary folders left behind when running unit tests

2015-08-17 Thread Yakov Zhdanov
Raul, I have just googled and it seems that acceptedEpoch and currentEpoch are somehow related to ZooKeeper. Is this what you working on? Can you recheck that this is produced by Ignite? --Yakov 2015-08-15 4:38 GMT+03:00 Raul Kripalani ra...@apache.org: Hi Igniters, I'm seeing temporary

Re: CacheJdbcPojoStoreFactory usability

2015-08-17 Thread Yakov Zhdanov
I agree on all points (can you please create a ticket and put this to it): 1. sppContext should be transient 2. dataSrc is in the factory so user can fully configure it. 3. really strange thing with h2 dialect. can you make it serializable? Thanks! --Yakov 2015-08-15 3:40 GMT+03:00 Valentin

Re: IGNITE-1192, Provide integration with Spring Data

2015-08-17 Thread Yakov Zhdanov
Vikrant, seems you are correct here. Just make sure you start new module for this functionality. --Yakov 2015-08-16 16:46 GMT+03:00 Vikrant Navalgund vikrant.navalg...@gmail.com: Hello Igniters, As part of working on the above ticket, I have started playing around with my ignite local dev

pull request email notification

2015-08-17 Thread Yakov Zhdanov
Guys, why pull request notification goes to devlist, but not to comm...@ignite.incubator.apache.org ? --Yakov

Re: pull request email notification

2015-08-17 Thread Yakov Zhdanov
. This tells the community that something is available for review, no? D. On Mon, Aug 17, 2015 at 8:16 AM, Yakov Zhdanov yzhda...@apache.org wrote: Guys, why pull request notification goes to devlist, but not to comm...@ignite.incubator.apache.org ? --Yakov

Re: Resource SPI proposal

2015-08-14 Thread Yakov Zhdanov
+1 Andrey, can you please file a ticket and put the proposed design to it? --Yakov 2015-08-13 21:37 GMT+03:00 Vladimir Ozerov voze...@gridgain.com: +1 It is hard to understand why do we have so much different annotations for injections while requierd resource type could be clearly

Re: test

2015-08-13 Thread Yakov Zhdanov
Why reply-to is dev@ignite.incubator.apache.org? Cos? Brane? Any ideas? --Yakov 2015-08-13 9:20 GMT+03:00 Dmitriy Setrakyan dsetrak...@apache.org: Test. D.

Re: Bug in 1.2.0/1.3.4 or fix after 1.1.0?

2015-08-10 Thread Yakov Zhdanov
Ognen, can you please turn peer classloading off? For data grid it is recommended to set it to false. I would also like to see the code. Make sure to share the jar as well. --Yakov 2015-08-08 19:10 GMT+03:00 Ognen Duzlevski ognen.duzlev...@gmail.com: Hello all, I am trying to figure out an

Re: Jira component user request

2015-08-07 Thread Yakov Zhdanov
, 2015 at 09:27AM, Yakov Zhdanov wrote: Guys, I created new component user request to put issues that are filed by users or for users after discussions on projects' lists. Please file problems reported by users with this component so we can track the user requests in a better way

Jira component user request

2015-08-07 Thread Yakov Zhdanov
Guys, I created new component user request to put issues that are filed by users or for users after discussions on projects' lists. Please file problems reported by users with this component so we can track the user requests in a better way. --Yakov

[jira] [Created] (IGNITE-1208) Client nodes cannot discover server

2015-08-06 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-1208: - Summary: Client nodes cannot discover server Key: IGNITE-1208 URL: https://issues.apache.org/jira/browse/IGNITE-1208 Project: Ignite Issue Type: Bug

Re: TeamCity build on master

2015-08-06 Thread Yakov Zhdanov
Agree. -- Yakov Zhdanov, Director RD *GridGain Systems* www.gridgain.com 2015-08-06 12:07 GMT+03:00 Pavel Tupitsyn ptupit...@gridgain.com: I suggest to fix the wording (current is long and not very English): There was triggered next test builds for last attached patch-file: - Builds

Re: Create patch instructions.

2015-08-05 Thread Yakov Zhdanov
inline --Yakov 2015-08-04 22:13 GMT+03:00 Artem Shutak ashu...@gridgain.com: Guys, I've updated https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute. Please, take a look. 1. I still come across few sprint-xx mentions 2. I would mention that contributors/committers can

Re: Fixed deadlock in GridDhtAtomicCache (Alex G. your review is needed)

2015-08-05 Thread Yakov Zhdanov
Guys, what about not invalidating cache contexts on stop? Let's cleanup on higher level. --Yakov 2015-08-04 22:48 GMT+03:00 Denis Magda dma...@gridgain.com: Alex, thanks for the review! Sure, this is just a local fix. Recently I've detected and fixed several issues in TCP communication SPI

Re: Factories in continuous queries

2015-08-03 Thread Yakov Zhdanov
+1 Deprecate current setter and add new method accepting factory as parameter. Old method can wrap the filter in, let's say, SingletonFactory. --Yakov 2015-07-31 22:29 GMT+03:00 Valentin Kulichenko valentin.kuliche...@gmail.com: Igniters, It was brought to my attention that we always send

[jira] [Created] (IGNITE-1185) Locate configuration in class path

2015-07-31 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-1185: - Summary: Locate configuration in class path Key: IGNITE-1185 URL: https://issues.apache.org/jira/browse/IGNITE-1185 Project: Ignite Issue Type

JIRA Versions Change

2015-07-29 Thread Yakov Zhdanov
Guys, I have created new versions in JIRA - ignite-1.4 and ignite-1.5 Contributors, please move your tickets that are currently on sprint-N to these versions. I will close sprint-N versions on Friday Russian time. --Yakov

[jira] [Created] (IGNITE-1169) Need to add TcpCommunicationSpi.sendWithAck

2015-07-29 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-1169: - Summary: Need to add TcpCommunicationSpi.sendWithAck Key: IGNITE-1169 URL: https://issues.apache.org/jira/browse/IGNITE-1169 Project: Ignite Issue Type

Re: Cache query with type metadata example.

2015-07-29 Thread Yakov Zhdanov
Let's have the missing example first of all. Then we will see how to properly incorporate it. --Yakov 2015-07-29 13:46 GMT+03:00 Alexey Kuznetsov akuznet...@gridgain.com: I also think that mixing indexed types and cache type metadata in same example is bad idea. Having two separate examples

Re: [jira] [Created] (IGNITE-1169) Need to add TcpCommunicationSpi.sendWithAck

2015-07-29 Thread Yakov Zhdanov
and some design thoughts, including explanation of why this functionality is needed. On 29 Jul 2015 12:12, Yakov Zhdanov (JIRA) j...@apache.org wrote: Yakov Zhdanov created IGNITE-1169: - Summary: Need to add

Re: Important: Git Policy Changed

2015-07-28 Thread Yakov Zhdanov
This can be done from command line. I think here is a very good article on merge vs rebase - https://www.atlassian.com/git/tutorials/merging-vs-rebasing As for me, I think we should switch to rebase. --Yakov 2015-07-28 11:12 GMT+03:00 Alexey Kuznetsov akuznet...@gridgain.com: I,m not a git

[jira] [Created] (IGNITE-1156) FileSwapSpaceSpi iterator does not support remove operations

2015-07-24 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-1156: - Summary: FileSwapSpaceSpi iterator does not support remove operations Key: IGNITE-1156 URL: https://issues.apache.org/jira/browse/IGNITE-1156 Project: Ignite

Re: Finished work on IGNITE-788

2015-07-24 Thread Yakov Zhdanov
, Yakov Zhdanov yzhda...@apache.org wrote: Good news! Now Ignite supports log4j2! Thsnks, guys! --Yakov 2015-07-24 17:20 GMT+03:00 Artem Shutak ashu...@gridgain.com: Working on IGNITE-788 add support for log4j2 into org.apache.ignite.logger.log4j package (Log4J2Logger

[jira] [Created] (IGNITE-1157) Ignite startup in client mode silently hanging

2015-07-24 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-1157: - Summary: Ignite startup in client mode silently hanging Key: IGNITE-1157 URL: https://issues.apache.org/jira/browse/IGNITE-1157 Project: Ignite Issue Type

Re: Ignite startup in client mode silently hanging

2015-07-24 Thread Yakov Zhdanov
I created the ticket - https://issues.apache.org/jira/browse/IGNITE-1157 --Yakov 2015-07-22 23:40 GMT+03:00 Dmitriy Setrakyan dsetrak...@apache.org: On Wed, Jul 22, 2015 at 11:33 AM, Alexey Kuznetsov akuznet...@gridgain.com wrote: It seems that in quiet mode message about trying

Re: Finished work on IGNITE-788

2015-07-24 Thread Yakov Zhdanov
Good news! Now Ignite supports log4j2! Thsnks, guys! --Yakov 2015-07-24 17:20 GMT+03:00 Artem Shutak ashu...@gridgain.com: Working on IGNITE-788 add support for log4j2 into org.apache.ignite.logger.log4j package (Log4J2Logger) was finished. Patch was merged after review (with changes),

Re: Continuous queries changes

2015-07-24 Thread Yakov Zhdanov
Val, I have idea on how to clean up backup queue. 1. Our communication uses acks. So, you can determine [on server node] whether client received the update from local server or not. I think you can easily change existing code to get notifications on ack receiving (this way you dont need to

Re: Ignite as L2 cache in JBoss6

2015-07-17 Thread Yakov Zhdanov
Cross-posting to dev. Sergey E., can you take a look and finish with this? Valery, thanks for pointing out. --Yakov 2015-07-17 9:24 GMT+03:00 shibaevv shibaev.val...@gmail.com: This fix with JTA is working if I keep ignite config outside of my war file (e.g. $JBOSS_HOME/config). But if I

Re: Code samples in JavaDoc

2015-07-16 Thread Yakov Zhdanov
What do you mean by proper format? --Yakov 2015-07-16 6:03 GMT+03:00 Valentin Kulichenko valentin.kuliche...@gmail.com : Guys, It seems to me that code samples in our JavaDoc is not formatted properly. See this page for example:

Re: queue and set configuration

2015-07-15 Thread Yakov Zhdanov
Updated. --Yakov 2015-07-15 3:18 GMT+03:00 Dmitriy Setrakyan dsetrak...@apache.org: Igniters, Do we still require configuring cache name for queues and sets? I thought that we don't have that anymore. In that case, the documentation is wrong. Can someone responsible for this fix update

Re: queue and set configuration

2015-07-15 Thread Yakov Zhdanov
as well as in 1.1 -- Yakov Zhdanov, Director RD *GridGain Systems* www.gridgain.com 2015-07-15 11:35 GMT+03:00 Dmitriy Setrakyan dsetrak...@apache.org: On Wed, Jul 15, 2015 at 1:34 AM, Yakov Zhdanov yzhda...@apache.org wrote: Updated. Was it updated in 1.2 and 1.3 versions

[RESULT] [VOTE] Apache Ignite 1.3.0 Release (RC2)

2015-07-15 Thread Yakov Zhdanov
Hello! apache-ignite-1.3.0-incubating-rc2 has been accepted with 7 votes (1 binding). Thanks to those who voted: - Branko Cibej (binding) - Sergey Khisamov - Nick Tikhonov - Ira Vasilinets - Semyon Boikov - Alex Kuznetsov - Yakov Zhdanov and 1 0 vote: - Cos Boudnik

Re: Ignite Web Control Center Architecture

2015-07-14 Thread Yakov Zhdanov
I like the design where agent is a plugin to Ignite. Agent-ControlCenter can be incorporated into the singleton cluster-wide service deployed by plugin on start. This approach seems very good and clean to me: 1. Easy to config - just drop JAR with plugin to classpath 2. It is native to the cluster

Re: [VOTE] Apache Ignite 1.3.0 Release (RC2)

2015-07-13 Thread Yakov Zhdanov
RC1 has been removed. --Yakov 2015-07-12 9:18 GMT+03:00 Branko Čibej br...@apache.org: On 11.07.2015 02:00, Konstantin Boudnik wrote: On Sat, Jul 11, 2015 at 01:56AM, Yakov Zhdanov wrote: Dear Sirs! If you're trying to please IPMC gramma-busybodies with this - don't bother

Re: [VOTE] Graduate Apache Ignite from Incubation

2015-07-10 Thread Yakov Zhdanov
+1 btw, http://incubator.apache.org/projects/ignite.html does not reflect 1.2.0-incubating release. --Yakov 2015-07-09 11:39 GMT+03:00 Dmitriy Setrakyan dsetrak...@apache.org: I would like to start a vote on graduating Apache Ignite to TLP. Status page:

[VOTE] Apache Ignite 1.3.0 Release (RC2)

2015-07-10 Thread Yakov Zhdanov
Dear Sirs! We have uploaded release candidate to https://dist.apache.org/repos/dist/dev/incubator/ignite/1.3.0-rc2/ Tag name is ignite-1.3.0-incubating-rc2 1.3.0 changes: * Added auto-retries for cache operations in recoverable cases. * Added integration with Apache YARN. * Fixed several issues

Starter ticket: refactor IgniteSpringBean

2015-07-08 Thread Yakov Zhdanov
Igniters, Anyone wants to pickup? https://issues.apache.org/jira/browse/IGNITE-1102 --Yakov

Re: ConsistentId for IgniteConfiguration

2015-07-08 Thread Yakov Zhdanov
I think that this should be added to configuration so user has opportunity to override auto assigned one since in case you change ifconfig of the host or add/remove network card consistent ID will be changed and node launched on the host will not pick up the same partitions as before. -- Yakov

Re: Thoughts on graduation?

2015-07-08 Thread Yakov Zhdanov
Cos, I think will be sending 1.3 for vote on Friday. And definitely +1 for graduation! --Yakov 2015-07-07 22:49 GMT+03:00 Konstantin Boudnik c...@apache.org: +1 My load has dropped _very_ significantly in the last a couple of months (given that I was on vacation and other mentors were

Re: Debugger connect

2015-07-08 Thread Yakov Zhdanov
Atri, 1. You can start every node/tests from IDE and use integrated debugger. 2. Or you can use remote debug, for details please refer to - http://docs.oracle.com/javase/8/docs/technotes/guides/jpda/conninv.html#Invocation Thanks! --Yakov 2015-07-08 12:35 GMT+03:00 Atri Sharma

Re: ConsistentId for IgniteConfiguration

2015-07-08 Thread Yakov Zhdanov
20:49, Yakov Zhdanov yzhda...@gridgain.com wrote: I think that this should be added to configuration so user has opportunity to override auto assigned one since in case you change ifconfig of the host or add/remove network card consistent ID will be changed and node launched on the host

Re: Improve plugins start/stop procedure.

2015-07-08 Thread Yakov Zhdanov
Agree with Vladimir. Start/stop order should be flexible. --Yakov 2015-07-07 10:03 GMT+03:00 Vladimir Ozerov voze...@gridgain.com: Igniters, Ignite allows external parties to add plugins. Currently plugins are started at the very end of start process, and they are stopped before all other

Re: IGNITE-1097: IgniteFuture.chain() unwraps exceptions incorrectly.

2015-07-08 Thread Yakov Zhdanov
I would like someone picks it up and get to the bottom of this. I suspect original exception may be in the cause of the one thrown outside. -- Yakov Zhdanov, Director RD *GridGain Systems* www.gridgain.com 2015-07-06 18:05 GMT+03:00 Vladimir Ozerov voze...@gridgain.com: Igniters, I noticed

Re: Issue with scalar in 1.2.0

2015-07-08 Thread Yakov Zhdanov
Agree with Nikita. Alex Kuznetsov, can you please clarify the scope (and file a ticket)? --Yakov 2015-07-07 11:01 GMT+03:00 Nikita Ivanov nivano...@gmail.com: Agree 100%. -- Nikita Ivanov On Mon, Jul 6, 2015 at 7:28 PM, Ognen Duzlevski ognen.duzlev...@gmail.com wrote: Nikita,

Re: Primary keys number metric - strange value during rebalancing

2015-07-06 Thread Yakov Zhdanov
I see the point. The thing is that primary keys metric makes sense only on stable (balanced) topology. I would suggest mentioning this in documentation and move on. --Yakov 2015-07-03 13:32 GMT+03:00 Alexey Kuznetsov akuznet...@gridgain.com: Igniters, I see strange value of primary keys

Important: no commits to ignite-sprint-7

2015-07-06 Thread Yakov Zhdanov
Igniters, Do not commit anything to sprint-7 until further notice. Thanks! --Yakov

[jira] [Created] (IGNITE-1099) Need to cleanup git

2015-07-06 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-1099: - Summary: Need to cleanup git Key: IGNITE-1099 URL: https://issues.apache.org/jira/browse/IGNITE-1099 Project: Ignite Issue Type: Bug Reporter

Re: Important: no commits to ignite-sprint-7

2015-07-06 Thread Yakov Zhdanov
Guys, I removed ignite-sprint-7. Everyone should proceed with master branch. See separate email for Git Workflow changes --Yakov 2015-07-06 16:59 GMT+03:00 Yakov Zhdanov yzhda...@apache.org: Igniters, Do not commit anything to sprint-7 until further notice. Thanks! --Yakov

Re: IGNITE - 978 and IGNITE - 979

2015-07-02 Thread Yakov Zhdanov
, I can start designing and you can provide your comments on design please. Regards, Atri On Thu, Jul 2, 2015 at 1:51 AM, Yakov Zhdanov yzhda...@gridgain.com wrote: Atri, these tickets require some design work... I think I will be able to throw several ideas on these issues next week

Re: IGNITE-591

2015-07-02 Thread Yakov Zhdanov
+1 for the change. --Yakov 2015-07-02 14:48 GMT-07:00 Alexey Goncharuk alexey.goncha...@gmail.com: Sorry, the message was sent earlier than I expected :) I think we should deprecate per-cache tmLookup and move it to ignite configuration. If per-cache configuration is used, we should not

Re: IGNITE - 978 and IGNITE - 979

2015-07-01 Thread Yakov Zhdanov
Atri, these tickets require some design work... I think I will be able to throw several ideas on these issues next week. Do you like any of sub tickets of https://issues.apache.org/jira/browse/IGNITE-108? -- Yakov Zhdanov, Director RD *GridGain Systems* www.gridgain.com 2015-07-01 2:00 GMT-07

Re: strange warning message

2015-06-30 Thread Yakov Zhdanov
I fixed the code to omit the warning if nothing was actually undeployed. --Yakov 2015-06-29 10:35 GMT-07:00 Dmitriy Setrakyan dsetrak...@apache.org: Igniters, I get the following warning message in the log, even though my cache only has primitive values and no data was removed: ---

Re: [RESULT] [VOTE] Apache Ignite 1.2.0 release (RC2)

2015-06-26 Thread Yakov Zhdanov
Brane, mvn clean package does this. The process is covered in DEVNOTES.txt Is that what you ask about? --Yakov 2015-06-26 9:33 GMT+03:00 Branko Čibej br...@apache.org: On 22.06.2015 12:20, Yakov Zhdanov wrote: Guys, ignite-1.2.0-incubating-rc2 has been accepted with 7 votes (2 binding

Re: Custom IO policies for plugins.

2015-06-26 Thread Yakov Zhdanov
+1 You definitely should file a ticket. --Yakov 2015-06-26 13:05 GMT+03:00 Vladimir Ozerov voze...@gridgain.com: Igniters, Currently we have enum GridIoPolicy which defines thread pool that must process a message on remote node. There is a chance that extension developers will require to

Re: Test Formats

2015-06-25 Thread Yakov Zhdanov
Atri, I think you can just find tests where ClusterGroup methods are tested and add several new test methods to it. I think adding testForAttributes() to ClusterGroupSelfTest will work for you. --Yakov 2015-06-23 16:31 GMT+03:00 Atri Sharma atri.j...@gmail.com: Folks, I am working on IGNITE

[jira] [Created] (IGNITE-1055) Add ability to disable JMX monitoring

2015-06-25 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-1055: - Summary: Add ability to disable JMX monitoring Key: IGNITE-1055 URL: https://issues.apache.org/jira/browse/IGNITE-1055 Project: Ignite Issue Type

[jira] [Created] (IGNITE-1052) Need to implement light-weight closure execution

2015-06-24 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-1052: - Summary: Need to implement light-weight closure execution Key: IGNITE-1052 URL: https://issues.apache.org/jira/browse/IGNITE-1052 Project: Ignite Issue

[jira] [Created] (IGNITE-1050) Document dynamic caches on readme.io

2015-06-23 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-1050: - Summary: Document dynamic caches on readme.io Key: IGNITE-1050 URL: https://issues.apache.org/jira/browse/IGNITE-1050 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-1049) Document deployment SPI on readme IO

2015-06-23 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-1049: - Summary: Document deployment SPI on readme IO Key: IGNITE-1049 URL: https://issues.apache.org/jira/browse/IGNITE-1049 Project: Ignite Issue Type: Wish

Re: documentation for dynamic cache templates in Ignite

2015-06-23 Thread Yakov Zhdanov
https://issues.apache.org/jira/browse/IGNITE-1050 I created the ticket. Can Sam or Alex look at it? --Yakov 2015-06-23 13:07 GMT+03:00 Dmitriy Setrakyan dsetrak...@apache.org: Igniters, I just realized that we have no documentation describing how dynamic caches and cache configuration

[jira] [Created] (IGNITE-1042) Need to revisit TCP communication SPI runtime-configuration

2015-06-22 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-1042: - Summary: Need to revisit TCP communication SPI runtime-configuration Key: IGNITE-1042 URL: https://issues.apache.org/jira/browse/IGNITE-1042 Project: Ignite

[RESULT] [VOTE] Apache Ignite 1.2.0 release (RC2)

2015-06-22 Thread Yakov Zhdanov
Guys, ignite-1.2.0-incubating-rc2 has been accepted with 7 votes (2 binding). Thanks to those who voted: - Gianfranco - Sergi - Branko (binding) - Alexey Goncharuk - Valentin - Semyon - Konstantin Boudnik (binding) I will start vote on general list shortly. Thanks!

[jira] [Created] (IGNITE-1035) JTA treats the timeout value in seconds than Ignite uses mSec

2015-06-19 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-1035: - Summary: JTA treats the timeout value in seconds than Ignite uses mSec Key: IGNITE-1035 URL: https://issues.apache.org/jira/browse/IGNITE-1035 Project: Ignite

Re: ApacheCon EU

2015-06-17 Thread Yakov Zhdanov
Gianfranco, I can't see any attachments, since mail-lists removes all the attachments on send. Can you please share the link? -- Yakov Zhdanov, Director RD *GridGain Systems* www.gridgain.com 2015-06-13 16:43 GMT+03:00 Gianfranco Murador murador.gianfra...@gmail.com : Hello igniters, I

[VOTE] Apache Ignite 1.2.0 release (RC2)

2015-06-16 Thread Yakov Zhdanov
Guys, We have uploaded release candidate to https://dist.apache.org/repos/dist/dev/incubator/ignite/1.2.0-rc2/ Tag name is ignite-1.2.0-incubating-rc2 1.2.0 changes: Added client mode to TCP discovery SPI. Added memory based evictions. Added integration with Apache Spark. Added integration with

Re: Closure method on a Cache Query

2015-06-12 Thread Yakov Zhdanov
I am crossposting this to dev list as well. So, is there a way to introduce custom aggregate function? I assume no. But even if we have such ability, writing and plugging such custom function seem to be much harder to do than direct reducer/transformer from java code. However, this is not very

[jira] [Created] (IGNITE-1007) Race in data structures processor

2015-06-10 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-1007: - Summary: Race in data structures processor Key: IGNITE-1007 URL: https://issues.apache.org/jira/browse/IGNITE-1007 Project: Ignite Issue Type: Bug

Re: Method to get all hostnames for a ClusterGroup

2015-06-09 Thread Yakov Zhdanov
I think your solution is fine, but you should add host names to a set (to avoid duplicates). --Yakov 2015-06-06 21:36 GMT+03:00 Atri Sharma atri.j...@gmail.com: Folks, I have been trying to get list of all hostnames for a given ClusterGroup. I think current solution is to get nodes() and

Re: Ignite Mesos integration

2015-06-03 Thread Yakov Zhdanov
29, 2015 at 1:26 PM, Yakov Zhdanov yzhda...@apache.org wrote: Guys, Nick Tikhonov has finished a pretty cool feature which allows to deploy Ignite cluster via Mesos framework. The code has already been merged to sprint-5 and will be available with next release

[jira] [Created] (IGNITE-975) Peer deployment does not work for distributed services

2015-06-02 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-975: Summary: Peer deployment does not work for distributed services Key: IGNITE-975 URL: https://issues.apache.org/jira/browse/IGNITE-975 Project: Ignite Issue

[jira] [Created] (IGNITE-977) Peer deployment does not work for distributed services

2015-06-02 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-977: Summary: Peer deployment does not work for distributed services Key: IGNITE-977 URL: https://issues.apache.org/jira/browse/IGNITE-977 Project: Ignite Issue

Re: Failed to unmarshal service method arguments

2015-06-02 Thread Yakov Zhdanov
Hi! I reproduced the issue and filed a ticket: https://issues.apache.org/jira/browse/IGNITE-976 In the meantime, turn off peer-loading and make all classes available on all nodes. This configuration is much better from performance standpoint and is recommended in production. I am also

Re: Failed to unmarshal service method arguments

2015-06-02 Thread Yakov Zhdanov
Correct link is https://issues.apache.org/jira/browse/IGNITE-975 --Yakov 2015-06-02 13:03 GMT+03:00 Yakov Zhdanov yzhda...@apache.org: Hi! I reproduced the issue and filed a ticket: https://issues.apache.org/jira/browse/IGNITE-976 In the meantime, turn off peer-loading and make all classes

Re: Failed to unmarshal service method arguments

2015-06-02 Thread Yakov Zhdanov
, Jun 2, 2015, 08:04 yakov [via Apache Ignite Users] [hidden email] http:///user/SendEmail.jtp?type=nodenode=442i=1 wrote: Correct link is https://issues.apache.org/jira/browse/IGNITE-975 --Yakov 2015-06-02 13:03 GMT+03:00 Yakov Zhdanov [hidden email] http:///user/SendEmail.jtp?type=nodenode

[jira] [Created] (IGNITE-960) Implement spring context aware cache store factory

2015-06-01 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-960: Summary: Implement spring context aware cache store factory Key: IGNITE-960 URL: https://issues.apache.org/jira/browse/IGNITE-960 Project: Ignite Issue Type

Re: Log4j2 module implementations

2015-06-01 Thread Yakov Zhdanov
Gianfranco, can you please attach regular patch file so I can apply it to my local ignite-sprint-5 branch? For contributor convenience we created script formatting the patches - IGNITE_HOME/scripts/git-format-patch.sh. --Yakov 2015-05-31 17:36 GMT+03:00 Gianfranco Murador

Re: IGNITE 917

2015-06-01 Thread Yakov Zhdanov
Arti you can read about sprint process here https://cwiki.apache.org/confluence/display/IGNITE/Sprint+Process This page will be soon updated with information on how to format and submit patch and check CI tests. --Yakov 2015-06-01 12:54 GMT+03:00 Atri Sharma atri.j...@gmail.com: I would like

[jira] [Created] (IGNITE-964) node.js: provide ability to run queries

2015-06-01 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-964: Summary: node.js: provide ability to run queries Key: IGNITE-964 URL: https://issues.apache.org/jira/browse/IGNITE-964 Project: Ignite Issue Type: Sub-task

Re: IGNITE 917

2015-06-01 Thread Yakov Zhdanov
at for this please? On Mon, Jun 1, 2015 at 9:03 PM, Yakov Zhdanov yzhda...@apache.org wrote: Arti you can read about sprint process here https://cwiki.apache.org/confluence/display/IGNITE/Sprint+Process This page will be soon updated with information on how to format and submit patch and check CI

[jira] [Created] (IGNITE-961) Provide node.js integration

2015-06-01 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-961: Summary: Provide node.js integration Key: IGNITE-961 URL: https://issues.apache.org/jira/browse/IGNITE-961 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-962) node.js: provide json cache object implementation

2015-06-01 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-962: Summary: node.js: provide json cache object implementation Key: IGNITE-962 URL: https://issues.apache.org/jira/browse/IGNITE-962 Project: Ignite Issue Type

[jira] [Created] (IGNITE-963) node.js: implement mapreduce support

2015-06-01 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-963: Summary: node.js: implement mapreduce support Key: IGNITE-963 URL: https://issues.apache.org/jira/browse/IGNITE-963 Project: Ignite Issue Type: Sub-task

Re: Seamless Ignite queries on Hibernate L2 cache

2015-05-29 Thread Yakov Zhdanov
Here are several points: 1. L2 cache may not contain all entries and query result may be inconsistent (to say the least) with DB. 2. Join queries over L2 cache are very questionable - data consistency, colocation are very hard to guarantee. 3. Maybe it is better to use query cache? 4. Or

Ignite Mesos integration

2015-05-29 Thread Yakov Zhdanov
Guys, Nick Tikhonov has finished a pretty cool feature which allows to deploy Ignite cluster via Mesos framework. The code has already been merged to sprint-5 and will be available with next release. Documentation article is here -

Apache Ignite 1.1.0 (incubating) released

2015-05-29 Thread Yakov Zhdanov
Guys, 1.1.0 RC7 released as 1.1.0-incubating SVN: https://dist.apache.org/repos/dist/release/incubator/ignite/1.1.0/ Maven: https://repo1.maven.org/maven2/org/apache/ignite/*/1.1.0-incubating/ - * is for each module name Project website will be updated soon. --Yakov

[jira] [Created] (IGNITE-957) Rest handlers seems to do excessive submissions of the handling logic to parallel threads

2015-05-29 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-957: Summary: Rest handlers seems to do excessive submissions of the handling logic to parallel threads Key: IGNITE-957 URL: https://issues.apache.org/jira/browse/IGNITE-957

Re: couple more NEWBIE tickets

2015-05-29 Thread Yakov Zhdanov
should be implemented: https://apacheignite.readme.io/v1.0/docs/rest-api#log https://apacheignite.readme.io/v1.0/docs/rest-api#log Should I be looking at the sprint-5 branch only ? On May 28, 2015, at 5:29 PM, Yakov Zhdanov yzhda...@apache.org wrote: Guys, Tickets are waiting

Re: Deploying an app to an ignite cache cluster

2015-05-28 Thread Yakov Zhdanov
Ognen, There is no a simple answer to this question, but what you talk about is still possible. 1. You should care about data compatibility. So, you need to store data in the format that can be read by different app version - json; byte array with custom serialize/deserialize logic; your custom

couple more NEWBIE tickets

2015-05-28 Thread Yakov Zhdanov
Guys, Tickets are waiting for their contributors! https://issues.apache.org/jira/browse/IGNITE-944 https://issues.apache.org/jira/browse/IGNITE-945 --Yakov

Client Mode and Discovery

2015-05-25 Thread Yakov Zhdanov
Guys, We are currently finishing working on IGNITE-709 - which will bring client discovery to Ignite. This mode will allow clients to connect and use the cluster without taking place in nodes ring and therefore will not introduce lags to server heartbeats exchange and failure detection. This may

Re: Choosing helper C++ libraries for interop.

2015-05-20 Thread Yakov Zhdanov
Brane, the API has already been designed. In the best case all functionality available in Java should be available in non-Java stuff (if there are no technology limitations). I would not care about compile time - Boost increases it, of course, but does not make compilation infinite. Functionality,

[VOTE] Apache Ignite 1.1.0 release (RC7)

2015-05-20 Thread Yakov Zhdanov
Guys, We have uploaded release candidate to https://dist.apache.org/repos/dist/dev/incubator/ignite/1.1.0-rc7/ Tag name is ignite-1.1.0-incubating-rc7 RC7 changes: Fixed unexpected LICENSE, NOTICE and DEPENDENCIES files in sources zip. Fixed LICENSE, NOTICE files content inside ignite-core jar.

Re: Fwd: automatic patch validation on TC

2015-05-19 Thread Yakov Zhdanov
of this task. Looks like our off-line conversation with him helped to get the ball rolling! Cos On Wed, Apr 29, 2015 at 12:45PM, Yakov Zhdanov wrote: Cos, Does cli works on your local machine? Can you check if our JIRA allows remote API calls - Go to Administration - General Configuration

Mesos Integration and some more

2015-05-19 Thread Yakov Zhdanov
Guys, We are working on mesos integration among everything else. I have some thoughts to share and get some feedback. 1. What if we introduce special Ignite component which will provide some user abstractions to work with systems like Mesos? This will make possible to, for example, process

[jira] [Created] (IGNITE-917) Add org.apache.ignite.cluster.ClusterGroup.forHost(String host, String... hosts) overload

2015-05-18 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-917: Summary: Add org.apache.ignite.cluster.ClusterGroup.forHost(String host, String... hosts) overload Key: IGNITE-917 URL: https://issues.apache.org/jira/browse/IGNITE-917

[CLOSED][VOTE] Apache Ignite 1.1.0 release (RC5)

2015-05-18 Thread Yakov Zhdanov
Guys, Vote has been closed with 5 votes for the release: - Yakov Zhdanov - Konstantin Boudnik - Sergi Vladykin - Alexey Goncharuk - Valentin Kulichenko I will initiate voting on the general list shortly. Thanks! --Yakov -- Forwarded message -- From: Yakov

  1   2   3   4   >