Re: IGNITE-4088

2016-10-28 Thread Dmitriy Setrakyan
; >> >> >>>> [1] https://cwiki.apache.org/confluence/display/IGNITE/How+ > >> >> to+Contribute < > >> >> >>>> https://cwiki.apache.org/confluence/display/IGNITE/How+ > >> >> to+Contribute> > >> >> >>>> [2] https://cwiki.apache.org/confluence/display/IGNITE/How+ > >> >> >>>> to+Contribute#HowtoContribute-1.CreateGitHubpull-request < > >> >> >>>> https://cwiki.apache.org/confluence/display/IGNITE/How+ > >> >> >>>> to+Contribute#HowtoContribute-1.CreateGitHubpull-request> > >> >> >>>> > >> >> >>>> — > >> >> >>>> Denis > >> >> >>>> > >> >> >>>> > On Oct 19, 2016, at 6:46 AM, Константин Дудков < > kdud...@ya.ru> > >> >> wrote: > >> >> >>>> > > >> >> >>>> > Hi, > >> >> >>>> > > >> >> >>>> > I have done some changes due to jira ticket[1]. > >> >> >>>> > > >> >> >>>> > I have added new method signatures to > >> modules/core/src/main/java/ > >> >> >>>> org/apache/ignite/Ignite.java: > >> >> >>>> > > >> >> >>>> > public Collection createCaches(Collection< > >> >> CacheConfiguration> > >> >> >>>> cacheCfgs); > >> >> >>>> > public Collection getOrCreateCaches(Collection< > >> >> CacheConfiguration> > >> >> >>>> cacheCfgs); > >> >> >>>> > public void destroyCaches(Collection cacheNames); > >> >> >>>> > > >> >> >>>> > Please review and let me know if any changes required. > >> >> >>>> > > >> >> >>>> > [1] https://issues.apache.org/jira/browse/IGNITE-4088 >

[GitHub] ignite pull request #1174: Ignite 4088

2016-10-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/1174 --- 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 ena

Re: IGNITE-4088

2016-10-28 Thread Константин Дудков
>>  >> to+Contribute> >>  >> >>>> [2] https://cwiki.apache.org/confluence/display/IGNITE/How+ >>  >> >>>> to+Contribute#HowtoContribute-1.CreateGitHubpull-request < >>  >> >>>> https://cwiki.apache.org/confluence/display/IGNITE/How+ >>  >> >>>> to+Contribute#HowtoContribute-1.CreateGitHubpull-request> >>  >> >>>> >>  >> >>>> — >>  >> >>>> Denis >>  >> >>>> >>  >> >>>> > On Oct 19, 2016, at 6:46 AM, Константин Дудков >>  >> wrote: >>  >> >>>> > >>  >> >>>> > Hi, >>  >> >>>> > >>  >> >>>> > I have done some changes due to jira ticket[1]. >>  >> >>>> > >>  >> >>>> > I have added new method signatures to >>  modules/core/src/main/java/ >>  >> >>>> org/apache/ignite/Ignite.java: >>  >> >>>> > >>  >> >>>> > public Collection createCaches(Collection< >>  >> CacheConfiguration> >>  >> >>>> cacheCfgs); >>  >> >>>> > public Collection getOrCreateCaches(Collection< >>  >> CacheConfiguration> >>  >> >>>> cacheCfgs); >>  >> >>>> > public void destroyCaches(Collection cacheNames); >>  >> >>>> > >>  >> >>>> > Please review and let me know if any changes required. >>  >> >>>> > >>  >> >>>> > [1] https://issues.apache.org/jira/browse/IGNITE-4088

Re: IGNITE-4088

