[GitHub] ignite pull request #5466: Ignite 1793 test mass run.

2018-11-22 Thread xtern
Github user xtern closed the pull request at: https://github.com/apache/ignite/pull/5466 ---

Re: [IMPORTANT] Future of Binary Objects

2018-11-22 Thread Vladimir Ozerov
Sergi, I think we should not guess for users what is right or wrong for them. It is up to user to decide what is valid. For example, consider a user who operates on a list of Integers, and to optimize memory consumption he decide to save in the same field either List, or plain Integer in case only

[jira] [Created] (IGNITE-10375) Fix inspection failures

2018-11-22 Thread Ryabov Dmitrii (JIRA)
Ryabov Dmitrii created IGNITE-10375: --- Summary: Fix inspection failures Key: IGNITE-10375 URL: https://issues.apache.org/jira/browse/IGNITE-10375 Project: Ignite Issue Type: Bug

Re: [MTCGA]: new failures in builds [2371886] needs to be handled

2018-11-22 Thread Dmitriy Pavlov
Hi Igor Seliverstov, I can see some test is failed with issue link https://issues.apache.org/jira/browse/IGNITE-10104 Could you please mute test on TC as well? Sincerely, Dmitriy Pavlov чт, 22 нояб. 2018 г. в 07:21, : > Hi Igniters, > > I've detected some new issue on TeamCity to be handled.

[GitHub] ignite pull request #5469: IGNITE-10375 Fix inspection failures

2018-11-22 Thread SomeFire
GitHub user SomeFire opened a pull request: https://github.com/apache/ignite/pull/5469 IGNITE-10375 Fix inspection failures You can merge this pull request into a Git repository by running: $ git pull https://github.com/SomeFire/ignite IGNITE-10375 Alternatively you can revie

[GitHub] ignite pull request #5470: IGNITE-10358

2018-11-22 Thread dmelnichuk
GitHub user dmelnichuk opened a pull request: https://github.com/apache/ignite/pull/5470 IGNITE-10358 Fixes a Collection-related bug in Python thin client. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nobitlost/ignite ignite-10

Re: New API for changing configuration of persistent caches

2018-11-22 Thread Eduard Shangareev
I don't see how you variant handles user-defined objects (factories, affinity-functions, interceptors, etc.). Could you describe? On Thu, Nov 22, 2018 at 10:47 AM Vladimir Ozerov wrote: > My variant of API avoids cache configuration. > > One more thing to note - as we found out control.sh cannot

Re: New API for changing configuration of persistent caches

2018-11-22 Thread Denis Mekhanikov
Guys, I like the idea with the configuration builder more. We could limit the set of properties by providing only modifiable ones in the builder interface. Otherwise only runtime will show whether you tried to modify a proper setting. And if we decide to make another property modifiable, then we w

Re: New API for changing configuration of persistent caches

2018-11-22 Thread Vladimir Ozerov
Ed, We have ~70 properties in CacheConfiguration. ~50 of them are plain, ~20 are custom classes. My variant allows to change plain properties from any platform, and the rest 20 from any platform when user has relevant BinaryType. On Thu, Nov 22, 2018 at 11:30 AM Eduard Shangareev < eduard.shangar

Re: [IMPORTANT] Future of Binary Objects

2018-11-22 Thread Sergi Vladykin
If we are developing a product for users, we already guessing what is right and what is wrong for them. So let's avoid these sophistic statements. In the end it is always our responsibility to provide a balanced set of trade-offs between usability, performance and safety. Let me repeat, I'm not a

[GitHub] ignite pull request #5471: IGNITE-10216: disable sort annotations in inspect...

2018-11-22 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request: https://github.com/apache/ignite/pull/5471 IGNITE-10216: disable sort annotations in inspection config You can merge this pull request into a Git repository by running: $ git pull https://github.com/Mmuzaf/ignite ignite-10216 Alternat

Re: proposed realization KILL QUERY command

2018-11-22 Thread Denis Mekhanikov
Actually, option with separate parameters was mentioned in another thread http://apache-ignite-developers.2346864.n4.nabble.com/proposed-design-for-thin-client-SQL-management-and-monitoring-view-running-queries-and-kill-it-tp37713p38056.html Denis чт, 22 нояб. 2018 г. в 08:51, Vladimir Ozerov :

