Re: Hello, Ignite Community

2018-11-09 Thread Denis Magda
Welcome, Albert! You are in, look forward to your contribution! -- Denis On Thu, Nov 8, 2018 at 10:39 PM Альберт Исхаков wrote: > Hello, Ignite Community! > > My name is Albert Iskhakov. I want to contribute to Apache Ignite and want > to start with this issue [1]. > > JIRA username is aliskhak

Re: Service grid redesign

2018-11-09 Thread Denis Magda
Vyacheslav, What are the cases when the service can be redeployed? Affinity, failure, etc., right. It would be good to list all the cases on the wiki and then our tech writers will get everything documented. -- Denis On Thu, Nov 8, 2018 at 11:06 PM Vyacheslav Daradur wrote: > Denis, > > Servic

[GitHub] ignite pull request #5027: IGNITE-9843 If metadata is not available due to r...

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

[GitHub] ignite pull request #5359: IGNITE-10209 some tests in IgniteExamplesMLTestSu...

2018-11-09 Thread oignatenko
GitHub user oignatenko opened a pull request: https://github.com/apache/ignite/pull/5359 IGNITE-10209 some tests in IgniteExamplesMLTestSuite fail with FileNotFoundException You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridga

[GitHub] ignite pull request #5227: ignite-9970 Local hostname fix

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

[jira] [Created] (IGNITE-10210) SQL: jdbc thin connected to newly started client, misses "old" tables

2018-11-09 Thread Pavel Kuznetsov (JIRA)
Pavel Kuznetsov created IGNITE-10210: Summary: SQL: jdbc thin connected to newly started client, misses "old" tables Key: IGNITE-10210 URL: https://issues.apache.org/jira/browse/IGNITE-10210 Proje

Re: Is it time to move forward to JUnit4 (5)?

2018-11-09 Thread Павлухин Иван
Hi Oleg, I can outline some motivating ideas. There is no agreed solutions yet, but junit4 might help us in reusing existing tests for improving MVCC coverage. Another area is managing RunAll execution time with help of some kind of tests parameterization. Regarding concrete tests changes from my

[jira] [Created] (IGNITE-10209) some tests in IgniteExamplesMLTestSuite fail with FileNotFoundException at SandboxMLCache#fillCacheWith(MLSandboxDatasets)

2018-11-09 Thread Oleg Ignatenko (JIRA)
Oleg Ignatenko created IGNITE-10209: --- Summary: some tests in IgniteExamplesMLTestSuite fail with FileNotFoundException at SandboxMLCache#fillCacheWith(MLSandboxDatasets) Key: IGNITE-10209 URL: https://issues.apa

[GitHub] sergey-chugunov-1985 opened a new pull request #64: New Page for TC Bot: Long Running Tests Report

2018-11-09 Thread GitBox
sergey-chugunov-1985 opened a new pull request #64: New Page for TC Bot: Long Running Tests Report URL: https://github.com/apache/ignite-teamcity-bot/pull/64 This is an automated message from the Apache Git Service. To respo

[jira] [Created] (IGNITE-10208) Verify list of tests after migration to Junit 4 against some prior reference (follow-up to IGNITE-10177)

2018-11-09 Thread Oleg Ignatenko (JIRA)
Oleg Ignatenko created IGNITE-10208: --- Summary: Verify list of tests after migration to Junit 4 against some prior reference (follow-up to IGNITE-10177) Key: IGNITE-10208 URL: https://issues.apache.org/jira/brow

Re: Is it time to move forward to JUnit4 (5)?

2018-11-09 Thread oignatenko
Hi Ivan, That's a very good question. I would say the primary motivation in the task we discuss is to make the change at the minimal cost and risk. Or, as stated in description of IGNITE-10173 "move... gradually, smoothly and safely". With this in mind I would say that main expected benefit is la

[jira] [Created] (IGNITE-10206) Allow specifying query parallelism in CREATE TABLE's WITH "" clause

2018-11-09 Thread Ilya Kasnacheev (JIRA)
Ilya Kasnacheev created IGNITE-10206: Summary: Allow specifying query parallelism in CREATE TABLE's WITH "" clause Key: IGNITE-10206 URL: https://issues.apache.org/jira/browse/IGNITE-10206 Project

[jira] [Created] (IGNITE-10207) Missed loss policy checks

2018-11-09 Thread Dmitriy Govorukhin (JIRA)
Dmitriy Govorukhin created IGNITE-10207: --- Summary: Missed loss policy checks Key: IGNITE-10207 URL: https://issues.apache.org/jira/browse/IGNITE-10207 Project: Ignite Issue Type: Bug

