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

2015-02-08 Thread Alexey Kuznetsov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14311890#comment-14311890 ] Alexey Kuznetsov commented on IGNITE-55: Need to fix Visor tasks that use cache.cle

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

2015-02-08 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: Sergey Evdokimov) > Support distributed Cache.clear()

[jira] [Resolved] (IGNITE-193) Visorcmd lincense files should be moved in Notice.txt

2015-02-08 Thread Sergey Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Kozlov resolved IGNITE-193. -- Resolution: Won't Fix > Visorcmd lincense files should be moved in Notice.txt >

[jira] [Closed] (IGNITE-193) Visorcmd lincense files should be moved in Notice.txt

2015-02-08 Thread Sergey Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Kozlov closed IGNITE-193. > Visorcmd lincense files should be moved in Notice.txt > --

[jira] [Commented] (IGNITE-193) Visorcmd lincense files should be moved in Notice.txt

2015-02-08 Thread Sergey Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14311879#comment-14311879 ] Sergey Kozlov commented on IGNITE-193: -- Not needed > Visorcmd lincense files should

[jira] [Assigned] (IGNITE-193) Visorcmd lincense files should be moved in Notice.txt

2015-02-08 Thread Sergey Kozlov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Kozlov reassigned IGNITE-193: Assignee: Sergey Kozlov > Visorcmd lincense files should be moved in Notice.txt > -

Re: use of @Nullable

2015-02-08 Thread Dmitriy Setrakyan
I generally found myself suppressing IDE warnings whenever these annotations are used. Personally, I would not, but I would want to hear what others think as well. D. On Sun, Feb 8, 2015 at 10:29 PM, Sergey Evdokimov wrote: > Whats about @NotNull and @Contract annotations? Can we use its in our

Re: use of @Nullable

2015-02-08 Thread Sergey Evdokimov
Whats about @NotNull and @Contract annotations? Can we use its in our code? On Mon, Feb 9, 2015 at 8:02 AM, Konstantin Boudnik wrote: > Sounds like a good idea. In my experience having @Nullable for returns is a > good thing, as it quickly let a user of the API to see what's the contract. > > Co

New home for Ignite documentation

2015-02-08 Thread Dmitriy Setrakyan
Hello Igniters, I think I have found a pretty cool home for our documentation: http://apacheignite.readme.io/v1.0/docs https://readme.io is nice enough to host open source documentation for free, and I like the editability and friendliness of their UI. I have added most of the committers as admi

Re: use of @Nullable

2015-02-08 Thread Konstantin Boudnik
Sounds like a good idea. In my experience having @Nullable for returns is a good thing, as it quickly let a user of the API to see what's the contract. Cos On Sun, Feb 08, 2015 at 04:36PM, Dmitriy Setrakyan wrote: > Hi Igniters, > > I want to revisit the use of the @Nullable annotation within th

[jira] [Resolved] (IGNITE-32) Need to create a utility for auto-schema loading from databases

2015-02-08 Thread Alexey Kuznetsov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Kuznetsov resolved IGNITE-32. Resolution: Fixed Assignee: Pavel Konstantinov (was: Alexey Kuznetsov) Fixed .bat and

use of @Nullable

2015-02-08 Thread Dmitriy Setrakyan
Hi Igniters, I want to revisit the use of the @Nullable annotation within the project. What I am noticing more and more, is that @Nullable annotation just causes extra warnings in IDE, especially on public API, causing most of the users and developers to disable it. I want to propose the followin

Re: Managed Services -> Service Grid

2015-02-08 Thread Konstantin Boudnik
Sounds good. I guess it'd be quite a fun to try running containers/uni-kernels with pre-packaged services like that ;) On Thu, Feb 05, 2015 at 02:02PM, Yakov Zhdanov wrote: > How about IgniteService? Looks consistent with IgniteCompute, IgniteCache, > etc we have. > > -- > Yakov Zhdanov, Director

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

2015-02-08 Thread Sergey Evdokimov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Evdokimov closed IGNITE-55. -- > Support distributed Cache.clear() > - > > Key: IGNI

[jira] [Closed] (IGNITE-54) Support distributed Cache.removeAll()

2015-02-08 Thread Sergey Evdokimov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Evdokimov closed IGNITE-54. -- > Support distributed Cache.removeAll() > - > > K

[jira] [Resolved] (IGNITE-54) Support distributed Cache.removeAll()

2015-02-08 Thread Sergey Evdokimov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Evdokimov resolved IGNITE-54. Resolution: Fixed > Support distributed Cache.removeAll() > -

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

2015-02-08 Thread Sergey Evdokimov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Evdokimov resolved IGNITE-55. Resolution: Fixed > Support distributed Cache.clear() > - > >

Re: DataStrucutreRemovedException

2015-02-08 Thread Dmitriy Setrakyan
I actually have investigated the usages of this exception, and I think standard JDK IllegalStateException would fit the best in this case. I filed a ticket here: https://issues.apache.org/jira/browse/IGNITE-201 . D. On Thu, Feb 5, 2015 at 11:53 PM, Dmitriy Setrakyan wrote: > Can we just throw

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

2015-02-08 Thread Dmitriy Setrakyan (JIRA)
Dmitriy Setrakyan created IGNITE-201: Summary: Need to remove DataStructureRemovedException in favor of IllegalStateException Key: IGNITE-201 URL: https://issues.apache.org/jira/browse/IGNITE-201

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

2015-02-08 Thread Semen Boikov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Semen Boikov reassigned IGNITE-74: -- Assignee: Yakov Zhdanov (was: Semen Boikov) Please check if we can close this ticket. > Move c