[GitHub] ignite pull request #5472: -

2018-11-22 Thread daradurvs
GitHub user daradurvs opened a pull request: https://github.com/apache/ignite/pull/5472 - You can merge this pull request into a Git repository by running: $ git pull https://github.com/daradurvs/ignite ignite-9023 Alternatively you can review and apply these changes as the p

[GitHub] ignite pull request #5076: IGNITE-9171 Use lazy mode with results pre-fetch

2018-11-22 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at: https://github.com/apache/ignite/pull/5076 ---

[jira] [Created] (IGNITE-10376) NPE during invocation from cache

2018-11-22 Thread Ivan Fedotov (JIRA)
Ivan Fedotov created IGNITE-10376: - Summary: NPE during invocation from cache Key: IGNITE-10376 URL: https://issues.apache.org/jira/browse/IGNITE-10376 Project: Ignite Issue Type: Test

[GitHub] ignite pull request #5473: IGNITE-9171 Use lazy mode for default

2018-11-22 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request: https://github.com/apache/ignite/pull/5473 IGNITE-9171 Use lazy mode for default You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9171 Alternative

[GitHub] ignite pull request #5353: IGNITE-10047: Wrong MVCC coordinator assignment w...

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

[GitHub] ignite pull request #5461: IGNITE-10370: Fix TensorFlowLocalInferenceExample...

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

[GitHub] ignite pull request #5474: IGNITE-10050: MVCC: Create "Cache 5" test suite f...

2018-11-22 Thread AMashenkov
GitHub user AMashenkov opened a pull request: https://github.com/apache/ignite/pull/5474 IGNITE-10050: MVCC: Create "Cache 5" test suite for MVCC mode. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite

[jira] [Created] (IGNITE-10377) MVCC: Incorrect exception is thrown if no data nodes found for a partition.

2018-11-22 Thread Andrew Mashenkov (JIRA)
Andrew Mashenkov created IGNITE-10377: - Summary: MVCC: Incorrect exception is thrown if no data nodes found for a partition. Key: IGNITE-10377 URL: https://issues.apache.org/jira/browse/IGNITE-10377

[GitHub] ignite pull request #5475: IGNIE-10339 Skip index partition file integrity c...

2018-11-22 Thread ivandasch
GitHub user ivandasch opened a pull request: https://github.com/apache/ignite/pull/5475 IGNIE-10339 Skip index partition file integrity check for in-memory caches. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ig

[GitHub] dspavlov opened a new pull request #79: IGNITE-10372: Optimize master trends page, fast fix

2018-11-22 Thread GitBox
dspavlov opened a new pull request #79: IGNITE-10372: Optimize master trends page, fast fix URL: https://github.com/apache/ignite-teamcity-bot/pull/79 This is an automated message from the Apache Git Service. To respond to t

[jira] [Created] (IGNITE-10378) MVCC TX: Possible race on MVCC coordinator reassignment

2018-11-22 Thread Igor Seliverstov (JIRA)
Igor Seliverstov created IGNITE-10378: - Summary: MVCC TX: Possible race on MVCC coordinator reassignment Key: IGNITE-10378 URL: https://issues.apache.org/jira/browse/IGNITE-10378 Project: Ignite

[GitHub] asfgit closed pull request #79: IGNITE-10372: Optimize master trends page, fast fix

2018-11-22 Thread GitBox
asfgit closed pull request #79: IGNITE-10372: Optimize master trends page, fast fix URL: https://github.com/apache/ignite-teamcity-bot/pull/79 This is an automated message from the Apache Git Service. To respond to the messa

How to deprecate unused Ignite's system property properly? (IGNITE-7441 Drop IGNITE_SERVICES_COMPATIBILITY_MODE system property)

2018-11-22 Thread Vyacheslav Daradur
Hi, Igniters! Here is Jira issue [1] to drop one of Ignite's system property "IGNITE_SERVICES_COMPATIBILITY_MODE" because it is not used. I looked through git history and related Jira issues, the common conclusions: - the property was introduced in Ignite 1.7 within the task [2] to use LazyServic

