Re: About IgniteAtomicReference

2016-01-19 Thread Dmitriy Setrakyan
Yujue Li, what exactly would you like to benchmark? Is it the IgniteAtomicSequence or IgniteAtomicReference? Also, benchmarks are better viewed in comparison to something else. Is there something else in particular you would like to compare these data structures to? D. On Sun, Jan 17, 2016 at

[jira] [Created] (IGNITE-2403) "Failed to load notebook" on notebook switch

2016-01-19 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-2403: -- Summary: "Failed to load notebook" on notebook switch Key: IGNITE-2403 URL: https://issues.apache.org/jira/browse/IGNITE-2403 Project: Ignite

RE: Semaphore action

2016-01-19 Thread Andrey Kornev
Yakov, Thank you for your feedback. I agree with the first point. My thinking was based on previous unfortunate experiences with user callbacks being executed on Ignite system threads while some internal locks are held, which made the Ignite API non-reentrant (a salient example in 1.4 is the

[jira] [Created] (IGNITE-2400) [Test] [Rare] GridCacheReplicatedDataStructuresFailoverSelfTest.testQueueTopologyChange

2016-01-19 Thread Vladimir Ershov (JIRA)
Vladimir Ershov created IGNITE-2400: --- Summary: [Test] [Rare] GridCacheReplicatedDataStructuresFailoverSelfTest.testQueueTopologyChange Key: IGNITE-2400 URL: https://issues.apache.org/jira/browse/IGNITE-2400

[jira] [Created] (IGNITE-2401) [Test] [Rare] IgniteCacheCreatePutTest.testStartNodes

2016-01-19 Thread Vladimir Ershov (JIRA)
Vladimir Ershov created IGNITE-2401: --- Summary: [Test] [Rare] IgniteCacheCreatePutTest.testStartNodes Key: IGNITE-2401 URL: https://issues.apache.org/jira/browse/IGNITE-2401 Project: Ignite

[jira] [Created] (IGNITE-2402) Inconsistent caches order

2016-01-19 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-2402: -- Summary: Inconsistent caches order Key: IGNITE-2402 URL: https://issues.apache.org/jira/browse/IGNITE-2402 Project: Ignite Issue Type: Sub-task

Re: What is jdbc:ignite:cfg ??

2016-01-19 Thread Andrey Gura
Val, I have a couple of questions: 1. What cache should be used by JDBC driver for query execution when no cache name in JDBC URL? I see only one option: any user cache. But it can bring some random behavior. Caches can be created/deleted dynamically and JDBC connection can refer to removed

[jira] [Created] (IGNITE-2404) TcpDiscoverySpi.setLocalPortRange set 0 doesn't work

2016-01-19 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-2404: --- Summary: TcpDiscoverySpi.setLocalPortRange set 0 doesn't work Key: IGNITE-2404 URL: https://issues.apache.org/jira/browse/IGNITE-2404 Project: Ignite Issue

Re: About IgniteAtomicSequence

2016-01-19 Thread Dmitriy Setrakyan
The performance of AtomicSequence is very good as most of the operations are local. The way it works is that it will reserve a range of numbers by sending a request, but then will return all new IDs locally, until the reserved range is exhausted. More information here:

Re: What is jdbc:ignite:cfg ??

2016-01-19 Thread Dmitriy Setrakyan
Can we just start a different client connection per-notebook? This way user can specify different default cache per notebook, no? Andrey, we already have the explanation for why it does not work. Can you provide some ideas on what needs to happen to make it work? D. On Tue, Jan 19, 2016 at

Re: Binary ID mapper that uses a simple name of classes.

2016-01-19 Thread Dmitriy Setrakyan
Artem, what name do you plan to give to the BinaryInternalIdMapper? On Fri, Jan 15, 2016 at 1:52 AM, Artem Shutak wrote: > All Binary-related classes start from Binary. So, it's not consistent. > > We should chose between *BinarySimpleNameIdMapper* and >

Re: about AOP development

2016-01-19 Thread Dmitriy Setrakyan
The list does not support attachments. You can use pastebin [1] or gist [2] to paste your code and send the link here. [1] http://pastebin.com/ [2] https://gist.github.com/ D. On Tue, Jan 19, 2016 at 4:48 AM, 李玉珏@163 <18624049...@163.com> wrote: > Hi: > > I had just sent the code to the list.

Re: What is jdbc:ignite:cfg ??

2016-01-19 Thread Valentin Kulichenko
Andrey, My answers are inline... On Tue, Jan 19, 2016 at 4:14 AM, Andrey Gura wrote: > Val, > > I have a couple of questions: > > 1. What cache should be used by JDBC driver for query execution when no > cache name in JDBC URL? I see only one option: any user cache. But it

Re: about ignite-hibernate module

2016-01-19 Thread Dmitriy Setrakyan
Igniters, This point keeps coming up. Are there examples of other Apache projects doing this? Raul, I am sure Camel has many integrations with many LGPL projects. Are the artifacts published on Maven? D. On Thu, Dec 31, 2015 at 4:38 AM, 李玉珏@163 <18624049...@163.com> wrote: > Hi: > > Sorry, my

Re: New method in IgniteCache API.

2016-01-19 Thread Dmitriy Setrakyan
I still believe the difference is very subtle for a naked eye. Seems like both, topology validator and data loss check are almost identical: - both get invoked whenever topology changes - both can prohibit some operation on cache, e.g. updates in case of topology validator or updates/reads/both

Re: Re: about AOP development

2016-01-19 Thread 李玉珏
Hi: The relevant code on the GitHub, the address is: https://github.com/liyuj/computegrid Sent from Mail Master On 2016-01-20 04:32 , Dmitriy Setrakyan Wrote: The list does not support attachments. You can use pastebin [1] or gist [2] to paste your code and send the link here. [1]

[jira] [Created] (IGNITE-2411) MQTT documentation on readme.io is missing

2016-01-19 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-2411: --- Summary: MQTT documentation on readme.io is missing Key: IGNITE-2411 URL: https://issues.apache.org/jira/browse/IGNITE-2411 Project: Ignite Issue Type: Bug

[GitHub] ignite pull request: IGNITE-2253 refactoring clusters page

2016-01-19 Thread Dmitriyff
GitHub user Dmitriyff opened a pull request: https://github.com/apache/ignite/pull/411 IGNITE-2253 refactoring clusters page You can merge this pull request into a Git repository by running: $ git pull https://github.com/Dmitriyff/ignite ignite-2253 Alternatively you can

[jira] [Created] (IGNITE-2413) Twitter streamer documentation is missing on readme.io

2016-01-19 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-2413: --- Summary: Twitter streamer documentation is missing on readme.io Key: IGNITE-2413 URL: https://issues.apache.org/jira/browse/IGNITE-2413 Project: Ignite Issue

Re: About IgniteAtomicReference

2016-01-19 Thread 李玉珏
Hi: I am concerned about the IgniteAtomicSequence, which function is distributed ID generator, so the performance is very important. I don't think IgniteAtomicReference has a performance problem. The solution of the distributed ID generator is very much, the technical route is different,

[GitHub] ignite pull request: IGNITE-2285 .Net: Add ICache.GetDataStreamer

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

Re: about AOP development

2016-01-19 Thread Denis Magda
Seems that peerClassLoading doesn't work for your case. Please share the source code of your example. -- Denis On 1/18/2016 3:48 PM, 李玉珏@163 wrote: Hi: I have already opened the peerClassLoading. My practice is in eclipse create a java project, developed a ComputeTaskSplitAdapter examples,

[jira] [Created] (IGNITE-2405) Ignite is blocking the thread in case it can't connect to the node

2016-01-19 Thread Miron Aseev (JIRA)
Miron Aseev created IGNITE-2405: --- Summary: Ignite is blocking the thread in case it can't connect to the node Key: IGNITE-2405 URL: https://issues.apache.org/jira/browse/IGNITE-2405 Project: Ignite

Re: about AOP development

2016-01-19 Thread 李玉珏
Hi: I had just sent the code to the list. 在 16/1/19 20:39, Denis Magda 写道: Seems that peerClassLoading doesn't work for your case. Please share the source code of your example. -- Denis On 1/18/2016 3:48 PM, 李玉珏@163 wrote: Hi: I have already opened the peerClassLoading. My practice is in

Re: About IgniteAtomicSequence

2016-01-19 Thread 李玉珏
Hi: Oh, sorry, wrong title. 在 16/1/19 16:50, Dmitriy Setrakyan 写道: Yujue Li, what exactly would you like to benchmark? Is it the IgniteAtomicSequence or IgniteAtomicReference? Also, benchmarks are better viewed in comparison to something else. Is there something else in particular you would

Re: about CacheTypeMetadata

2016-01-19 Thread Denis Magda
Thanks for pointing out to this. We will update the corresponding docs. On 1/16/2016 12:19 PM, 李玉珏@163 wrote: Hi: In the 1.5.0 version, I found that CacheTypeMetadata was abandoned and replaced by QueryEntity. I find that two classes of related instructions exist in the manual:

Re: Marking fixed JIRAs against releases

2016-01-19 Thread Yakov Zhdanov
Cos, very good catch. 1. Agree with Dmitry that it would be better to enforce version is set on close/resolution. 2. As far as already closed tickets let's have everyone review tickets closed by himself and put proper fixVersion. --Yakov 2016-01-19 9:53 GMT+03:00 Dmitriy Setrakyan

[jira] [Created] (IGNITE-2406) [Test] [Rare] GridEventStorageCheckAllEventsSelfTest.testSuccessTask

2016-01-19 Thread Vladimir Ershov (JIRA)
=TcpDiscoveryNode [id=af0890dd-f87e-4dca-8b22-bab1b6a13404, addrs=[127.0.0.1], sockAddrs=[/127.0.0.1:47500], discPort=47500, order=1, intOrder=1, lastExchangeTime=1453208807679, loc=true, ver=1.5.1#20160119-sha1:09c1d5e4, isClient=false], taskSubjId=af0890dd-f87e-4dca-8b22-bab1b6a13404, nodeId8=af0890dd

[jira] [Created] (IGNITE-2408) Hot spot in GridDhtAtomicCache$DeferredResponseBuffer.addResponse()

2016-01-19 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2408: --- Summary: Hot spot in GridDhtAtomicCache$DeferredResponseBuffer.addResponse() Key: IGNITE-2408 URL: https://issues.apache.org/jira/browse/IGNITE-2408 Project:

[jira] [Created] (IGNITE-2409) Is CU.clientNode() really needed?

2016-01-19 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2409: --- Summary: Is CU.clientNode() really needed? Key: IGNITE-2409 URL: https://issues.apache.org/jira/browse/IGNITE-2409 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-2407) GetAll returns NULL after putAll

2016-01-19 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2407: - Summary: GetAll returns NULL after putAll Key: IGNITE-2407 URL: https://issues.apache.org/jira/browse/IGNITE-2407 Project: Ignite Issue Type: Bug

[GitHub] ignite pull request: gg-9149

2016-01-19 Thread ilantukh
GitHub user ilantukh opened a pull request: https://github.com/apache/ignite/pull/410 gg-9149 You can merge this pull request into a Git repository by running: $ git pull https://github.com/ilantukh/ignite ignite-gg-9149 Alternatively you can review and apply these changes

[jira] [Created] (IGNITE-2410) Ignite Platform .NET JVM crashed on TC

2016-01-19 Thread Vladimir Ershov (JIRA)
Vladimir Ershov created IGNITE-2410: --- Summary: Ignite Platform .NET JVM crashed on TC Key: IGNITE-2410 URL: https://issues.apache.org/jira/browse/IGNITE-2410 Project: Ignite Issue Type: