[jira] [Updated] (IGNITE-215) Node starts for 2 minutes

2015-02-09 Thread Ilya Suntsov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ilya Suntsov updated IGNITE-215: Summary: Node starts for 2 minutes (was: Node is starting for 2 minutes) > Node starts for 2 minute

[jira] [Assigned] (IGNITE-55) Support distributed Cache.clear()

2015-02-09 Thread Alexey Kuznetsov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Kuznetsov reassigned IGNITE-55: -- Assignee: Alexey Kuznetsov (was: Yakov Zhdanov) > Support distributed Cache.clear() > -

[jira] [Updated] (IGNITE-51) Support store-by-value mode

2015-02-09 Thread Alexey Goncharuk (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Goncharuk updated IGNITE-51: --- Attachment: ignite-51.patch > Support store-by-value mode > --- > >

[jira] [Resolved] (IGNITE-161) GridCacheStoreManager.loadAllFromStore do not use transaction.

2015-02-09 Thread Valentin Kulichenko (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Valentin Kulichenko resolved IGNITE-161. Resolution: Won't Fix Transactions are correctly used in store manager. > GridCache

[jira] [Closed] (IGNITE-161) GridCacheStoreManager.loadAllFromStore do not use transaction.

2015-02-09 Thread Valentin Kulichenko (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Valentin Kulichenko closed IGNITE-161. -- > GridCacheStoreManager.loadAllFromStore do not use transaction. > -

[jira] [Comment Edited] (IGNITE-201) Need to remove DataStructureRemovedException in favor of IllegalStateException

2015-02-09 Thread Dmitriy Setrakyan (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313708#comment-14313708 ] Dmitriy Setrakyan edited comment on IGNITE-201 at 2/10/15 7:02 AM: -

[jira] [Assigned] (IGNITE-201) Need to remove DataStructureRemovedException in favor of IllegalStateException

2015-02-09 Thread Dmitriy Setrakyan (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy Setrakyan reassigned IGNITE-201: Assignee: Alexey Goncharuk (was: Irina Vasilinets) Alexey, please investigate the

Re: New continuous query API

2015-02-09 Thread Dmitriy Setrakyan
On Mon, Feb 9, 2015 at 9:17 PM, Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > Guys, > > I'm going to start refactoring of continuous queries shortly and I've got > several question on new API. > >1. What's the purpose of ContinuousQuery.setInitialFilter(..) method? > Initial f

[jira] [Closed] (IGNITE-111) Check the license header of the project source files

2015-02-09 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov closed IGNITE-111. --- > Check the license header of the project source files > -

[jira] [Updated] (IGNITE-213) To delete LicenseUrl from IgniteConfiguration and to refactor related staff

2015-02-09 Thread Artem Shutak (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Artem Shutak updated IGNITE-213: Summary: To delete LicenseUrl from IgniteConfiguration and to refactor related staff (was: To dele

[jira] [Resolved] (IGNITE-201) Need to remove DataStructureRemovedException in favor of IllegalStateException

2015-02-09 Thread Irina Vasilinets (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Irina Vasilinets resolved IGNITE-201. - Resolution: Fixed > Need to remove DataStructureRemovedException in favor of IllegalStateE

[jira] [Closed] (IGNITE-201) Need to remove DataStructureRemovedException in favor of IllegalStateException

2015-02-09 Thread Irina Vasilinets (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Irina Vasilinets closed IGNITE-201. --- > Need to remove DataStructureRemovedException in favor of IllegalStateException > ---

[jira] [Closed] (IGNITE-209) Broken test: GridCacheAbstractFullApiSelfTest.testTtlTx() and testTtlNoTx()

2015-02-09 Thread Alexey Goncharuk (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Goncharuk closed IGNITE-209. --- Fixed in IGNITE-208 > Broken test: GridCacheAbstractFullApiSelfTest.testTtlTx() and testTtlNoTx()

[jira] [Resolved] (IGNITE-209) Broken test: GridCacheAbstractFullApiSelfTest.testTtlTx() and testTtlNoTx()

2015-02-09 Thread Alexey Goncharuk (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Goncharuk resolved IGNITE-209. - Resolution: Fixed > Broken test: GridCacheAbstractFullApiSelfTest.testTtlTx() and testTtlN

Re: New continuous query API

2015-02-09 Thread Valentin Kulichenko
Guys, I'm going to start refactoring of continuous queries shortly and I've got several question on new API. 1. What's the purpose of ContinuousQuery.setInitialFilter(..) method? 2. In current implementation local listener returns boolean flag which defines whether to continue listening

Re: patches in GIT

2015-02-09 Thread Konstantin Boudnik
On Mon, Feb 09, 2015 at 07:27PM, Dmitriy Setrakyan wrote: > Nice blog on how to create patches in GIT: > https://ariejan.net/2009/10/26/how-to-create-and-apply-a-patch-with-git/ > > To create a patch: > *git format-patch sprint-1 --stdout > mychanges.patch* You might need to specify the range of

[jira] [Updated] (IGNITE-150) Add a flag to continuous query that enables/disables iteration

2015-02-09 Thread Valentin Kulichenko (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Valentin Kulichenko updated IGNITE-150: --- Description: {{GridCacheContinuousQuery.iterateOnStart}} flag should be added. It shou

[jira] [Closed] (IGNITE-61) Switch direct marshalling in communication layer to portable format

2015-02-09 Thread Valentin Kulichenko (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Valentin Kulichenko closed IGNITE-61. - > Switch direct marshalling in communication layer to portable format > ---

Re: patches in GIT

2015-02-09 Thread Valentin Kulichenko
This didn't work for me. Got a lot of "does not exist in index" errors... On Mon, Feb 9, 2015 at 7:27 PM, Dmitriy Setrakyan wrote: > Nice blog on how to create patches in GIT: > https://ariejan.net/2009/10/26/how-to-create-and-apply-a-patch-with-git/ > > To create a patch: > *git format-patch sp

[jira] [Updated] (IGNITE-55) Support distributed Cache.clear()

2015-02-09 Thread Alexey Kuznetsov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Kuznetsov updated IGNITE-55: --- Attachment: ignite-55.patch > Support distributed Cache.clear() > -

[jira] [Updated] (IGNITE-205) Broken test: CacheJdbcStoreAbstractMultithreadedSelfTest

2015-02-09 Thread Alexey Kuznetsov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Kuznetsov updated IGNITE-205: Assignee: (was: Alexey Kuznetsov) > Broken test: CacheJdbcStoreAbstractMultithreadedSelf

[jira] [Updated] (IGNITE-61) Switch direct marshalling in communication layer to portable format

2015-02-09 Thread Alexey Goncharuk (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Goncharuk updated IGNITE-61: --- Assignee: Valentin Kulichenko (was: Alexey Goncharuk) > Switch direct marshalling in communica

[jira] [Updated] (IGNITE-61) Switch direct marshalling in communication layer to portable format

2015-02-09 Thread Valentin Kulichenko (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Valentin Kulichenko updated IGNITE-61: -- Attachment: ignite-61.patch > Switch direct marshalling in communication layer to portabl

[jira] [Commented] (IGNITE-61) Switch direct marshalling in communication layer to portable format

2015-02-09 Thread Valentin Kulichenko (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313486#comment-14313486 ] Valentin Kulichenko commented on IGNITE-61: --- Please review. > Switch direct mars

[jira] [Updated] (IGNITE-61) Switch direct marshalling in communication layer to portable format

2015-02-09 Thread Valentin Kulichenko (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Valentin Kulichenko updated IGNITE-61: -- Assignee: Alexey Goncharuk (was: Valentin Kulichenko) > Switch direct marshalling in com

patches in GIT

2015-02-09 Thread Dmitriy Setrakyan
Nice blog on how to create patches in GIT: https://ariejan.net/2009/10/26/how-to-create-and-apply-a-patch-with-git/ To create a patch: *git format-patch sprint-1 --stdout > mychanges.patch* To check a patch (before applying): *git apply --check mychanges.patch* To apply a patch: *git am --signof

Re: Serializable futures?

2015-02-09 Thread Dmitriy Setrakyan
+1 On Mon, Feb 9, 2015 at 4:35 PM, Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > Igniters, > > Anyone knows why GridFutureAdapter implements Externalizable? This is > useless from my point of view and error-prone, because it forces him to > have default constructor. It's invalid t

Serializable futures?

2015-02-09 Thread Valentin Kulichenko
Igniters, Anyone knows why GridFutureAdapter implements Externalizable? This is useless from my point of view and error-prone, because it forces him to have default constructor. It's invalid to use it directly in code, but for some reason there are 84 (!!!) usages and I just caught an assertion be

Re: fastest way to check if backup

2015-02-09 Thread Alexey Goncharuk
I do not see how we can avoid iteration in a general case because cache can have more than one backup. But I think it makes sense to create a separate method which will not use views and will start iteration from the second element of nodes collection (which is always an ArrayList). 2015-02-07 3:3

[jira] [Closed] (IGNITE-57) Support size/localSize with CachePeekMode

2015-02-09 Thread Semen Boikov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Semen Boikov closed IGNITE-57. -- Assignee: (was: Semen Boikov) > Support size/localSize with CachePeekMode > -

[jira] [Resolved] (IGNITE-57) Support size/localSize with CachePeekMode

2015-02-09 Thread Semen Boikov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Semen Boikov resolved IGNITE-57. Resolution: Fixed > Support size/localSize with CachePeekMode > -

[jira] [Closed] (IGNITE-60) Support IgniteAsyncSupport for IgniteCache

2015-02-09 Thread Semen Boikov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Semen Boikov closed IGNITE-60. -- Assignee: (was: Semen Boikov) > Support IgniteAsyncSupport for IgniteCache >

[jira] [Resolved] (IGNITE-60) Support IgniteAsyncSupport for IgniteCache

2015-02-09 Thread Semen Boikov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Semen Boikov resolved IGNITE-60. Resolution: Fixed > Support IgniteAsyncSupport for IgniteCache >

[jira] [Closed] (IGNITE-208) Broken test: GridCacheAbstractFullApiSelfTest.testNullInTx

2015-02-09 Thread Alexey Goncharuk (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Goncharuk closed IGNITE-208. --- The issue was in test: in near only tests there was a possibility that txStart was called on one

[jira] [Resolved] (IGNITE-208) Broken test: GridCacheAbstractFullApiSelfTest.testNullInTx

2015-02-09 Thread Alexey Goncharuk (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Goncharuk resolved IGNITE-208. - Resolution: Fixed > Broken test: GridCacheAbstractFullApiSelfTest.testNullInTx > -

[jira] [Closed] (IGNITE-207) Broken test:testOptimisticTxMissingKey* in full-API suite.

2015-02-09 Thread Alexey Goncharuk (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Goncharuk closed IGNITE-207. --- The issue was in test: in near only tests there was a possibility that txStart was called on one

[jira] [Resolved] (IGNITE-207) Broken test:testOptimisticTxMissingKey* in full-API suite.

2015-02-09 Thread Alexey Goncharuk (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Goncharuk resolved IGNITE-207. - Resolution: Fixed > Broken test:testOptimisticTxMissingKey* in full-API suite. > -

Re: GridCacheProjectionImpl.removeAll() does not respect projection filter.

2015-02-09 Thread Valentin Kulichenko
Spring dynamic cache manager should ideally work with dynamic caches (obviously :) ). When we have them, we will be able to remove cache projection from there. On Mon, Feb 9, 2015 at 9:28 AM, Dmitriy Setrakyan wrote: > Well, ideally I think we should remove it completely at some point. Can you >

Re: Cache iterator serialization support.

2015-02-09 Thread Valentin Kulichenko
+1 On Mon, Feb 9, 2015 at 8:41 AM, Dmitriy Setrakyan wrote: > I also don't think iterators should be serializable. > > On Mon, Feb 9, 2015 at 7:49 AM, Yakov Zhdanov > wrote: > > > I vote for NOT supporting serialization for iterators. > > > > -- > > Yakov Zhdanov, Director R&D > > *GridGain Sys

Re: GridCacheProjectionImpl.removeAll() does not respect projection filter.

2015-02-09 Thread Dmitriy Setrakyan
Well, ideally I think we should remove it completely at some point. Can you file a ticket with this use case for the sprint-2? Thanks, D. On Mon, Feb 9, 2015 at 9:17 AM, Vladimir Ozerov wrote: > In my case CacheProjection is used in private classes. I was thinking that > our agreed plan was to

Re: GridCacheProjectionImpl.removeAll() does not respect projection filter.

2015-02-09 Thread Vladimir Ozerov
In my case CacheProjection is used in private classes. I was thinking that our agreed plan was to remove CacheProjection totally, not only from public API. This is why I was confused how to fix the bug I found. On Mon, Feb 9, 2015 at 7:48 PM, Dmitriy Setrakyan wrote: > Can you provide a bit more

Re: GridCacheProjectionImpl.removeAll() does not respect projection filter.

2015-02-09 Thread Dmitriy Setrakyan
Can you provide a bit more information? We should still be removing CacheProjection from public API, right? D. On Mon, Feb 9, 2015 at 7:55 AM, Vladimir Ozerov wrote: > I've just was told that we will not remove cache projection. So I just > fixed cache projection code. > I have no more question

Re: Cache iterator serialization support.

2015-02-09 Thread Dmitriy Setrakyan
I also don't think iterators should be serializable. On Mon, Feb 9, 2015 at 7:49 AM, Yakov Zhdanov wrote: > I vote for NOT supporting serialization for iterators. > > -- > Yakov Zhdanov, Director R&D > *GridGain Systems* > www.gridgain.com > > 2015-02-09 12:50 GMT+03:00 Vladimir Ozerov : > > > H

[jira] [Commented] (IGNITE-211) Revision, date, SHA1 are missing in version information

2015-02-09 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312385#comment-14312385 ] Anton Vinogradov commented on IGNITE-211: - - "os" will be removed. - Date should b

[jira] [Updated] (IGNITE-215) Node is starting for 2 minutes

2015-02-09 Thread Ilya Suntsov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ilya Suntsov updated IGNITE-215: Summary: Node is starting for 2 minutes (was: Node is starting for 2 munites) > Node is starting f

[jira] [Updated] (IGNITE-215) Node is starting for 2 munites

2015-02-09 Thread Ilya Suntsov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ilya Suntsov updated IGNITE-215: Attachment: top_6.png top_5.png top_4.png top_3.png

[jira] [Created] (IGNITE-215) Node starts for 2 munites

2015-02-09 Thread Ilya Suntsov (JIRA)
Ilya Suntsov created IGNITE-215: --- Summary: Node starts for 2 munites Key: IGNITE-215 URL: https://issues.apache.org/jira/browse/IGNITE-215 Project: Ignite Issue Type: Bug Components:

[jira] [Updated] (IGNITE-215) Node is starting for 2 munites

2015-02-09 Thread Ilya Suntsov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ilya Suntsov updated IGNITE-215: Summary: Node is starting for 2 munites (was: Node starts for 2 munites) > Node is starting for 2 m

[jira] [Closed] (IGNITE-205) Broken test: CacheJdbcStoreAbstractMultithreadedSelfTest

2015-02-09 Thread Vladimir Ozerov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Ozerov closed IGNITE-205. -- > Broken test: CacheJdbcStoreAbstractMultithreadedSelfTest > ---

Re: GridCacheProjectionImpl.removeAll() does not respect projection filter.

2015-02-09 Thread Vladimir Ozerov
I've just was told that we will not remove cache projection. So I just fixed cache projection code. I have no more questions here. On Mon, Feb 9, 2015 at 6:52 PM, Yakov Zhdanov wrote: > > http://docs.spring.io/spring/docs/current/spring-framework-reference/html/cache.html > > -- > Yakov Zhdanov,

Re: GridCacheProjectionImpl.removeAll() does not respect projection filter.

2015-02-09 Thread Yakov Zhdanov
http://docs.spring.io/spring/docs/current/spring-framework-reference/html/cache.html -- Yakov Zhdanov, Director R&D *GridGain Systems* www.gridgain.com 2015-02-09 18:25 GMT+03:00 Dmitriy Setrakyan : > Vova, > > Can you explain what a Spring dynamic cache is and where do we use it? > > D. > > On

Re: Cache iterator serialization support.

2015-02-09 Thread Yakov Zhdanov
I vote for NOT supporting serialization for iterators. -- Yakov Zhdanov, Director R&D *GridGain Systems* www.gridgain.com 2015-02-09 12:50 GMT+03:00 Vladimir Ozerov : > Hi, > > Previously GridGain's cache iterator was serializable. Now as we moved to > Ignite iterator is not serializable anymore

[jira] [Assigned] (IGNITE-189) Need to remove Security SPIs and Events from Ignite

2015-02-09 Thread Irina Vasilinets (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Irina Vasilinets reassigned IGNITE-189: --- Assignee: Irina Vasilinets (was: Yakov Zhdanov) > Need to remove Security SPIs and E

[jira] [Updated] (IGNITE-214) Need to revisit update checker

2015-02-09 Thread Dmitriy Setrakyan (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy Setrakyan updated IGNITE-214: - Fix Version/s: (was: sprint-1) > Need to revisit update checker >

Re: GridCacheProjectionImpl.removeAll() does not respect projection filter.

2015-02-09 Thread Dmitriy Setrakyan
Vova, Can you explain what a Spring dynamic cache is and where do we use it? D. On Mon, Feb 9, 2015 at 7:21 AM, Vladimir Ozerov wrote: > Hi, > > I see that if GridCacheProjectionImpl.removeAll() is called, entry filter > is ignored. As a result, all keys are removed from undelying cache instea

[jira] [Updated] (IGNITE-189) Need to remove Security SPIs and Events from Ignite

2015-02-09 Thread Yakov Zhdanov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yakov Zhdanov updated IGNITE-189: - Description: AuthenticationSpi SecureSessionSpi AuthenticationEvent SecureSessionEvent Remove co

GridCacheProjectionImpl.removeAll() does not respect projection filter.

2015-02-09 Thread Vladimir Ozerov
Hi, I see that if GridCacheProjectionImpl.removeAll() is called, entry filter is ignored. As a result, all keys are removed from undelying cache instead of clearing only projection keys. This problems is evident when working with Spring dynamic caches: evicting all entries in one cache results in

[jira] [Updated] (IGNITE-189) Need to remove Security SPIs and Events from Ignite

2015-02-09 Thread Yakov Zhdanov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yakov Zhdanov updated IGNITE-189: - Description: AuthenticationSpi SecureSessionSpi > Need to remove Security SPIs and Events from Ig

Re: New home for Ignite documentation

2015-02-09 Thread Dmitriy Setrakyan
We should add it. Please click on "Suggested Edits" link and mention the missing artifacts. D. On Mon, Feb 9, 2015 at 4:02 AM, Artiom Shutak wrote: > Hi Dmitriy, > > Is it okey, that I don't see "ignite-geospatial" module under "The > following modules are available:" on "Maven Setup" tab? > >

[jira] [Created] (IGNITE-214) Need to revisit update checker

2015-02-09 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-214: Summary: Need to revisit update checker Key: IGNITE-214 URL: https://issues.apache.org/jira/browse/IGNITE-214 Project: Ignite Issue Type: Task Re

[jira] [Updated] (IGNITE-205) Broken test: CacheJdbcStoreAbstractMultithreadedSelfTest

2015-02-09 Thread Andrey Novikov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrey Novikov updated IGNITE-205: -- Attachment: ignite-205-Fixed-incorrect-path-in-test.patch > Broken test: CacheJdbcStoreAbstractM

[jira] [Updated] (IGNITE-199) Support IgniteCache.localPartition(int part)

2015-02-09 Thread Yakov Zhdanov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yakov Zhdanov updated IGNITE-199: - Attachment: sp-1_ignite-199_fixing_tests.patch > Support IgniteCache.localPartition(int part) > --

[jira] [Created] (IGNITE-213) To delete setLicenseUrl(...) from IgniteConfiguration and to refactor related staff

2015-02-09 Thread Artem Shutak (JIRA)
Artem Shutak created IGNITE-213: --- Summary: To delete setLicenseUrl(...) from IgniteConfiguration and to refactor related staff Key: IGNITE-213 URL: https://issues.apache.org/jira/browse/IGNITE-213 Proj

[jira] [Assigned] (IGNITE-199) Support IgniteCache.localPartition(int part)

2015-02-09 Thread Yakov Zhdanov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yakov Zhdanov reassigned IGNITE-199: Assignee: Yakov Zhdanov > Support IgniteCache.localPartition(int part) > --

[jira] [Resolved] (IGNITE-203) Broken test: GridCacheEntrySetIterationPreloadingSelfTest.testIteration

2015-02-09 Thread Vladimir Ozerov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Ozerov resolved IGNITE-203. Resolution: Fixed > Broken test: GridCacheEntrySetIterationPreloadingSelfTest.testIteration

[jira] [Closed] (IGNITE-203) Broken test: GridCacheEntrySetIterationPreloadingSelfTest.testIteration

2015-02-09 Thread Vladimir Ozerov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Ozerov closed IGNITE-203. -- > Broken test: GridCacheEntrySetIterationPreloadingSelfTest.testIteration >

[jira] [Updated] (IGNITE-212) CacheQueryExample: Failed to execute query on node

2015-02-09 Thread Ilya Suntsov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ilya Suntsov updated IGNITE-212: Attachment: thread_dump.txt node.log IDEA.log > CacheQueryExample: F

[jira] [Created] (IGNITE-212) CacheQueryExample: Failed to execute query on node

2015-02-09 Thread Ilya Suntsov (JIRA)
Ilya Suntsov created IGNITE-212: --- Summary: CacheQueryExample: Failed to execute query on node Key: IGNITE-212 URL: https://issues.apache.org/jira/browse/IGNITE-212 Project: Ignite Issue Type:

[jira] [Assigned] (IGNITE-211) Revision, date, SHA1 are missing in version information

2015-02-09 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov reassigned IGNITE-211: --- Assignee: Anton Vinogradov > Revision, date, SHA1 are missing in version information

[jira] [Commented] (IGNITE-211) Revision, date, SHA1 are missing in version information

2015-02-09 Thread Sergey Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312243#comment-14312243 ] Sergey Kozlov commented on IGNITE-211: -- Seems make no sense to have *-os* suffix now

[jira] [Assigned] (IGNITE-197) Need to move reading of gridgain.compatible.vers at enterprise

2015-02-09 Thread Irina Vasilinets (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Irina Vasilinets reassigned IGNITE-197: --- Assignee: Irina Vasilinets (was: Yakov Zhdanov) > Need to move reading of gridgain.c

Cache test failures status.

2015-02-09 Thread Vladimir Ozerov
Folks, I filed a bunch of tickets for broken cache tests. Here is brief summary: *IGNITE-203* - IgniteCache.randomEntry() is not implemented what causes test failures. *IGNITE-205 *- JDBC store tests are broken, possibly due to incorrect placement of particular XML file. *IGNITE-206 *- several te

[jira] [Assigned] (IGNITE-191) Move enterprise functionality from GridProductImpl

2015-02-09 Thread Irina Vasilinets (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Irina Vasilinets reassigned IGNITE-191: --- Assignee: Irina Vasilinets (was: Yakov Zhdanov) > Move enterprise functionality from

[jira] [Created] (IGNITE-211) Revision, date, SHA1 are missing in version information

2015-02-09 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-211: Summary: Revision, date, SHA1 are missing in version information Key: IGNITE-211 URL: https://issues.apache.org/jira/browse/IGNITE-211 Project: Ignite Issue

[jira] [Assigned] (IGNITE-203) Broken test: GridCacheEntrySetIterationPreloadingSelfTest.testIteration

2015-02-09 Thread Vladimir Ozerov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Ozerov reassigned IGNITE-203: -- Assignee: Vladimir Ozerov > Broken test: GridCacheEntrySetIterationPreloadingSelfTest.t

[jira] [Updated] (IGNITE-206) Broken test: GridCacheAbstractFullApiSelfTest.testLocalEvict().

2015-02-09 Thread Vladimir Ozerov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Ozerov updated IGNITE-206: --- Assignee: Semen Boikov > Broken test: GridCacheAbstractFullApiSelfTest.testLocalEvict(). > ---

[jira] [Resolved] (IGNITE-160) Need to refactor Configuration

2015-02-09 Thread Nikolay Tikhonov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikolay Tikhonov resolved IGNITE-160. - Resolution: Fixed > Need to refactor Configuration > -- > >

[jira] [Closed] (IGNITE-160) Need to refactor Configuration

2015-02-09 Thread Nikolay Tikhonov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikolay Tikhonov closed IGNITE-160. --- > Need to refactor Configuration > -- > > Key: IGNITE-

[jira] [Assigned] (IGNITE-194) Ignite build: javadoc is missing

2015-02-09 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov reassigned IGNITE-194: --- Assignee: Anton Vinogradov > Ignite build: javadoc is missing > -

[jira] [Assigned] (IGNITE-192) Notice.txt file missed in Ignite build

2015-02-09 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov reassigned IGNITE-192: --- Assignee: Anton Vinogradov > Notice.txt file missed in Ignite build > ---

[jira] [Created] (IGNITE-210) CacheQueryExample: Failed to execute query on node

2015-02-09 Thread Ilya Suntsov (JIRA)
Ilya Suntsov created IGNITE-210: --- Summary: CacheQueryExample: Failed to execute query on node Key: IGNITE-210 URL: https://issues.apache.org/jira/browse/IGNITE-210 Project: Ignite Issue Type:

[jira] [Updated] (IGNITE-209) Broken test: GridCacheAbstractFullApiSelfTest.testTtlTx() and testTtlNoTx()

2015-02-09 Thread Vladimir Ozerov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Ozerov updated IGNITE-209: --- Description: Affected test classes: GridCacheNearOnlyMultiNodeFullApiSelfTest GridCacheNearOnl

[jira] [Created] (IGNITE-209) Broken test: GridCacheAbstractFullApiSelfTest.testTtlTx() and testTtlNoTx()

2015-02-09 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-209: -- Summary: Broken test: GridCacheAbstractFullApiSelfTest.testTtlTx() and testTtlNoTx() Key: IGNITE-209 URL: https://issues.apache.org/jira/browse/IGNITE-209 Project

[jira] [Created] (IGNITE-208) Broken test: GridCacheAbstractFullApiSelfTest.testNullInTx

2015-02-09 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-208: -- Summary: Broken test: GridCacheAbstractFullApiSelfTest.testNullInTx Key: IGNITE-208 URL: https://issues.apache.org/jira/browse/IGNITE-208 Project: Ignite

[jira] [Updated] (IGNITE-204) The rest of gridgain renaming (rest of ignite -164)

2015-02-09 Thread Artem Shutak (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Artem Shutak updated IGNITE-204: Description: IGNITE-164 should be completed in this task, except IGNITE-195, IGNITE-198 and IGNITE-

[jira] [Commented] (IGNITE-206) Broken test: GridCacheAbstractFullApiSelfTest.testLocalEvict().

2015-02-09 Thread Vladimir Ozerov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312210#comment-14312210 ] Vladimir Ozerov commented on IGNITE-206: testEvictExpired() is broken as well for

[jira] [Updated] (IGNITE-18) Revisit logic for warmup closure, add tests and properly document

2015-02-09 Thread Yakov Zhdanov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yakov Zhdanov updated IGNITE-18: Issue Type: Task (was: Bug) > Revisit logic for warmup closure, add tests and properly document > --

[jira] [Updated] (IGNITE-18) Revisit logic for warmup closure, add tests and properly document

2015-02-09 Thread Yakov Zhdanov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yakov Zhdanov updated IGNITE-18: Fix Version/s: (was: sprint-1) sprint-2 > Revisit logic for warmup closure, ad

[jira] [Updated] (IGNITE-22) Need to optimize closure processor

2015-02-09 Thread Yakov Zhdanov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yakov Zhdanov updated IGNITE-22: Fix Version/s: (was: sprint-1) sprint-2 Issue Type: Task (was: Bug) >

[jira] [Resolved] (IGNITE-74) Move configuration classes to correct packages

2015-02-09 Thread Yakov Zhdanov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yakov Zhdanov resolved IGNITE-74. - Resolution: Fixed > Move configuration classes to correct packages > --

[jira] [Closed] (IGNITE-74) Move configuration classes to correct packages

2015-02-09 Thread Yakov Zhdanov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yakov Zhdanov closed IGNITE-74. --- > Move configuration classes to correct packages > -- > >

[jira] [Assigned] (IGNITE-201) Need to remove DataStructureRemovedException in favor of IllegalStateException

2015-02-09 Thread Irina Vasilinets (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Irina Vasilinets reassigned IGNITE-201: --- Assignee: Irina Vasilinets (was: Yakov Zhdanov) > Need to remove DataStructureRemove

[jira] [Created] (IGNITE-207) Broken test:testOptimisticTxMissingKey* in full-API suite.

2015-02-09 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-207: -- Summary: Broken test:testOptimisticTxMissingKey* in full-API suite. Key: IGNITE-207 URL: https://issues.apache.org/jira/browse/IGNITE-207 Project: Ignite

Re: New home for Ignite documentation

2015-02-09 Thread Artiom Shutak
Hi Dmitriy, Is it okey, that I don't see "ignite-geospatial" module under "The following modules are available:" on "Maven Setup" tab? Artem Shutak GridGain Systems www.gridgain.com On Mon, Feb 9, 2015 at 9:25 AM, Dmitriy Setrakyan wrote: > Hello Igniters, > > I think I have found a pretty coo

[jira] [Commented] (IGNITE-198) To replace GG-links with valid Ignite-links (a part of IGNITE-164)

2015-02-09 Thread Artem Shutak (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312142#comment-14312142 ] Artem Shutak commented on IGNITE-198: - Documentation: http://apacheignite.readme.io/v1

[jira] [Created] (IGNITE-206) Broken test: GridCacheAbstractFullApiSelfTest.testLocalEvict().

2015-02-09 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-206: -- Summary: Broken test: GridCacheAbstractFullApiSelfTest.testLocalEvict(). Key: IGNITE-206 URL: https://issues.apache.org/jira/browse/IGNITE-206 Project: Ignite

[jira] [Resolved] (IGNITE-181) Generate optimized-classnames.properties during Ignite build

2015-02-09 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov resolved IGNITE-181. - Resolution: Fixed > Generate optimized-classnames.properties during Ignite build > ---

[jira] [Closed] (IGNITE-181) Generate optimized-classnames.properties during Ignite build

2015-02-09 Thread Anton Vinogradov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov closed IGNITE-181. --- > Generate optimized-classnames.properties during Ignite build > -

[jira] [Updated] (IGNITE-198) To replace GG-links with valid Ignite-links (a part of IGNITE-164)

2015-02-09 Thread Artem Shutak (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Artem Shutak updated IGNITE-198: Description: Links/emails to be replaced: - i...@gridgain.com (/** Default FROM email address. */) -

[jira] [Updated] (IGNITE-198) To replace GG-links with valid Ignite-links (a part of IGNITE-164)

2015-02-09 Thread Artem Shutak (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Artem Shutak updated IGNITE-198: Assignee: Dmitriy Setrakyan (was: Artem Shutak) > To replace GG-links with valid Ignite-links (a pa

  1   2   >