[GitHub] ignite pull request #5476: IGNITE-10323 Contol utility --deactivate on non-a...

2018-11-22 Thread vldpyatkov
GitHub user vldpyatkov opened a pull request: https://github.com/apache/ignite/pull/5476 IGNITE-10323 Contol utility --deactivate on non-activate cluster prod… …use NPE and handler stop nodes You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] ignite pull request #5477: IGNITE-8558 Provide an opportunity to stop grids ...

2018-11-22 Thread Rodion4ik
GitHub user Rodion4ik opened a pull request: https://github.com/apache/ignite/pull/5477 IGNITE-8558 Provide an opportunity to stop grids and cancel tasks after execution all tests Add method to class GridAbstractTest Add new boolean method "isWillJobsCancelled()" which can be ov

[GitHub] ignite pull request #5478: IGNITE-10365: MVCC: Create "Cache 6" test suite f...

2018-11-22 Thread AMashenkov
GitHub user AMashenkov opened a pull request: https://github.com/apache/ignite/pull/5478 IGNITE-10365: MVCC: Create "Cache 6" test suite for MVCC mode. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite

[GitHub] ignite pull request #5479: IGNITE-10329: query and query-join benchmarks for...

2018-11-22 Thread pavel-kuznetsov
GitHub user pavel-kuznetsov opened a pull request: https://github.com/apache/ignite/pull/5479 IGNITE-10329: query and query-join benchmarks for Ignite, Postgresql and Mysql You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgai

Re: Improve lazy mode SQL query execution (IGNITE-9171)

2018-11-22 Thread Taras Ledkov
Hi, Lets discuss changes of Ignite public interface relates to retry SQL queries. Should we add new public exception (.e.g: `QueryRetryException`) for cache SQL API and special vendor error code to SQLException for JDBC? 21.11.2018 16:32, Vladimir Ozerov пишет: Hi Taras, Unfortunately, th

[jira] [Created] (IGNITE-10379) SQL: Extract partition info from BETWEEN and range conditions for integer types

2018-11-22 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-10379: Summary: SQL: Extract partition info from BETWEEN and range conditions for integer types Key: IGNITE-10379 URL: https://issues.apache.org/jira/browse/IGNITE-10379

Re: How to deprecate unused Ignite's system property properly? (IGNITE-7441 Drop IGNITE_SERVICES_COMPATIBILITY_MODE system property)

2018-11-22 Thread Denis Mekhanikov
Vyacheslav, You are right. This property is not used anywhere, so you can safely remove it. I don't think, there is any need in deprecation. You can just go ahead and drop it, since it doesn't have any effect. Denis чт, 22 нояб. 2018 г. в 15:47, Vyacheslav Daradur : > Hi, Igniters! > > Here is

[GitHub] dspavlov opened a new pull request #80: IGNITE-10372 Step 2 In memory caching of build statistics, don't loading tests for composite

2018-11-22 Thread GitBox
dspavlov opened a new pull request #80: IGNITE-10372 Step 2 In memory caching of build statistics, don't loading tests for composite URL: https://github.com/apache/ignite-teamcity-bot/pull/80 This is an automated message fro

[GitHub] ignite pull request #5480: Ignite 2.7 master

2018-11-22 Thread alamar
GitHub user alamar opened a pull request: https://github.com/apache/ignite/pull/5480 Ignite 2.7 master You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2.7-master Alternatively you can review and app

[GitHub] asfgit closed pull request #80: IGNITE-10372 Step 2 In memory caching of build statistics, don't loading tests for composite

2018-11-22 Thread GitBox
asfgit closed pull request #80: IGNITE-10372 Step 2 In memory caching of build statistics, don't loading tests for composite URL: https://github.com/apache/ignite-teamcity-bot/pull/80 This is an automated message from the Ap

[GitHub] ignite pull request #5352: IGNITE-10194: ZookeeperDiscoverySpiTest fails on ...

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

[jira] [Created] (IGNITE-10381) U.doInParallel can terminate early due to an error in batch processing

2018-11-22 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-10381: - Summary: U.doInParallel can terminate early due to an error in batch processing Key: IGNITE-10381 URL: https://issues.apache.org/jira/browse/IGNITE-10381 Pr