2016-10-27 Thread Dmitriy Setrakyan
pache.org/confluence/display/IGNITE/How+ > >> >>>> to+Contribute#HowtoContribute-1.CreateGitHubpull-request> > >> >>>> > >> >>>> — > >> >>>> Denis > >> >>>> > >> >>>> > On Oct 19, 2016, at 6:46 AM, Константин Дудков > >> wrote: > >> >>>> > > >> >>>> > Hi, > >> >>>> > > >> >>>> > I have done some changes due to jira ticket[1]. > >> >>>> > > >> >>>> > I have added new method signatures to > modules/core/src/main/java/ > >> >>>> org/apache/ignite/Ignite.java: > >> >>>> > > >> >>>> > public Collection createCaches(Collection< > >> CacheConfiguration> > >> >>>> cacheCfgs); > >> >>>> > public Collection getOrCreateCaches(Collection< > >> CacheConfiguration> > >> >>>> cacheCfgs); > >> >>>> > public void destroyCaches(Collection cacheNames); > >> >>>> > > >> >>>> > Please review and let me know if any changes required. > >> >>>> > > >> >>>> > [1] https://issues.apache.org/jira/browse/IGNITE-4088 >

Re: IGNITE-4088

2016-10-27 Thread Константин Дудков
>>>> to+Contribute#HowtoContribute-1.CreateGitHubpull-request> >>  >>>> >>  >>>> — >>  >>>> Denis >>  >>>> >>  >>>> > On Oct 19, 2016, at 6:46 AM, Константин Дудков >>  wrote: >>  >>>> > >>  >>>> > Hi, >>  >>>> > >>  >>>> > I have done some changes due to jira ticket[1]. >>  >>>> > >>  >>>> > I have added new method signatures to modules/core/src/main/java/ >>  >>>> org/apache/ignite/Ignite.java: >>  >>>> > >>  >>>> > public Collection createCaches(Collection< >>  CacheConfiguration> >>  >>>> cacheCfgs); >>  >>>> > public Collection getOrCreateCaches(Collection< >>  CacheConfiguration> >>  >>>> cacheCfgs); >>  >>>> > public void destroyCaches(Collection cacheNames); >>  >>>> > >>  >>>> > Please review and let me know if any changes required. >>  >>>> > >>  >>>> > [1] https://issues.apache.org/jira/browse/IGNITE-4088

Re: IGNITE-4088

2016-10-26 Thread Dmitriy Setrakyan
t; >>>> > > >>>> > Hi, > >>>> > > >>>> > I have done some changes due to jira ticket[1]. > >>>> > > >>>> > I have added new method signatures to modules/core/src/main/java/ > >>>> org/apache/ignite/Ignite.java: > >>>> > > >>>> > public Collection createCaches(Collection< > CacheConfiguration> > >>>> cacheCfgs); > >>>> > public Collection getOrCreateCaches(Collection< > CacheConfiguration> > >>>> cacheCfgs); > >>>> > public void destroyCaches(Collection cacheNames); > >>>> > > >>>> > Please review and let me know if any changes required. > >>>> > > >>>> > [1] https://issues.apache.org/jira/browse/IGNITE-4088 >

Re: IGNITE-4088

2016-10-21 Thread Denis Magda
;>>>> to+Contribute#HowtoContribute-1.CreateGitHubpull-request> >>>>> >>>>> — >>>>> Denis >>>>> >>>>> > On Oct 19, 2016, at 6:46 AM, Константин Дудков wrote: >>>>> > >>>>> > Hi, >>>>> > >>>>> > I have done some changes due to jira ticket[1]. >>>>> > >>>>> > I have added new method signatures to modules/core/src/main/java/ >>>>> org/apache/ignite/Ignite.java: >>>>> > >>>>> > public Collection >>>>> createCaches(Collection >>>>> cacheCfgs); >>>>> > public Collection >>>>> getOrCreateCaches(Collection >>>>> cacheCfgs); >>>>> > public void destroyCaches(Collection cacheNames); >>>>> > >>>>> > Please review and let me know if any changes required. >>>>> > >>>>> > [1] https://issues.apache.org/jira/browse/IGNITE-4088

Re: IGNITE-4088

