[jira] [Created] (IGNITE-1939) Create proper FIX for angular-strap dropdown SelectAll/DeselectAll or even use another component instead

2015-11-17 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1939: Summary: Create proper FIX for angular-strap dropdown SelectAll/DeselectAll or even use another component instead Key: IGNITE-1939 URL: https://issues.apache.org/jira/brow

Re: Ignite-1.5 Release

2015-11-17 Thread Valentin Kulichenko
Folks, I'm currently working on finalizing optimizations in communication and direct marshalling, as well as supporting backward compatibility. It turned out that this requires some refactoring, so it will take one more day at least. I hope to merge tomorrow. On Tue, Nov 17, 2015 at 2:43 PM, Roma

Re: Contribution merged: IGNITE-1900 Ignite JMX problem with Spring Boot

2015-11-17 Thread 姜 为
Hi Denis, My real name is Jiang Wei,and I’m very excited for this. Jiang > 在 2015年11月17日,下午9:43,Denis Magda 写道: > > wmz7year, > > (BTW, what is your real name? :) ) > > Thanks a lot for your first contribution! It will be a part of the next > release. > > Look forward to receiving

Re: about apache ignite's document localization(Simplified Chinese)

2015-11-17 Thread Dmitriy Setrakyan
Thanks Yujue Li! We really appreciate the work you are doing. As far as permissions go, is it possible to add users to the project, much in the same way as in GitHub? Another way to suggest documentation fixes could be to file issues in the oschina git (looks like it supports issues in the same wa

Re: Ignite-1.5 Release

2015-11-17 Thread Roman Shtykh
11. Flume intergration https://issues.apache.org/jira/browse/IGNITE-529 is done too. Thanks Anton for reviews! Roman On Monday, November 2, 2015 10:35 PM, Yakov Zhdanov wrote: Guys, I think we can start preparation to Ignite-1.5 release which will include many interesting features: 1.

Re: Request access

2015-11-17 Thread Dmitriy Setrakyan
Hi Corey, Welcome to the Ignite community! Please properly subscribe to the dev list by sending an empty email to “ dev-subscr...@ignite.apache.org” and following simple instructions in the reply. As far as adding you to Jira, you will need to create an account in Apache Jira [1]. When you do, s

Re: IGFS backed by persistence on physical filesystem

2015-11-17 Thread Ivan V.
Valentin, my reply possibly was not enough exact, sorry, so let me bring clarity there. If we store a file, in case of LocalFileSystem secondary Fs the file will be stored locally not on *each* Ignite node in the cluster, but *only* on the node where the operation was requested. E.g. if a cluster c

Fwd: IGFS backed by persistence on physical filesystem

2015-11-17 Thread Valentin Kulichenko
Moving this discussion to the dev list. As far as I know, IGFS stores data in blocks, so one file can be distributed across nodes. So I don't see how each node can persist locally. In my understanding it should be designated shared directory where all files are persisted. This is actually analogou

[jira] [Created] (IGNITE-1938) NullPointerException/IllegalMonitorStateException under IBM SDK 8

2015-11-17 Thread Andrey Gura (JIRA)
Andrey Gura created IGNITE-1938: --- Summary: NullPointerException/IllegalMonitorStateException under IBM SDK 8 Key: IGNITE-1938 URL: https://issues.apache.org/jira/browse/IGNITE-1938 Project: Ignite

Re: Ignite-1.5 Release

2015-11-17 Thread Yakov Zhdanov
1. Understood 2. Well, I understand that object gets deserialized on get from cache and this most probably should not cause any issue. However, code does not look healthy and someone may think that there is an issue - field is not volatile, initialized in constructor, has sync setter, but is access

[jira] [Created] (IGNITE-1937) ignite-flume module

2015-11-17 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-1937: - Summary: ignite-flume module Key: IGNITE-1937 URL: https://issues.apache.org/jira/browse/IGNITE-1937 Project: Ignite Issue Type: Bug Affects Versions:

Re: Ignite-1.5 Release

2015-11-17 Thread Vladimir Ozerov
I meant "release branch", not "master". On Tue, Nov 17, 2015 at 9:25 PM, Vladimir Ozerov wrote: > Folks, > > I continue working on IGNITE-1917 - marshalling microoptimizations. I did > a bunch of things today which increased performance a bit, so that > unmarshalling with PortableMarshaller is n

Re: Ignite-1.5 Release

2015-11-17 Thread Vladimir Ozerov
Folks, I continue working on IGNITE-1917 - marshalling microoptimizations. I did a bunch of things today which increased performance a bit, so that unmarshalling with PortableMarshaller is now a bit faster than OptimizedMarshaller when object has several fields, but still slower when there are lot

Re: Ignite-1.5 Release

2015-11-17 Thread Vladisav Jelisavcic
Hi Yakov, 1. Yes 2. if you mean that nodeMap is accessed in onNodeRemoved(UUID nodeID) method of the GridCacheSemaphoreImpl class, it shouldn't be a problem, but it can be changed easily not to do so; 3. org.apache.ignite.internal.processors.cache.datastructures.GridCacheAbstractDataStructuresFai

Re: Ignite-1.5 Release

2015-11-17 Thread Yakov Zhdanov
Vladislav, I started to review the latest changes and have couple of questions: 1. latest changes are here - https://github.com/apache/ignite/pull/120? Is that correct? 2. org.apache.ignite.internal.processors.datastructures.GridCacheSemaphoreImpl.Sync#nodeMap is accessed in both sync and unsync

Re: Review the new Camel Streamer (IGNITE-1790)

2015-11-17 Thread Raul Kripalani
On Mon, Nov 16, 2015 at 12:32 PM, Denis Magda wrote: > Is there any chance we make this contribution available as a part of the > upcoming release? > Yes, it'll be. Will get around to reviewing it by tomorrow. *Raúl Kripalani* PMC & Committer @ Apache Ignite, Apache Camel | Integration, Big Dat

[jira] [Created] (IGNITE-1936) implement spa abilities to web-console

2015-11-17 Thread Dmitriyff (JIRA)
Dmitriyff created IGNITE-1936: - Summary: implement spa abilities to web-console Key: IGNITE-1936 URL: https://issues.apache.org/jira/browse/IGNITE-1936 Project: Ignite Issue Type: Sub-task Af

Request access

2015-11-17 Thread Corey Pentasuglia
Good morning, I would like to request access to Jira and also be added to the dev mail list. Thanks! Corey Pentasuglia Software Engineer & Graduate Student Blog: rdquest.com rdqu...@outlook.com

[GitHub] ignite pull request: ignite-1935 Sanity tests for deferred delete

2015-11-17 Thread agura
GitHub user agura opened a pull request: https://github.com/apache/ignite/pull/244 ignite-1935 Sanity tests for deferred delete You can merge this pull request into a Git repository by running: $ git pull https://github.com/agura/incubator-ignite ignite-1935 Alternatively you

[GitHub] ignite pull request: IGNITE-1934 .Net: Store tests broken after ke...

2015-11-17 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/243 IGNITE-1934 .Net: Store tests broken after keepPortableInStore renaming You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignit

[jira] [Created] (IGNITE-1935) Add sanity tests for GridCacheContext.deferredDelete method

2015-11-17 Thread Andrey Gura (JIRA)
Andrey Gura created IGNITE-1935: --- Summary: Add sanity tests for GridCacheContext.deferredDelete method Key: IGNITE-1935 URL: https://issues.apache.org/jira/browse/IGNITE-1935 Project: Ignite I

[jira] [Created] (IGNITE-1934) .Net: Store tests broken after keepPortableInStore renaming

2015-11-17 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1934: --- Summary: .Net: Store tests broken after keepPortableInStore renaming Key: IGNITE-1934 URL: https://issues.apache.org/jira/browse/IGNITE-1934 Project: Ignite

Contribution merged: IGNITE-1900 Ignite JMX problem with Spring Boot

2015-11-17 Thread Denis Magda
wmz7year, (BTW, what is your real name? :) ) Thanks a lot for your first contribution! It will be a part of the next release. Look forward to receiving new contributions from you in the nearest time, Denis