[jira] [Created] (IGNITE-10380) [ML] Drop Multi-label Classification for Logistic Regression and SVM

2018-11-22 Thread Aleksey Zinoviev (JIRA)
Aleksey Zinoviev created IGNITE-10380: - Summary: [ML] Drop Multi-label Classification for Logistic Regression and SVM Key: IGNITE-10380 URL: https://issues.apache.org/jira/browse/IGNITE-10380 Proj

[GitHub] ignite pull request #5481: IGNITE-9145: Added EncodingSortingStrategy

2018-11-22 Thread zaleslaw
GitHub user zaleslaw opened a pull request: https://github.com/apache/ignite/pull/5481 IGNITE-9145: Added EncodingSortingStrategy You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9145 Alternatively y

[GitHub] ignite pull request #5369: IGNITE-10174 migrate examples tests from Junit 3 ...

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

[GitHub] ignite pull request #5482: IGNITE-7441 Drop IGNITE_SERVICES_COMPATIBILITY_MO...

2018-11-22 Thread daradurvs
GitHub user daradurvs opened a pull request: https://github.com/apache/ignite/pull/5482 IGNITE-7441 Drop IGNITE_SERVICES_COMPATIBILITY_MODE system property You can merge this pull request into a Git repository by running: $ git pull https://github.com/daradurvs/ignite ignite-7

[GitHub] ignite pull request #5483: IGNITE-10381 Fixed U.doInParallel early terminati...

2018-11-22 Thread agoncharuk
GitHub user agoncharuk opened a pull request: https://github.com/apache/ignite/pull/5483 IGNITE-10381 Fixed U.doInParallel early termination You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-10381 Alt

[GitHub] ignite pull request #5484: IGNITE-10272: Inject learning environment into sc...

2018-11-22 Thread artemmalykh
GitHub user artemmalykh opened a pull request: https://github.com/apache/ignite/pull/5484 IGNITE-10272: Inject learning environment into scope of dataset compute task. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apa

[GitHub] ignite pull request #5460: IGNITE-10191 Incorrect comparison of lists in Ren...

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

[GitHub] ignite pull request #4882: IGNITE-9754 Increase timeout waiting for commitLa...

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

[GitHub] ignite pull request #5469: IGNITE-10375 Fix inspection failures

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

[jira] [Created] (IGNITE-10382) [ML] Move datasets from example to ml module

2018-11-22 Thread Yury Babak (JIRA)
Yury Babak created IGNITE-10382: --- Summary: [ML] Move datasets from example to ml module Key: IGNITE-10382 URL: https://issues.apache.org/jira/browse/IGNITE-10382 Project: Ignite Issue Type: Imp

[GitHub] ignite pull request #5450: IGNITE-10298 Cover possible deadlock in case of c...

2018-11-22 Thread Jokser
Github user Jokser closed the pull request at: https://github.com/apache/ignite/pull/5450 ---

[jira] [Created] (IGNITE-10383) Partition Full message finished info printed out in logs after full message sent info

2018-11-22 Thread Max Shonichev (JIRA)
Max Shonichev created IGNITE-10383: -- Summary: Partition Full message finished info printed out in logs after full message sent info Key: IGNITE-10383 URL: https://issues.apache.org/jira/browse/IGNITE-10383

[jira] [Created] (IGNITE-10384) Stop caches in parallel

2018-11-22 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10384: --- Summary: Stop caches in parallel Key: IGNITE-10384 URL: https://issues.apache.org/jira/browse/IGNITE-10384 Project: Ignite Issue Type: Improvement

[jira] [Created] (IGNITE-10385) NPE in CachePartitionPartialCountersMap.toString

2018-11-22 Thread Anton Kurbanov (JIRA)
Anton Kurbanov created IGNITE-10385: --- Summary: NPE in CachePartitionPartialCountersMap.toString Key: IGNITE-10385 URL: https://issues.apache.org/jira/browse/IGNITE-10385 Project: Ignite Iss

[GitHub] dspavlov opened a new pull request #81: IGNITE-10372 Optimize master trends page step 3: Tests migrated to new concept

