Re: Topology-wide notification on critical errors

2018-04-21 Thread Dmitriy Setrakyan
On Fri, Apr 20, 2018 at 4:50 AM, Anton Vinogradov wrote: > P.s. Andrey Kuznetsov, corrected me that we have no warranty that failed > node able to notify cluster. > > But, > > try{ >sendDiscoveryMessageWithFail(...); > } catch(){ >// No-op; > } > > is better than

Re: GA Grid Documentation for 2.5

2018-04-21 Thread techbysample
Denis, I am in the process of updating docs and just created ticket: https://issues.apache.org/jira/browse/IGNITE-8350 I will assign to Akmal for final review once I have completed. Best, Turik -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

Re: Service grid redesign

2018-04-21 Thread Dmitriy Setrakyan
I am not sure why we are discussing a potential removal of the "init" method. I think it is useful, as the service may have to do some initialization before it goes online. I do not think this method is hurting anyone. This thread is getting too long, and I am sure that most readers are already

[jira] [Created] (IGNITE-8350) GA Grid: Prepare documentation for 2.5

2018-04-21 Thread Turik Campbell (JIRA)
Turik Campbell created IGNITE-8350: -- Summary: GA Grid: Prepare documentation for 2.5 Key: IGNITE-8350 URL: https://issues.apache.org/jira/browse/IGNITE-8350 Project: Ignite Issue Type: New

[GitHub] ignite pull request #3894: Ignite 8086: add manual rebalace method

2018-04-21 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request: https://github.com/apache/ignite/pull/3894 Ignite 8086: add manual rebalace method You can merge this pull request into a Git repository by running: $ git pull https://github.com/Mmuzaf/ignite ignite-8086 Alternatively you can review

Re: Service grid redesign

2018-04-21 Thread Denis Magda
Dmitriy, Consider IEP page as a summary that was updated along the way: https://cwiki.apache.org/confluence/display/IGNITE/IEP-17%3A+Oil+Change+in+Service+Grid As far as I understand, Denis is going to create JIRA tickets basing on the discussion results. -- Denis On Sat, Apr 21, 2018 at 3:04

[GitHub] ignite pull request #3828: IGNITE-8154

2018-04-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3828 ---

[GitHub] ignite pull request #3895: Mmuzaf check ignite 8086

2018-04-21 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request: https://github.com/apache/ignite/pull/3895 Mmuzaf check ignite 8086 You can merge this pull request into a Git repository by running: $ git pull https://github.com/Mmuzaf/ignite mmuzaf-check-ignite-8086 Alternatively you can review

Re: GA Grid: Can IGNITE-8242 be include in 2.5 release?

2018-04-21 Thread Yury Babak
Denis, In that case we should also add the following tickets into release: https://issues.apache.org/jira/browse/IGNITE-7877 (Improve code style in GA part) https://issues.apache.org/jira/browse/IGNITE-7916 (GA Grid examples should be ready for auto run on TeamCity)