Re: Plugins in tests

2018-09-06 Thread Alex Plehanov
Hello Maxim, I miss this conversation and ticket when implementing PageMemory tracker plugin. By default, it's disabled (every method do nothing), but plugin instance created anyway. If we want to get clear Ignite instances in the testing framework in the core module, PageMemory tracker plugin al

Re: AI 2.7 Documentation Scope

2018-09-06 Thread Denis Magda
A full list of doc tickets can be retrieved with the following filter in JIRA: project = Ignite AND component = documentation AND fixVersion = 2.7 AND status not in (Resolved, Closed) -- Denis On Thu, Sep 6, 2018 at 11:27 PM Denis Magda wrote: > Igniters, > > I've put together a page with the

AI 2.7 Documentation Scope

2018-09-06 Thread Denis Magda
Igniters, I've put together a page with the most prominent capabilities that have to be on our radar and must be documented *prior* to the release. Expand it if anything is missing: https://cwiki.apache.org/confluence/display/IGNITE/Required+Docs A full list of doc tickets can be retrieved with t

Re: Bots on dev list

2018-09-06 Thread Alexey Kuznetsov
Dmitriy, How about to change e-mail subject from *[MTCGA]: new failures in builds [n] needs to be handled* to *[MTCGA]: new failures in builds needs to be handled* ? If subject will be the same it will not produce lots of threads on dev list and it will be a single thread. What do you think?

.Net MethodVisitor ambiguous exception during get StringMethod "Contains"

2018-09-06 Thread Tâm Nguyễn Mạnh
Hi, There are more than 1 Contains method for string, that lead into Ambiguous exception modules\platforms\dotnet\Apache.Ignite.Linq\Impl\MethodVisitor.cs:57 ``` C# GetStringMethod("Contains", del: (e, v) => VisitSqlLike(e, v, "'%' || ? || '%'")), ``` I think it should be: ``` C# GetStringMethod

Re: IGNITE-7482 Cursor in TextQuery fetches all data in first call to next() or hasNext()

2018-09-06 Thread Tâm Nguyễn Mạnh
modules\indexing\src\main\java\org\apache\ignite\internal\processors\query\h2\opt\GridLuceneIndex.java ```java /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information re

IGNITE-7482 Cursor in TextQuery fetches all data in first call to next() or hasNext()

2018-09-06 Thread Tâm Nguyễn Mạnh
Hi, I tried to implement iterator for GridLuceneInde, could you please help to review ? -- Thanks & Best Regards Tam, Nguyen Manh

Support TextQuery for ThinClient

2018-09-06 Thread Tâm Nguyễn Mạnh
Hi, Is there any plan about support TextQuery for ThinClient ? -- Thanks & Best Regards Tam, Nguyen Manh

Re: Thin Client lib: Python