2018-11-22 Thread GitBox
dspavlov opened a new pull request #81: IGNITE-10372 Optimize master trends page step 3: Tests migrated to new concept URL: https://github.com/apache/ignite-teamcity-bot/pull/81 This is an automated message from the Apache

[GitHub] ignite pull request #4768: IGNITE-9610 IgniteStandByClusterTest.testSimple i...

2018-11-22 Thread ibessonov
Github user ibessonov closed the pull request at: https://github.com/apache/ignite/pull/4768 ---

[jira] [Created] (IGNITE-10386) Add mode when WAL won't be disabled during rebalancing caused by BLT change

2018-11-22 Thread Ivan Rakov (JIRA)
Ivan Rakov created IGNITE-10386: --- Summary: Add mode when WAL won't be disabled during rebalancing caused by BLT change Key: IGNITE-10386 URL: https://issues.apache.org/jira/browse/IGNITE-10386 Project:

[jira] [Created] (IGNITE-10387) Enable IgniteNodeAttributes#ATTR_MACS_OVERRIDE attribute in basic TC suites

2018-11-22 Thread Ivan Rakov (JIRA)
Ivan Rakov created IGNITE-10387: --- Summary: Enable IgniteNodeAttributes#ATTR_MACS_OVERRIDE attribute in basic TC suites Key: IGNITE-10387 URL: https://issues.apache.org/jira/browse/IGNITE-10387 Project:

Re: Thin clients all in one

2018-11-22 Thread Dmitry Melnichuk
Stepan, Thank you for your great job in evaluating Python thin client, as well as other thin clients. There was indeed a bug in Python client regarding the handling of type hints in Collection type. I created a fix and did a PR under IGNITE-10358 task, but the same PR is also fixes the probl

[jira] [Created] (IGNITE-10388) Prevent Ignite from "dying" if first attempt to join the cluster failed

2018-11-22 Thread Sergey Karpushin (JIRA)
Sergey Karpushin created IGNITE-10388: - Summary: Prevent Ignite from "dying" if first attempt to join the cluster failed Key: IGNITE-10388 URL: https://issues.apache.org/jira/browse/IGNITE-10388 P

[MTCGA]: new failures in builds [2381922] needs to be handled

2018-11-22 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. If your changes can lead to this failure(s): We're grateful that you were a volunteer to make the contribution to this project, but things change and you may no longer be able to finalize

[MTCGA]: new failures in builds [2381990] needs to be handled

2018-11-22 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. If your changes can lead to this failure(s): We're grateful that you were a volunteer to make the contribution to this project, but things change and you may no longer be able to finalize

[MTCGA]: new failures in builds [2381995] needs to be handled

2018-11-22 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. If your changes can lead to this failure(s): We're grateful that you were a volunteer to make the contribution to this project, but things change and you may no longer be able to finalize

[MTCGA]: new failures in builds [2381993] needs to be handled

2018-11-22 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. If your changes can lead to this failure(s): We're grateful that you were a volunteer to make the contribution to this project, but things change and you may no longer be able to finalize

[MTCGA]: new failures in builds [2381936] needs to be handled

2018-11-22 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. If your changes can lead to this failure(s): We're grateful that you were a volunteer to make the contribution to this project, but things change and you may no longer be able to finalize

[MTCGA]: new failures in builds [2381981] needs to be handled

2018-11-22 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. If your changes can lead to this failure(s): We're grateful that you were a volunteer to make the contribution to this project, but things change and you may no longer be able to finalize

Re: proposed realization KILL QUERY command

2018-11-22 Thread Павлухин Иван
Hi, May be I am a little bit late with my thoughts about a command syntax. How do I see it is going to be used: 1. A user is able to kill a query by unique id belonging only to this query. 2. A user is able to kill all queries started by a specific node. For killing a single query we must identify

Re: Rename "cache group" to "tablespace"?

2018-11-22 Thread Павлухин Иван
Hi Vladimir, How do you see a default tablespace configuration in the "bright" future? Is it going to be a single file for an Ignite instance? In what cases will be there benefits to explicitly configure additional tablespaces? By the way was the name "tablespace" hand-crafted or it was it borrowe