Re: Automatic cluster activation from code

2018-07-04 Thread Sergey Dorozhkin
Igniters, I think I found answer to my questions in another email thread - "Erroneous Baseline Topology documentation". Thanks! вт, 26 июн. 2018 г. в 20:18, Sergey Dorozhkin : > Hello Igniters, > > I planing to start work on IGNITE-5427 and I little confused. > The Baseline Topology documentati

Why GridCacheEvictionManager always use cfg.getEvictionPolicy/cfg.getEvictionPolicyFactory even there is NearEvictionPolicy configured?

2018-07-04 Thread kcheng.mvp
As the method *org.apache.ignite.internal.processors.cache.GridCacheAdapter#isNear* always returns false, it will make the near cache eviction policy don't take effect. Here is the code from *org.apache.ignite.internal.processors.cache.GridCacheEvictionManager#start0*. is this an expected behavior

[jira] [Created] (IGNITE-8932) Docker image: doesn't handle SIGTERM

2018-07-04 Thread Ivan Yani (JIRA)
Ivan Yani created IGNITE-8932: - Summary: Docker image: doesn't handle SIGTERM Key: IGNITE-8932 URL: https://issues.apache.org/jira/browse/IGNITE-8932 Project: Ignite Issue Type: Bug R

[GitHub] ignite pull request #4306: IGNITE-8931 Spring Framework versions upgraded

2018-07-04 Thread agura
GitHub user agura opened a pull request: https://github.com/apache/ignite/pull/4306 IGNITE-8931 Spring Framework versions upgraded You can merge this pull request into a Git repository by running: $ git pull https://github.com/agura/incubator-ignite ignite-8931 Alternatively

[GitHub] ignite pull request #4305: IGNITE-8929 WAL should not disable for the group ...

2018-07-04 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request: https://github.com/apache/ignite/pull/4305 IGNITE-8929 WAL should not disable for the group if none a partition is not assigned to a local node You can merge this pull request into a Git repository by running: $ git pull ht

Re: Ignite 2.6 emergency release suggestion

2018-07-04 Thread Andrey Gura
Igniters, I've moved IGNITE-8780 [1] issue to the next release. It can't be merged to AI 2.6 because it has many other dependent commits. [1] https://issues.apache.org/jira/browse/IGNITE-8780 On Wed, Jul 4, 2018 at 6:05 PM Ivan Rakov wrote: > > Andrey, thanks! > > I've cherry-picked the fixes to

[jira] [Created] (IGNITE-8930) ODBC: Cursors are not closed when used through Go

2018-07-04 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-8930: --- Summary: ODBC: Cursors are not closed when used through Go Key: IGNITE-8930 URL: https://issues.apache.org/jira/browse/IGNITE-8930 Project: Ignite Issue Type:

[GitHub] ignite pull request #4088: ignite-7163 Validate connection from a pre-previo...

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

[GitHub] ignite pull request #4192: IGNITE-8182: TC.

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

Re: Ignite 2.6 emergency release suggestion

2018-07-04 Thread Ivan Rakov
Andrey, thanks! I've cherry-picked the fixes to ignite-2.6 branch. Best Regards, Ivan Rakov On 04.07.2018 16:26, Andrey Gura wrote: Ivan, I agree to include this fixes into AI 2.6 release. Please, feel free to merge. On Wed, Jul 4, 2018 at 4:08 PM Ivan Rakov wrote: Igniters, Do we still ha

[jira] [Created] (IGNITE-8929) WAL should not disable for the group if none a partition is not assigned to a local node.

2018-07-04 Thread Dmitriy Govorukhin (JIRA)
Dmitriy Govorukhin created IGNITE-8929: -- Summary: WAL should not disable for the group if none a partition is not assigned to a local node. Key: IGNITE-8929 URL: https://issues.apache.org/jira/browse/IGNITE-8

[jira] [Created] (IGNITE-8928) Hanging SQL queries with LOST partitions

