[jira] [Created] (IGNITE-2720) TcpDiscoveryMulticastIpFinder is not thread safe.

2016-02-24 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2720: --- Summary: TcpDiscoveryMulticastIpFinder is not thread safe. Key: IGNITE-2720 URL: https://issues.apache.org/jira/browse/IGNITE-2720 Project: Ignite

[GitHub] ignite pull request: Ignite-2709 - Fixed stack overflow for conten...

2016-02-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/509 --- 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-2707 - Fixed skipStore flag handling.

2016-02-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/508 --- 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-2719) Value is not copied in entry processor if optimized marshaller is used

2016-02-24 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-2719: --- Summary: Value is not copied in entry processor if optimized marshaller is used Key: IGNITE-2719 URL: https://issues.apache.org/jira/browse/IGNITE-2719

Re: CacheException in method signatures

2016-02-24 Thread Dmitriy Setrakyan
The way I understood, Yakov is talking about declaring an exception on the method signature, no? On Wed, Feb 24, 2016 at 2:54 PM, Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > Yakov, > > I'm not sure I understand. What exactly you want to change and how it will > fix the user's

Re: CacheException in method signatures

2016-02-24 Thread Valentin Kulichenko
Yakov, I'm not sure I understand. What exactly you want to change and how it will fix the user's issue? -Val On Wed, Feb 24, 2016 at 2:21 AM, Yakov Zhdanov wrote: > Guys, > > Please take a look at stacktrace reported here - > >

[jira] [Created] (IGNITE-2718) modules/zookeeper/target/libs directory does not have all dependencies

2016-02-24 Thread Dustin Chesterman (JIRA)
Dustin Chesterman created IGNITE-2718: - Summary: modules/zookeeper/target/libs directory does not have all dependencies Key: IGNITE-2718 URL: https://issues.apache.org/jira/browse/IGNITE-2718

Re: Apache Arrow and Apache Ignite

2016-02-24 Thread Dood
On 2/24/2016 1:31 PM, Konstantin Boudnik wrote: On Sat, Feb 20, 2016 at 02:13PM, Dood@ODDO wrote: That's the million dollar question - I think we should approach the Arrow people and get a conversation going. We want to be ahead of the curve, not behind it - Arrow seems to be making quite a

Re: Apache Arrow and Apache Ignite

2016-02-24 Thread Konstantin Boudnik
On Sat, Feb 20, 2016 at 02:13PM, Dood@ODDO wrote: > That's the million dollar question - I think we should approach the > Arrow people and get a conversation going. We want to be ahead of > the curve, not behind it - Arrow seems to be making quite a stir, > not to mention that it was fast-tracked

[jira] [Created] (IGNITE-2717) Not active query execute and explane buttons in special case.

2016-02-24 Thread Vasiliy Sisko (JIRA)
Vasiliy Sisko created IGNITE-2717: - Summary: Not active query execute and explane buttons in special case. Key: IGNITE-2717 URL: https://issues.apache.org/jira/browse/IGNITE-2717 Project: Ignite

Re: Binary mode for Data Structures

2016-02-24 Thread Dood
IGNITE-1144 has been fixed so at least that obstacle is out of the way :-) On 2/24/2016 9:10 AM, Denis Magda wrote: The community has already faced with the issue that the binary mode is not supported for data structures. https://issues.apache.org/jira/browse/IGNITE-2339 I've linked this

RE: Binary object inside Externalizable

2016-02-24 Thread Andrey Kornev
Val, In our case, it's other way around -- use of Externalizable is pretty rare and it's mostly Serializables throughout the code base (not our code, but of our clients that use our software). Besides there are always those pesky 3d party libraries and the JDK itself (for example, the

[jira] [Created] (IGNITE-2715) HotSpot in GridQueryProcessor.BinaryProperty.value() method

2016-02-24 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-2715: --- Summary: HotSpot in GridQueryProcessor.BinaryProperty.value() method Key: IGNITE-2715 URL: https://issues.apache.org/jira/browse/IGNITE-2715 Project: Ignite

Re: Ignite 1.6 release timelines

2016-02-24 Thread Denis Magda
I would add support of the binary mode for distributed data structures and atomic references https://issues.apache.org/jira/browse/IGNITE-2701 Is anyone interested to pick up this task and implement? -- Denis On 2/18/2016 1:36 PM, Vladimir Ozerov wrote: I would definitely want to include

[jira] [Created] (IGNITE-2714) Cleanup GridOffHeapPartitionedMap when cache is destroyed

2016-02-24 Thread Semen Boikov (JIRA)
Semen Boikov created IGNITE-2714: Summary: Cleanup GridOffHeapPartitionedMap when cache is destroyed Key: IGNITE-2714 URL: https://issues.apache.org/jira/browse/IGNITE-2714 Project: Ignite

[GitHub] ignite pull request: IGNITE-2584

2016-02-24 Thread ilantukh
GitHub user ilantukh opened a pull request: https://github.com/apache/ignite/pull/511 IGNITE-2584 You can merge this pull request into a Git repository by running: $ git pull https://github.com/ilantukh/ignite ignite-2584 Alternatively you can review and apply these changes

CacheException in method signatures

2016-02-24 Thread Yakov Zhdanov
Guys, Please take a look at stacktrace reported here - http://apache-ignite-users.70518.x6.nabble.com/Exception-on-Ignite-cluster-shutdown-td3129.html Here we have Cache.close() method throwing CacheException which is not declared. Val, can you please review the signatures and fix issues of the

Re: newbie tickets

2016-02-24 Thread Anton Vinogradov
Done, Updated to https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%20labels%20in%20(newbie)%20and%20status%20%3D%20OPEN On Wed, Feb 24, 2016 at 12:15 PM, Yakov Zhdanov wrote: > I think link should be > > >

Re: newbie tickets

2016-02-24 Thread Yakov Zhdanov
I think link should be https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%20labels%20in%20(newbie) --Yakov 2016-02-24 12:14 GMT+03:00 Yakov Zhdanov : > I cleared component field for tickets and added label instead. Anton, can > you please change link

Re: newbie tickets

2016-02-24 Thread Yakov Zhdanov
I cleared component field for tickets and added label instead. Anton, can you please change link on the website to search by label? --Yakov 2016-02-24 11:50 GMT+03:00 Dmitriy Setrakyan : > I agree, label makes more sense. > > On Tue, Feb 23, 2016 at 8:55 PM, Valentin

Re: newbie tickets

2016-02-24 Thread Dmitriy Setrakyan
I agree, label makes more sense. On Tue, Feb 23, 2016 at 8:55 PM, Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > Folks, > > I noticed that the 'newbie' filter on site [1] searches issues by > *component*. But it seems to me that the majority of such tickets are > marked with a

Re: Binary object inside Externalizable

2016-02-24 Thread Dmitriy Setrakyan
I am always in favor of easy fixes :) On Tue, Feb 23, 2016 at 8:50 PM, Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > Actually, adding Externalizable support to binary marshaller should not be > difficult, no? BinaryWriterExImpl already implements ObjectOutput, so we > just need

[jira] [Created] (IGNITE-2713) 'Project structure' doesn't show the 'resources' folder inside 'src' folder

2016-02-24 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-2713: -- Summary: 'Project structure' doesn't show the 'resources' folder inside 'src' folder Key: IGNITE-2713 URL: https://issues.apache.org/jira/browse/IGNITE-2713