Relevance of IGNITE-6409

2018-07-07 Thread Amir Akhmedov
Hi Igniters, I want to work on IGNITE-6409 (SQL: bypass H2 during index update) and want to ask about it's status. Is it still relevant ticket to work on? Vladimir Ozerov, as a reporter, can you please give your feedback please? Thanks, Amir

[GitHub] ignite pull request #4329: IGNITE-8942

2018-07-07 Thread ascherbakoff
GitHub user ascherbakoff opened a pull request: https://github.com/apache/ignite/pull/4329 IGNITE-8942 In some cases grid cannot be deactivated because of hanging CQ internal cleanup. You can merge this pull request into a Git repository by running: $ git pull

PR for https://issues.apache.org/jira/browse/IGNITE-8956

2018-07-07 Thread kcheng.mvp
Hi Dmitriy Govorukhin, I have fixed the javadoc error, can you please review the PR? -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

[jira] [Created] (IGNITE-8957) testFailGetLock() constantly fails. Last entry checkpoint history can be empty

2018-07-07 Thread Maxim Muzafarov (JIRA)
Maxim Muzafarov created IGNITE-8957: --- Summary: testFailGetLock() constantly fails. Last entry checkpoint history can be empty Key: IGNITE-8957 URL: https://issues.apache.org/jira/browse/IGNITE-8957

Re: Add cluster (de)activation events IGNITE-8376

2018-07-07 Thread Alexey Kuznetsov
Igniters, Could we also have Enum like this: ClusterState {ACTIVE, INACTIVE, ACTIVATING, DEACTIVATING} ? This will be very useful for external tools such as Web Console. Right now there no way to detect if cluster in progress of activation or deactivation. -- Alexey Kuznetsov

[GitHub] ignite pull request #4328: Ignite 8956

2018-07-07 Thread kcmvp
GitHub user kcmvp opened a pull request: https://github.com/apache/ignite/pull/4328 Ignite 8956 Fix Javadoc error. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kcmvp/ignite IGNITE-8956 Alternatively you can review and apply