2018-07-04 Thread Dmitriy Gladkikh (JIRA)
Dmitriy Gladkikh created IGNITE-8928: Summary: Hanging SQL queries with LOST partitions Key: IGNITE-8928 URL: https://issues.apache.org/jira/browse/IGNITE-8928 Project: Ignite Issue Type:

[GitHub] ignite pull request #4301: IGNITE-8925

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

[jira] [Created] (IGNITE-8927) Hangs when executing an SQL query when there are LOST partitions

2018-07-04 Thread Dmitriy Gladkikh (JIRA)
Dmitriy Gladkikh created IGNITE-8927: Summary: Hangs when executing an SQL query when there are LOST partitions Key: IGNITE-8927 URL: https://issues.apache.org/jira/browse/IGNITE-8927 Project: Ign

RE: IgniteConfiguration, TcpDiscoverySpi, TcpCommunicationSpitimeouts

2018-07-04 Thread Stanislav Lukyanov
Hi, I’ve updated the proposed documentation update with a description of metricsUpdateFrequency and a detailed description of failureDetectionTimeout and clientFailureDetectionTimeout relations. The draft is attached to https://issues.apache.org/jira/browse/IGNITE-7704. It seems that relation

[jira] [Created] (IGNITE-8926) Deadlock in meta data registration

2018-07-04 Thread Mikhail Cherkasov (JIRA)
Mikhail Cherkasov created IGNITE-8926: - Summary: Deadlock in meta data registration Key: IGNITE-8926 URL: https://issues.apache.org/jira/browse/IGNITE-8926 Project: Ignite Issue Type: Bug

Re: Ignite 2.6 emergency release suggestion

2018-07-04 Thread Andrey Gura
Ivan, I agree to include this fixes into AI 2.6 release. Please, feel free to merge. On Wed, Jul 4, 2018 at 4:08 PM Ivan Rakov wrote: > > Igniters, > > Do we still have chance to extend 2.6 scope? > > I propose to include two more tickets into 2.6: > https://issues.apache.org/jira/browse/IGNITE-8

Re: Ignite 2.6 emergency release suggestion

2018-07-04 Thread Ivan Rakov
Igniters, Do we still have chance to extend 2.6 scope? I propose to include two more tickets into 2.6: https://issues.apache.org/jira/browse/IGNITE-8769 https://issues.apache.org/jira/browse/IGNITE-8910 We had data races in our free lists implementation. Fixes prevent possibility of AssertionE

[GitHub] ignite pull request #4304: IGNITE-8801 Change default behaviour of atomic op...

2018-07-04 Thread SomeFire
GitHub user SomeFire opened a pull request: https://github.com/apache/ignite/pull/4304 IGNITE-8801 Change default behaviour of atomic operations inside txs You can merge this pull request into a Git repository by running: $ git pull https://github.com/SomeFire/ignite ignite-88

[GitHub] ignite pull request #4303: IGNITE-8715

2018-07-04 Thread xtern
GitHub user xtern opened a pull request: https://github.com/apache/ignite/pull/4303 IGNITE-8715 You can merge this pull request into a Git repository by running: $ git pull https://github.com/xtern/ignite IGNITE-8715 Alternatively you can review and apply these changes as the

[GitHub] ignite pull request #4082: IGNITE-8628: Expose list of SQL (ODBC\JDBC\Thin) ...

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

[GitHub] ignite pull request #4302: IGNITE-8904 Check rebalance config on consistency

2018-07-04 Thread Jokser
GitHub user Jokser opened a pull request: https://github.com/apache/ignite/pull/4302 IGNITE-8904 Check rebalance config on consistency You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8904 Alternativ

[GitHub] ignite pull request #4301: IGNITE-8925

2018-07-04 Thread devozerov
GitHub user devozerov opened a pull request: https://github.com/apache/ignite/pull/4301 IGNITE-8925 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8925 Alternatively you can review and apply these

[jira] [Created] (IGNITE-8925) SQL: Limit default number of threads for CREATE INDEX to 4

