[jira] [Commented] (IGNITE-2941) Add getOrStart method to ignition

2016-04-18 Thread Denis Magda (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-2941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15247155#comment-15247155
 ] 

Denis Magda commented on IGNITE-2941:
-

Thanks for the contribution. Reviewed final changes and merged into the master.

> Add getOrStart method to ignition
> -
>
> Key: IGNITE-2941
> URL: https://issues.apache.org/jira/browse/IGNITE-2941
> Project: Ignite
>  Issue Type: Bug
>  Components: general
>Affects Versions: 1.5.0.final
>Reporter: Alexey Goncharuk
>Assignee: Alexei Scherbakov
>
> Currently there is no way to atomically check if an Ignite instance with the 
> given name is started and start it, if it was not started.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-2941) Add getOrStart method to ignition

2016-04-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-2941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15247154#comment-15247154
 ] 

ASF GitHub Bot commented on IGNITE-2941:


Github user asfgit closed the pull request at:

https://github.com/apache/ignite/pull/631


> Add getOrStart method to ignition
> -
>
> Key: IGNITE-2941
> URL: https://issues.apache.org/jira/browse/IGNITE-2941
> Project: Ignite
>  Issue Type: Bug
>  Components: general
>Affects Versions: 1.5.0.final
>Reporter: Alexey Goncharuk
>Assignee: Alexei Scherbakov
>
> Currently there is no way to atomically check if an Ignite instance with the 
> given name is started and start it, if it was not started.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-2941) Add getOrStart method to ignition

2016-04-12 Thread Alexei Scherbakov (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-2941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15238035#comment-15238035
 ] 

Alexei Scherbakov commented on IGNITE-2941:
---

Fixed

> Add getOrStart method to ignition
> -
>
> Key: IGNITE-2941
> URL: https://issues.apache.org/jira/browse/IGNITE-2941
> Project: Ignite
>  Issue Type: Bug
>  Components: general
>Affects Versions: 1.5.0.final
>Reporter: Alexey Goncharuk
>Assignee: Alexei Scherbakov
>
> Currently there is no way to atomically check if an Ignite instance with the 
> given name is started and start it, if it was not started.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-2941) Add getOrStart method to ignition

2016-04-12 Thread Denis Magda (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-2941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15236810#comment-15236810
 ] 

Denis Magda commented on IGNITE-2941:
-

Review notes.

1. Add your test to {{IgniteBasicTestSuite}}. 

2. Added minor comments in the pull request.

> Add getOrStart method to ignition
> -
>
> Key: IGNITE-2941
> URL: https://issues.apache.org/jira/browse/IGNITE-2941
> Project: Ignite
>  Issue Type: Bug
>  Components: general
>Affects Versions: 1.5.0.final
>Reporter: Alexey Goncharuk
>Assignee: Alexei Scherbakov
>
> Currently there is no way to atomically check if an Ignite instance with the 
> given name is started and start it, if it was not started.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-2941) Add getOrStart method to ignition

2016-04-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-2941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15235214#comment-15235214
 ] 

ASF GitHub Bot commented on IGNITE-2941:


GitHub user ascherbakoff opened a pull request:

https://github.com/apache/ignite/pull/631

IGNITE-2941

IGNITE-2941

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ascherbakoff/ignite ignite-2941

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/631.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #631


commit 84583756b1c49a78471877ee306fbd11f047ffeb
Author: ascherbakoff 
Date:   2016-04-11T14:35:40Z

IGNITE-2941




> Add getOrStart method to ignition
> -
>
> Key: IGNITE-2941
> URL: https://issues.apache.org/jira/browse/IGNITE-2941
> Project: Ignite
>  Issue Type: Bug
>  Components: general
>Affects Versions: 1.5.0.final
>Reporter: Alexey Goncharuk
>Assignee: Alexei Scherbakov
>
> Currently there is no way to atomically check if an Ignite instance with the 
> given name is started and start it, if it was not started.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-2941) Add getOrStart method to ignition

2016-04-08 Thread Denis Magda (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-2941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15231687#comment-15231687
 ] 

Denis Magda commented on IGNITE-2941:
-

Probably we should add boolean parameter like {{failIfStarted}} to 
{{IgnitionEx.start0()}}. If the flag is true (default) then everything will 
work as presently. Otherwise an existed (old) instance should be returned.

Tests has to be added as well to validate the functionality.

> Add getOrStart method to ignition
> -
>
> Key: IGNITE-2941
> URL: https://issues.apache.org/jira/browse/IGNITE-2941
> Project: Ignite
>  Issue Type: Bug
>  Components: general
>Affects Versions: 1.5.0.final
>Reporter: Alexey Goncharuk
>Assignee: Valentin Kulichenko
>
> Currently there is no way to atomically check if an Ignite instance with the 
> given name is started and start it, if it was not started.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)