2016-10-21 Thread Константин Дудков
  — >>>>   Denis >>>> >>>>   > On Oct 19, 2016, at 6:46 AM, Константин Дудков wrote: >>>>   > >>>>   > Hi, >>>>   > >>>>   > I have done some changes due to jira ticket[1]. >>>>   > >>>>   > I have added new method signatures to modules/core/src/main/java/ >>>>   org/apache/ignite/Ignite.java: >>>>   > >>>>   > public Collection >>>> createCaches(Collection >>>>   cacheCfgs); >>>>   > public Collection >>>> getOrCreateCaches(Collection >>>>   cacheCfgs); >>>>   > public void destroyCaches(Collection cacheNames); >>>>   > >>>>   > Please review and let me know if any changes required. >>>>   > >>>>   > [1] https://issues.apache.org/jira/browse/IGNITE-4088

[GitHub] ignite pull request #1174: Ignite 4088

2016-10-21 Thread kdudkov
GitHub user kdudkov reopened a pull request: https://github.com/apache/ignite/pull/1174 Ignite 4088 new API methods for start/destroy multiple dynamic caches You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

Re: IGNITE-4088

2016-10-20 Thread Denis Magda
wrote: >>> > >>> > Hi, >>> > >>> > I have done some changes due to jira ticket[1]. >>> > >>> > I have added new method signatures to modules/core/src/main/java/ >>> org/apache/ignite/Ignite.java: >>> > >>> > public Collection >>> createCaches(Collection >>> cacheCfgs); >>> > public Collection >>> getOrCreateCaches(Collection >>> cacheCfgs); >>> > public void destroyCaches(Collection cacheNames); >>> > >>> > Please review and let me know if any changes required. >>> > >>> > [1] https://issues.apache.org/jira/browse/IGNITE-4088

Re: IGNITE-4088

2016-10-20 Thread Константин Дудков
main/java/ >>  org/apache/ignite/Ignite.java: >>  > >>  > public Collection createCaches(Collection >>  cacheCfgs); >>  > public Collection >> getOrCreateCaches(Collection >>  cacheCfgs); >>  > public void destroyCaches(Collection cacheNames); >>  > >>  > Please review and let me know if any changes required. >>  > >>  > [1] https://issues.apache.org/jira/browse/IGNITE-4088

[GitHub] ignite pull request #1174: Ignite 4088

2016-10-20 Thread kdudkov
Github user kdudkov closed the pull request at: https://github.com/apache/ignite/pull/1174 --- 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 en

[GitHub] ignite pull request #1174: Ignite 4088

2016-10-20 Thread kdudkov
GitHub user kdudkov opened a pull request: https://github.com/apache/ignite/pull/1174 Ignite 4088 new API methods for start/destroy multiple dynamic caches You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

Re: IGNITE-4088

2016-10-19 Thread Pavel Tupitsyn
es to modules/core/src/main/java/ > org/apache/ignite/Ignite.java: > > > > public Collection createCaches(Collection > cacheCfgs); > > public Collection > > getOrCreateCaches(Collection > cacheCfgs); > > public void destroyCaches(Collection cacheNames); > > > > Please review and let me know if any changes required. > > > > [1] https://issues.apache.org/jira/browse/IGNITE-4088 > >

Re: IGNITE-4088

2016-10-19 Thread Denis Magda
view and let me know if any changes required. > > [1] https://issues.apache.org/jira/browse/IGNITE-4088

IGNITE-4088

2016-10-19 Thread Константин Дудков
(Collection cacheNames); Please review and let me know if any changes required. [1] https://issues.apache.org/jira/browse/IGNITE-4088

[jira] [Created] (IGNITE-4088) Allow to start multiple dynamic caches simultaneoulsy.

2016-10-17 Thread Alexei Scherbakov (JIRA)
Alexei Scherbakov created IGNITE-4088: - Summary: Allow to start multiple dynamic caches simultaneoulsy. Key: IGNITE-4088 URL: https://issues.apache.org/jira/browse/IGNITE-4088 Project: Ignite