Contribution merged: IGNITE-1865 Need to add tests on SpringResource annotation

2015-11-17 Thread Denis Magda
Roman, Thanks a lot for the contribution! Your changes merged to the release branch and will be a part of the upcoming release. Regards, Denis

[jira] [Created] (IGNITE-1933) .Net: GetOrCreateCache overloads with CacheConfiguration

2015-11-17 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1933: --- Summary: .Net: GetOrCreateCache overloads with CacheConfiguration Key: IGNITE-1933 URL: https://issues.apache.org/jira/browse/IGNITE-1933 Project: Ignite

Re: about apache ignite's document localization(Simplified Chinese)

2015-11-17 Thread 李玉珏
Hi: I had hoped that I would finish the translation work, because the workload is not particularly great. The reason to put the code on git.oschina.net, in addition to some of my personal information (such as blogs) are placed on the oschina.net, the main reason is that I want to put the fin

[GitHub] ignite pull request: ignite-1681 Dogpile effect tests for CacheSto...

2015-11-17 Thread agura
Github user agura closed the pull request at: https://github.com/apache/ignite/pull/202 --- 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 enabl

[GitHub] ignite pull request: ignite-1923 testResponseMessageOnRequestUnmar...

2015-11-17 Thread agura
Github user agura closed the pull request at: https://github.com/apache/ignite/pull/238 --- 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 enabl

[GitHub] ignite pull request: IGNITE-1932 Fixed wrong value of BusyTimePerc...

2015-11-17 Thread akuznetsov-gridgain
GitHub user akuznetsov-gridgain opened a pull request: https://github.com/apache/ignite/pull/242 IGNITE-1932 Fixed wrong value of BusyTimePercentage metric after ignite.cluster().resetMetrics() You can merge this pull request into a Git repository by running: $ git pull https

[jira] [Created] (IGNITE-1932) Wrong value of BusyTimePercentage metric after ignite.cluster().resetMetrics()

2015-11-17 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1932: Summary: Wrong value of BusyTimePercentage metric after ignite.cluster().resetMetrics() Key: IGNITE-1932 URL: https://issues.apache.org/jira/browse/IGNITE-1932

[GitHub] ignite pull request: IGNITE-1907 .Net: Cache configuration

2015-11-17 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/241 IGNITE-1907 .Net: Cache configuration You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-1907 Alternatively you can revi

Re: Classloading in Ignite

2015-11-17 Thread Alexey Goncharuk
Raul, I agree with you. I remember a discussion like this on the dev list a while ago, but it looks like it led to nowhere. I created a ticket: https://issues.apache.org/jira/browse/IGNITE-1930, let's list the desired scenarios of user class-loading and required changes there. --AG 2015-11-13 20

[jira] [Created] (IGNITE-1930) Configured class loader is ignored in many places in the code

2015-11-17 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-1930: Summary: Configured class loader is ignored in many places in the code Key: IGNITE-1930 URL: https://issues.apache.org/jira/browse/IGNITE-1930 Project: Ignite

[jira] [Created] (IGNITE-1931) .Net: Store configuration

2015-11-17 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1931: --- Summary: .Net: Store configuration Key: IGNITE-1931 URL: https://issues.apache.org/jira/browse/IGNITE-1931 Project: Ignite Issue Type: Sub-task