2018-07-04 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-8925: --- Summary: SQL: Limit default number of threads for CREATE INDEX to 4 Key: IGNITE-8925 URL: https://issues.apache.org/jira/browse/IGNITE-8925 Project: Ignite

[GitHub] ignite pull request #4294: Ignite 8910

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

[GitHub] ignite pull request #4300: Ignite 8776:Eviction policy MBeans are never regi...

2018-07-04 Thread kcmvp
GitHub user kcmvp opened a pull request: https://github.com/apache/ignite/pull/4300 Ignite 8776:Eviction policy MBeans are never registered if evictionPolicyFactory is used Please help to review it. Thanks You can merge this pull request into a Git repository by running: $ git

[GitHub] ignite pull request #4299: Ignite 2.4.6.b1

2018-07-04 Thread dkarachentsev
GitHub user dkarachentsev opened a pull request: https://github.com/apache/ignite/pull/4299 Ignite 2.4.6.b1 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2.4.6.b1 Alternatively you can review and

[GitHub] ignite pull request #4297: IGNITE-8669: Added Evaluator and Binary Classific...

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

Re: [ML] Tuning the hyper-parameters of an estimator/evaluator

2018-07-04 Thread Yury Babak
Hi, Alexey. Yes, I think we need it. And if you are ready for this task I created it for you: https://issues.apache.org/jira/browse/IGNITE-8924 Regards, Yury -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

[jira] [Created] (IGNITE-8924) [ML] Parameter Grid for tuning hyper-parameters in Cross-Validation process

2018-07-04 Thread Yury Babak (JIRA)
Yury Babak created IGNITE-8924: -- Summary: [ML] Parameter Grid for tuning hyper-parameters in Cross-Validation process Key: IGNITE-8924 URL: https://issues.apache.org/jira/browse/IGNITE-8924 Project: Igni

Re: Optimistic mode with serializable vs read_committed

2018-07-04 Thread Aleksey Kuznetsov
All optimistic transactions on prepare phase (step 11) create tx instance GridDhtTxLocal. Try to lock keys on this step and if succeed then prepare phase is continued. On this step transaction context got created and keys are put into it for futher committing. Additionally, cluster version is cheke

[GitHub] ignite pull request #4298: Diskload

2018-07-04 Thread devozerov
GitHub user devozerov opened a pull request: https://github.com/apache/ignite/pull/4298 Diskload You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite diskload Alternatively you can review and apply these change

Re: Clusterwide settings validation

2018-07-04 Thread Andrew Medvedev
Hi Nikolay No, we have been beaten by https://issues.apache.org/jira/browse/IGNITE-8904?jql=text%20~%20%22rebalanceThreadPoolSize%22 it is not checked on start Utility I mean check org.apache.ignite.configuration.IgniteConfiguration and children On Wed, Jul 4, 2018 at 10:36 AM, Nikolay Izhikov

Re: Clusterwide settings validation

2018-07-04 Thread Nikolay Izhikov
Hello, Andrew. Can you clarify your question? What checks do you mean, exactly? Do you mean internal Ignite checks or user-provided checks? Ignite checks configuration consistency on node start [1]. Ignite do have consistency check for a joining node. Take a look at [2] and all of it children.

[ML] Tuning the hyper-parameters of an estimator/evaluator

2018-07-04 Thread Alexey Zinoviev
Hi, Igniters, I suggest to add analogue of Parameter Grid from scikit-learn to tune hyper-parameters in Cross-Validation process. Currently, the Ignite ML module has only Cross-Validation support and the user needs to find the best parameters manually in a few while-cycles. Yes, I could do this

[GitHub] ignite pull request #4297: IGNITE-8669: Added Evaluator and Binary Classific...

2018-07-04 Thread zaleslaw
GitHub user zaleslaw opened a pull request: https://github.com/apache/ignite/pull/4297 IGNITE-8669: Added Evaluator and Binary Classification Metrics You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8