2018-09-06 Thread Prachi Garg
Thanks Dmitry! On Wed, Sep 5, 2018 at 11:59 PM, Dmitry Melnichuk < dmitry.melnic...@nobitlost.com> wrote: > Hello, Prachi! > > The section is a hand-written .rst-file, which contains links to some > content, generated from code with `sphinx-apidoc`. > > All autogenerated content resides in `sourc

Can not gather default cluster on localhost

2018-09-06 Thread Dmitry Melnichuk
Hello igniters! I am again in need of your mighty helping hand. Recently I experienced a strange bug. It may be a fresh regression, or maybe I myself did something wrong. It would be great if someone looked into this matter. I have a need of testing some things in my client against a cluster

[GitHub] ignite pull request #4701: Ignite 2.5.1 p12 forcekey

2018-09-06 Thread ascherbakoff
GitHub user ascherbakoff opened a pull request: https://github.com/apache/ignite/pull/4701 Ignite 2.5.1 p12 forcekey You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2.5.1-p12-forcekey Alternatively

Re: [ML] PR for ml-starter task IGNITE-9285

2018-09-06 Thread Alexey Zinoviev
@ybabak Could you please look at this ticket and run builds? -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

Re: [ML] IGNITE-9282 task

2018-09-06 Thread Alexey Zinoviev
Great, go ahead, look at the ticket description to be on the same page with other contributors. 2018-09-06 20:18 GMT+03:00 Ravil Galeyev : > Hi Team, > > I've taken IGNITE-9282 > I'm going to implement Naive Bayes classifier. > > Best regards, >

[ML] IGNITE-9282 task

2018-09-06 Thread Ravil Galeyev
Hi Team, I've taken IGNITE-9282 I'm going to implement Naive Bayes classifier. Best regards, Ravil

[jira] [Created] (IGNITE-9489) CorruptedTreeException on index create.

2018-09-06 Thread Igor Seliverstov (JIRA)
Igor Seliverstov created IGNITE-9489: Summary: CorruptedTreeException on index create. Key: IGNITE-9489 URL: https://issues.apache.org/jira/browse/IGNITE-9489 Project: Ignite Issue Type:

Re: Plugins in tests

2018-09-06 Thread Maxim Muzafarov
Folks, I've found another plugin - `PageMemory tracker plugin 1.0`. It contains `IGNITE_ENABLE_PAGE_MEMORY_TRACKER` which is `false` by default, so it doesn't participate in current tests. But I think we should also move it to `extdata` module too. Am I right? Should we update JIRA [1] descriptio

[GitHub] ignite pull request #4700: IGNITE-9212 Uncomment or explain various commente...

2018-09-06 Thread alamar
GitHub user alamar opened a pull request: https://github.com/apache/ignite/pull/4700 IGNITE-9212 Uncomment or explain various commented out tests. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9212

[jira] [Created] (IGNITE-9488) GridSpringCacheManagerMultiJvmSelfTest#testSyncCache test hangs

2018-09-06 Thread Mikhail Cherkasov (JIRA)
Mikhail Cherkasov created IGNITE-9488: - Summary: GridSpringCacheManagerMultiJvmSelfTest#testSyncCache test hangs Key: IGNITE-9488 URL: https://issues.apache.org/jira/browse/IGNITE-9488 Project: Ig

[GitHub] ignite pull request #4699: IGNITE-9482: added correct setters and getters fo...

2018-09-06 Thread zaleslaw
GitHub user zaleslaw opened a pull request: https://github.com/apache/ignite/pull/4699 IGNITE-9482: added correct setters and getters for all main trainers You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ig

[GitHub] ignite pull request #4437: IGNITE-9084 Fix WAL rebalance iterator exception

2018-09-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4437 ---

[jira] [Created] (IGNITE-9487) REST: getall can only output keys as scalars

2018-09-06 Thread Ilya Kasnacheev (JIRA)
Ilya Kasnacheev created IGNITE-9487: --- Summary: REST: getall can only output keys as scalars Key: IGNITE-9487 URL: https://issues.apache.org/jira/browse/IGNITE-9487 Project: Ignite Issue Typ

[jira] [Created] (IGNITE-9486) JobStealing doesn't work with affinityRun

2018-09-06 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-9486: - Summary: JobStealing doesn't work with affinityRun Key: IGNITE-9486 URL: https://issues.apache.org/jira/browse/IGNITE-9486 Project: Ignite Issue Ty

[GitHub] ignite pull request #4698: TC run temp test.

2018-09-06 Thread xtern
GitHub user xtern opened a pull request: https://github.com/apache/ignite/pull/4698 TC run temp test. You can merge this pull request into a Git repository by running: $ git pull https://github.com/xtern/ignite IGNITE-9015 Alternatively you can review and apply these changes

[jira] [Created] (IGNITE-9485) Update documentation for ScanQuery with setLocal flag

2018-09-06 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-9485: Summary: Update documentation for ScanQuery with setLocal flag Key: IGNITE-9485 URL: https://issues.apache.org/jira/browse/IGNITE-9485 Project: Ignite

[GitHub] ignite pull request #4697: IGNITE-9298 control.sh does not support SSL

2018-09-06 Thread a-polyakov
GitHub user a-polyakov opened a pull request: https://github.com/apache/ignite/pull/4697 IGNITE-9298 control.sh does not support SSL Signed-off-by: a-polyakov You can merge this pull request into a Git repository by running: $ git pull https://github.com/a-polyakov/ignite IGNI

[GitHub] ignite pull request #4695: GG-14173 Utilities doesn't work with SSL connecto...

2018-09-06 Thread a-polyakov
Github user a-polyakov closed the pull request at: https://github.com/apache/ignite/pull/4695 ---

[GitHub] ignite pull request #4696: IGNITE-9483 JDBC/ODBC thin drivers protocol versi...

2018-09-06 Thread gvvinblade
GitHub user gvvinblade opened a pull request: https://github.com/apache/ignite/pull/4696 IGNITE-9483 JDBC/ODBC thin drivers protocol versions compatibility You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ig

[jira] [Created] (IGNITE-9484) MVCC TX: Handling transactions from multiple threads in jdbc requests handler.

2018-09-06 Thread Roman Kondakov (JIRA)
Roman Kondakov created IGNITE-9484: -- Summary: MVCC TX: Handling transactions from multiple threads in jdbc requests handler. Key: IGNITE-9484 URL: https://issues.apache.org/jira/browse/IGNITE-9484 Pr

[jira] [Created] (IGNITE-9483) JDBC/ODBC thin drivers protocol versions compatibility

2018-09-06 Thread Igor Seliverstov (JIRA)
Igor Seliverstov created IGNITE-9483: Summary: JDBC/ODBC thin drivers protocol versions compatibility Key: IGNITE-9483 URL: https://issues.apache.org/jira/browse/IGNITE-9483 Project: Ignite

Critical worker threads liveness checking drawbacks

2018-09-06 Thread Andrey Kuznetsov
Igniters, Currently, we have a nearly completed implementation for system-critical threads liveness checking [1], in terms of IEP-14 [2] and IEP-5 [3]. In a nutshell, system-critical threads monitor each other and checks for two aspects: - whether a thread is alive; - whether a thread is active, i

[jira] [Created] (IGNITE-9482) [ML] Refactor all trainers' settters to withFieldName format for meta-algorithms

2018-09-06 Thread Aleksey Zinoviev (JIRA)
Aleksey Zinoviev created IGNITE-9482: Summary: [ML] Refactor all trainers' settters to withFieldName format for meta-algorithms Key: IGNITE-9482 URL: https://issues.apache.org/jira/browse/IGNITE-9482

[GitHub] ignite pull request #4691: IGNITE-9479 Fixed spontaneous rebalance during ca...

2018-09-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4691 ---

[GitHub] ignite pull request #4695: GG-14173 Utilities doesn't work with SSL connecto...

2018-09-06 Thread a-polyakov
GitHub user a-polyakov opened a pull request: https://github.com/apache/ignite/pull/4695 GG-14173 Utilities doesn't work with SSL connector configuration You can merge this pull request into a Git repository by running: $ git pull https://github.com/a-polyakov/ignite ignite-gg

[GitHub] ignite pull request #4694: SchemaExchangeSelfTest added correct IP finder

2018-09-06 Thread agoncharuk
GitHub user agoncharuk opened a pull request: https://github.com/apache/ignite/pull/4694 SchemaExchangeSelfTest added correct IP finder You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-scexch Alterna

[GitHub] SomeFire closed pull request #4: IGNITE-9376 Create table with critical failures

2018-09-06 Thread GitBox
SomeFire closed pull request #4: IGNITE-9376 Create table with critical failures URL: https://github.com/apache/ignite-teamcity-bot/pull/4 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is

Re: Possible problems with closing AsyncFileIO

2018-09-06 Thread Maxim Muzafarov
Sergey, Nikolay Looks like the channel is not closing properly in case of an exception thrown. We have an active issue `Methods may fail to close the stream in core module` [1] for other similar cases. Maybe we should fix it there? [1] https://issues.apache.org/jira/browse/IGNITE-9165 On Tue, 4

[jira] [Created] (IGNITE-9481) Force checkpoint after CacheStore.loadCache is complete

2018-09-06 Thread Ilya Kasnacheev (JIRA)
Ilya Kasnacheev created IGNITE-9481: --- Summary: Force checkpoint after CacheStore.loadCache is complete Key: IGNITE-9481 URL: https://issues.apache.org/jira/browse/IGNITE-9481 Project: Ignite

[GitHub] ignite pull request #4693: IGNITE-9452 Correct test after merging IGNITE-655...

2018-09-06 Thread ivandasch
GitHub user ivandasch opened a pull request: https://github.com/apache/ignite/pull/4693 IGNITE-9452 Correct test after merging IGNITE-6552. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9452 Alter

[jira] [Created] (IGNITE-9480) SQL: Introduce H2 LocalResult factory

2018-09-06 Thread Taras Ledkov (JIRA)
Taras Ledkov created IGNITE-9480: Summary: SQL: Introduce H2 LocalResult factory Key: IGNITE-9480 URL: https://issues.apache.org/jira/browse/IGNITE-9480 Project: Ignite Issue Type: Improvemen

[GitHub] ignite pull request #4414: IGNITE-8915: Check moved to GridQueryProcessor. C...

2018-09-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4414 ---

[GitHub] ignite pull request #4545: IGNITE-9093 IgniteDbPutGetWithCacheStoreTest fail...

2018-09-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4545 ---

[GitHub] ignite pull request #4681: IGNITE-9422 Fixed NPE on clients when new binary ...

2018-09-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4681 ---

[GitHub] ignite pull request #4692: IGNITE-8552 implemented

2018-09-06 Thread SGrimstad
GitHub user SGrimstad opened a pull request: https://github.com/apache/ignite/pull/4692 IGNITE-8552 implemented You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite IGNITE-8552 Alternatively you can review and

[GitHub] ignite pull request #4448: IGNITE-8936 Remove AffinityAssignment#clientEvent...

2018-09-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4448 ---

[GitHub] ignite pull request #4691: IGNITE-9479 Fixed spontaneous rebalance during ca...

2018-09-06 Thread agoncharuk
GitHub user agoncharuk opened a pull request: https://github.com/apache/ignite/pull/4691 IGNITE-9479 Fixed spontaneous rebalance during cache start …ed logging level You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apach

[jira] [Created] (IGNITE-9479) Spontaneous rebalance may be triggered after a cache start

2018-09-06 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-9479: Summary: Spontaneous rebalance may be triggered after a cache start Key: IGNITE-9479 URL: https://issues.apache.org/jira/browse/IGNITE-9479 Project: Ignite

[GitHub] ignite pull request #4670: IGNITE-9412: GDB convergence by error support

2018-09-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4670 ---

[GitHub] zzzadruga commented on a change in pull request #3: IGNITE-9333 Add statistics page

2018-09-06 Thread GitBox
zzzadruga commented on a change in pull request #3: IGNITE-9333 Add statistics page URL: https://github.com/apache/ignite-teamcity-bot/pull/3#discussion_r215550903 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/tcmodel/result/issues/IssueRef.java ##

[jira] [Created] (IGNITE-9478) SQL: throw reducer retry error

2018-09-06 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-9478: --- Summary: SQL: throw reducer retry error Key: IGNITE-9478 URL: https://issues.apache.org/jira/browse/IGNITE-9478 Project: Ignite Issue Type: Task

[GitHub] zzzadruga commented on a change in pull request #3: IGNITE-9333 Add statistics page

2018-09-06 Thread GitBox
zzzadruga commented on a change in pull request #3: IGNITE-9333 Add statistics page URL: https://github.com/apache/ignite-teamcity-bot/pull/3#discussion_r215547228 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/IgnitePersistentTeamcity.java ## @@ -2

[jira] [Created] (IGNITE-9477) Enhance dropdown with facilty to behave in "no options" case

2018-09-06 Thread Alexander Kalinin (JIRA)
Alexander Kalinin created IGNITE-9477: - Summary: Enhance dropdown with facilty to behave in "no options" case Key: IGNITE-9477 URL: https://issues.apache.org/jira/browse/IGNITE-9477 Project: Ignit