[GitHub] ignite pull request #5021: IGNITE-9930: Split Zookeeper Discovery 2 onto sev...

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

[GitHub] ignite pull request #5358: IGNITE-10073 Ignite NuGet package without embedde...

2018-11-09 Thread kukushal
GitHub user kukushal opened a pull request: https://github.com/apache/ignite/pull/5358 IGNITE-10073 Ignite NuGet package without embedded Ignite JARs You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-1

[GitHub] ignite pull request #5330: IGNITE-9870 GridDhtPartitionsFullMessage#prepareM...

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

[GitHub] ignite pull request #5013: IGNITE-9909 Extract file handle from WAL manager

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

[jira] [Created] (IGNITE-10205) add to utility command - ./control.sh --cache idle_verify --dump abbility to exclude cache from output file

2018-11-09 Thread ARomantsov (JIRA)
ARomantsov created IGNITE-10205: --- Summary: add to utility command - ./control.sh --cache idle_verify --dump abbility to exclude cache from output file Key: IGNITE-10205 URL: https://issues.apache.org/jira/browse/IG

[GitHub] ignite pull request #5357: IGNITE-10167: MVCC-compatible IgniteCache.localEn...

2018-11-09 Thread pavlukhin
GitHub user pavlukhin opened a pull request: https://github.com/apache/ignite/pull/5357 IGNITE-10167: MVCC-compatible IgniteCache.localEntries You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-10167 A

[GitHub] ignite pull request #5356: IGNITE-10196 Change scope of kafka-clients-*-test...

2018-11-09 Thread Max-Pudov
GitHub user Max-Pudov opened a pull request: https://github.com/apache/ignite/pull/5356 IGNITE-10196 Change scope of kafka-clients-*-test dependency to test You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite i

[jira] [Created] (IGNITE-10204) Web Console: Rename "Allow non-collocated joins" checkbox

2018-11-09 Thread Vica Abramova (JIRA)
Vica Abramova created IGNITE-10204: -- Summary: Web Console: Rename "Allow non-collocated joins" checkbox Key: IGNITE-10204 URL: https://issues.apache.org/jira/browse/IGNITE-10204 Project: Ignite

[GitHub] ignite pull request #5316: IGNITE-10151 Fix BinaryMarshallerSelfTest#testDef...

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

[GitHub] ignite pull request #5056: IGNITE-9976

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

[GitHub] ignite pull request #4314: IGNITE-8619 Remote node could not start in ssh co...

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

[GitHub] ololo3000 opened a new pull request #63: IGNITE-10181 [Tc Bot] Add fail-rate handling for test's page

2018-11-09 Thread GitBox
ololo3000 opened a new pull request #63: IGNITE-10181 [Tc Bot] Add fail-rate handling for test's page URL: https://github.com/apache/ignite-teamcity-bot/pull/63 This is an automated message from the Apache Git Service. To re

[jira] [Created] (IGNITE-10203) [TC Bot] Support for alternative configurations for PR testing

2018-11-09 Thread Nikolai Kulagin (JIRA)
Nikolai Kulagin created IGNITE-10203: Summary: [TC Bot] Support for alternative configurations for PR testing Key: IGNITE-10203 URL: https://issues.apache.org/jira/browse/IGNITE-10203 Project: Ign

[GitHub] ignite pull request #5241: IGNITE-10128 Race in read\write cache configurati...

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

Re: Is it time to move forward to JUnit4 (5)?

2018-11-09 Thread oignatenko
Hi Vyacheslav, GridCommonAbstractTest is expected to change too. As pointed in IGNITE-10173 our approach involves all the subclasses of GridAbstractTest - including but not limited to one you mentioned (GridCommonAbstractTest). regards, Oleg -- Sent from: http://apache-ignite-developers.2346

[jira] [Created] (IGNITE-10202) ML: Create a POC of TensorFlow model inference in Java

2018-11-09 Thread Anton Dmitriev (JIRA)
Anton Dmitriev created IGNITE-10202: --- Summary: ML: Create a POC of TensorFlow model inference in Java Key: IGNITE-10202 URL: https://issues.apache.org/jira/browse/IGNITE-10202 Project: Ignite

[jira] [Created] (IGNITE-10201) ML: TensorFlow model inference on Apache Ignite

2018-11-09 Thread Anton Dmitriev (JIRA)
Anton Dmitriev created IGNITE-10201: --- Summary: ML: TensorFlow model inference on Apache Ignite Key: IGNITE-10201 URL: https://issues.apache.org/jira/browse/IGNITE-10201 Project: Ignite Issu