[GitHub] [ignite] anton-vinogradov merged pull request #8519: IGNITE-13778: fix startup_timeout_sec on discovery_test.py

2020-12-01 Thread GitBox
anton-vinogradov merged pull request #8519: URL: https://github.com/apache/ignite/pull/8519 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [ignite] anton-vinogradov commented on a change in pull request #8517: IGNITE-13446

2020-12-01 Thread GitBox
anton-vinogradov commented on a change in pull request #8517: URL: https://github.com/apache/ignite/pull/8517#discussion_r533166625 ## File path: modules/ducktests/tests/ignitetest/services/utils/templates/log4j.xml.j2 ## @@ -1,8 +1,6 @@ -http://logging.apache.org/log4j/1.2/

[GitHub] [ignite] zaleslaw commented on a change in pull request #8489: IGNITE-13714 [ML]: Add catboost inference integration

2020-12-01 Thread GitBox
zaleslaw commented on a change in pull request #8489: URL: https://github.com/apache/ignite/pull/8489#discussion_r533192239 ## File path: modules/ml/catboost-model-parser/src/main/java/org/apache/ignite/ml/catboost/CatboostClassificationModel.java ## @@ -0,0 +1,77 @@ +/* + * L

[GitHub] [ignite] asfgit closed pull request #8510: IGNITE-13765 Incorrect work of predicates (< and >) in where clause with compound primary key

2020-12-01 Thread GitBox
asfgit closed pull request #8510: URL: https://github.com/apache/ignite/pull/8510 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [ignite] nizhikov commented on a change in pull request #8509: IGNITE-10075 .NET: Avoid binary configurations of Ignite Java service params

2020-12-01 Thread GitBox
nizhikov commented on a change in pull request #8509: URL: https://github.com/apache/ignite/pull/8509#discussion_r533226059 ## File path: modules/core/src/main/java/org/apache/ignite/internal/MarshallerContextImpl.java ## @@ -368,12 +369,27 @@ public void onMappingAccepted(fin

[GitHub] [ignite] zaleslaw commented on a change in pull request #8466: IGNITE-13713 [ML]: Add target encoding preprocessor

2020-12-01 Thread GitBox
zaleslaw commented on a change in pull request #8466: URL: https://github.com/apache/ignite/pull/8466#discussion_r533216362 ## File path: modules/ml/src/test/java/org/apache/ignite/ml/preprocessing/encoding/TargetEncoderPreprocessorTest.java ## @@ -0,0 +1,90 @@ +/* + * License

[GitHub] [ignite] nizhikov commented on a change in pull request #8509: IGNITE-10075 .NET: Avoid binary configurations of Ignite Java service params

2020-12-01 Thread GitBox
nizhikov commented on a change in pull request #8509: URL: https://github.com/apache/ignite/pull/8509#discussion_r533248278 ## File path: modules/core/src/main/java/org/apache/ignite/internal/processors/platform/binary/PlatformBinaryProcessor.java ## @@ -126,16 +128,28 @@ publ

[GitHub] [ignite] AMashenkov merged pull request #8495: IGNITE-13756: Fix node crash if incorrect SQL query fails.

2020-12-01 Thread GitBox
AMashenkov merged pull request #8495: URL: https://github.com/apache/ignite/pull/8495 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [ignite] ptupitsyn commented on a change in pull request #8509: IGNITE-10075 .NET: Avoid binary configurations of Ignite Java service params

2020-12-01 Thread GitBox
ptupitsyn commented on a change in pull request #8509: URL: https://github.com/apache/ignite/pull/8509#discussion_r533261346 ## File path: modules/core/src/main/java/org/apache/ignite/internal/processors/platform/binary/PlatformBinaryProcessor.java ## @@ -126,16 +128,28 @@ pub

[GitHub] [ignite] nizhikov commented on a change in pull request #8509: IGNITE-10075 .NET: Avoid binary configurations of Ignite Java service params

2020-12-01 Thread GitBox
nizhikov commented on a change in pull request #8509: URL: https://github.com/apache/ignite/pull/8509#discussion_r55826 ## File path: modules/core/src/main/java/org/apache/ignite/internal/processors/platform/binary/PlatformBinaryProcessor.java ## @@ -126,16 +128,28 @@ publ

[GitHub] [ignite] nizhikov commented on pull request #8509: IGNITE-10075 .NET: Avoid binary configurations of Ignite Java service params

2020-12-01 Thread GitBox
nizhikov commented on pull request #8509: URL: https://github.com/apache/ignite/pull/8509#issuecomment-736464264 > Are we sure that this is useful? I and @kukushal have a request for a feature from one of the Ignite users that building an application that uses Java services from the

[GitHub] [ignite] alex-plekhanov commented on a change in pull request #8483: IGNITE-13496 Java thin: make async API non-blocking with GridNioServer

2020-12-01 Thread GitBox
alex-plekhanov commented on a change in pull request #8483: URL: https://github.com/apache/ignite/pull/8483#discussion_r533187395 ## File path: modules/core/src/main/java/org/apache/ignite/internal/client/thin/TcpIgniteClient.java ## @@ -116,18 +117,23 @@ private TcpIgniteClie

[GitHub] [ignite] ibessonov commented on a change in pull request #7984: IGNITE-13190

2020-12-01 Thread GitBox
ibessonov commented on a change in pull request #7984: URL: https://github.com/apache/ignite/pull/7984#discussion_r533388229 ## File path: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/defragmentation/TimeTracker.java ## @@ -0,0 +1,81 @@ +/

[GitHub] [ignite] ibessonov commented on a change in pull request #7984: IGNITE-13190

2020-12-01 Thread GitBox
ibessonov commented on a change in pull request #7984: URL: https://github.com/apache/ignite/pull/7984#discussion_r533392341 ## File path: modules/core/src/main/java/org/apache/ignite/internal/processors/query/GridQueryIndexing.java ## @@ -487,4 +493,25 @@ default long indexSi

[GitHub] [ignite] ptupitsyn commented on a change in pull request #8483: IGNITE-13496 Java thin: make async API non-blocking with GridNioServer

2020-12-01 Thread GitBox
ptupitsyn commented on a change in pull request #8483: URL: https://github.com/apache/ignite/pull/8483#discussion_r533421536 ## File path: modules/core/src/main/java/org/apache/ignite/internal/client/thin/TcpIgniteClient.java ## @@ -116,18 +117,23 @@ private TcpIgniteClient(Cl

[GitHub] [ignite] ptupitsyn commented on a change in pull request #8483: IGNITE-13496 Java thin: make async API non-blocking with GridNioServer

2020-12-01 Thread GitBox
ptupitsyn commented on a change in pull request #8483: URL: https://github.com/apache/ignite/pull/8483#discussion_r533421783 ## File path: modules/core/src/main/java/org/apache/ignite/internal/client/thin/io/gridnioserver/GridNioClientConnectionMultiplexer.java ## @@ -0,0 +1,1

[GitHub] [ignite] ptupitsyn commented on a change in pull request #8483: IGNITE-13496 Java thin: make async API non-blocking with GridNioServer

2020-12-01 Thread GitBox
ptupitsyn commented on a change in pull request #8483: URL: https://github.com/apache/ignite/pull/8483#discussion_r533421936 ## File path: modules/core/src/main/java/org/apache/ignite/internal/client/thin/io/gridnioserver/GridNioClientConnectionMultiplexer.java ## @@ -0,0 +1,1

[GitHub] [ignite] ptupitsyn commented on a change in pull request #8483: IGNITE-13496 Java thin: make async API non-blocking with GridNioServer

2020-12-01 Thread GitBox
ptupitsyn commented on a change in pull request #8483: URL: https://github.com/apache/ignite/pull/8483#discussion_r533422076 ## File path: modules/core/src/test/java/org/apache/ignite/client/ConnectToStartingNodeTest.java ## @@ -71,14 +71,20 @@ public void testClientConnectBef

[GitHub] [ignite] ptupitsyn commented on a change in pull request #8483: IGNITE-13496 Java thin: make async API non-blocking with GridNioServer

2020-12-01 Thread GitBox
ptupitsyn commented on a change in pull request #8483: URL: https://github.com/apache/ignite/pull/8483#discussion_r533422362 ## File path: modules/core/src/main/java/org/apache/ignite/internal/client/thin/TcpClientChannel.java ## @@ -680,12 +571,12 @@ else if (!supportedVers.c

[GitHub] [ignite] ptupitsyn commented on a change in pull request #8483: IGNITE-13496 Java thin: make async API non-blocking with GridNioServer

2020-12-01 Thread GitBox
ptupitsyn commented on a change in pull request #8483: URL: https://github.com/apache/ignite/pull/8483#discussion_r533422847 ## File path: modules/core/src/main/java/org/apache/ignite/internal/client/thin/TcpClientChannel.java ## @@ -543,31 +450,20 @@ else if (addr.getPort() <

[GitHub] [ignite] ptupitsyn commented on a change in pull request #8483: IGNITE-13496 Java thin: make async API non-blocking with GridNioServer

2020-12-01 Thread GitBox
ptupitsyn commented on a change in pull request #8483: URL: https://github.com/apache/ignite/pull/8483#discussion_r533428348 ## File path: modules/core/src/main/java/org/apache/ignite/internal/client/thin/TcpClientChannel.java ## @@ -292,7 +233,8 @@ private ClientRequestFuture

[GitHub] [ignite] ptupitsyn commented on a change in pull request #8483: IGNITE-13496 Java thin: make async API non-blocking with GridNioServer

2020-12-01 Thread GitBox
ptupitsyn commented on a change in pull request #8483: URL: https://github.com/apache/ignite/pull/8483#discussion_r533428761 ## File path: modules/core/src/main/java/org/apache/ignite/internal/client/thin/io/ClientMessageDecoder.java ## @@ -0,0 +1,92 @@ +/* + * Licensed to the

[GitHub] [ignite] ptupitsyn commented on a change in pull request #8483: IGNITE-13496 Java thin: make async API non-blocking with GridNioServer

2020-12-01 Thread GitBox
ptupitsyn commented on a change in pull request #8483: URL: https://github.com/apache/ignite/pull/8483#discussion_r533428951 ## File path: modules/core/src/main/java/org/apache/ignite/internal/client/thin/io/ClientConnectionStateHandler.java ## @@ -0,0 +1,31 @@ +/* + * License

[GitHub] [ignite] ptupitsyn commented on a change in pull request #8483: IGNITE-13496 Java thin: make async API non-blocking with GridNioServer

2020-12-01 Thread GitBox
ptupitsyn commented on a change in pull request #8483: URL: https://github.com/apache/ignite/pull/8483#discussion_r533429394 ## File path: modules/core/src/main/java/org/apache/ignite/internal/client/thin/io/gridnioserver/GridNioClientConnectionMultiplexer.java ## @@ -0,0 +1,1

[GitHub] [ignite] ptupitsyn commented on a change in pull request #8483: IGNITE-13496 Java thin: make async API non-blocking with GridNioServer

2020-12-01 Thread GitBox
ptupitsyn commented on a change in pull request #8483: URL: https://github.com/apache/ignite/pull/8483#discussion_r533429553 ## File path: modules/core/src/main/java/org/apache/ignite/internal/client/thin/io/gridnioserver/GridNioClientConnectionMultiplexer.java ## @@ -0,0 +1,1

[GitHub] [ignite] ptupitsyn commented on a change in pull request #8483: IGNITE-13496 Java thin: make async API non-blocking with GridNioServer

2020-12-01 Thread GitBox
ptupitsyn commented on a change in pull request #8483: URL: https://github.com/apache/ignite/pull/8483#discussion_r533430057 ## File path: modules/core/src/main/java/org/apache/ignite/internal/client/thin/io/gridnioserver/GridNioClientConnectionMultiplexer.java ## @@ -0,0 +1,1

[GitHub] [ignite] alex-plekhanov commented on a change in pull request #8483: IGNITE-13496 Java thin: make async API non-blocking with GridNioServer

2020-12-01 Thread GitBox
alex-plekhanov commented on a change in pull request #8483: URL: https://github.com/apache/ignite/pull/8483#discussion_r533433937 ## File path: modules/core/src/main/java/org/apache/ignite/internal/client/thin/TcpClientChannel.java ## @@ -292,7 +233,8 @@ private ClientRequestF

[GitHub] [ignite] anton-vinogradov opened a new pull request #8520: IGNITE-13790 Configured detection timeout at cellular switch test

2020-12-01 Thread GitBox
anton-vinogradov opened a new pull request #8520: URL: https://github.com/apache/ignite/pull/8520 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [ignite] ptupitsyn commented on a change in pull request #8483: IGNITE-13496 Java thin: make async API non-blocking with GridNioServer

2020-12-01 Thread GitBox
ptupitsyn commented on a change in pull request #8483: URL: https://github.com/apache/ignite/pull/8483#discussion_r533527354 ## File path: modules/benchmarks/src/main/java/org/apache/ignite/internal/benchmarks/jmh/thin/JmhThinClientAbstractBenchmark.java ## @@ -0,0 +1,135 @@ +

[GitHub] [ignite] ptupitsyn commented on a change in pull request #8483: IGNITE-13496 Java thin: make async API non-blocking with GridNioServer

2020-12-01 Thread GitBox
ptupitsyn commented on a change in pull request #8483: URL: https://github.com/apache/ignite/pull/8483#discussion_r533532985 ## File path: modules/core/src/main/java/org/apache/ignite/internal/client/thin/io/gridnioserver/GridNioClientParser.java ## @@ -0,0 +1,58 @@ +/* + * Li

[GitHub] [ignite] zaleslaw opened a new pull request #8521: IGNITE-13672 [ML]: Add initial JSON export/import support for all models

2020-12-01 Thread GitBox
zaleslaw opened a new pull request #8521: URL: https://github.com/apache/ignite/pull/8521 This is a part of [Umbrella] Model export/import to PMML and custom JSON format](https://issues.apache.org/jira/browse/IGNITE-6642) This PR implements model serialization to JSON and provides ex

[GitHub] [ignite] asfgit closed pull request #8471: IGNITE-13716 Fixed an issue where control utility did not hide sensit…

2020-12-01 Thread GitBox
asfgit closed pull request #8471: URL: https://github.com/apache/ignite/pull/8471 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [ignite] Vladsz83 opened a new pull request #8522: Research small timeouts

2020-12-01 Thread GitBox
Vladsz83 opened a new pull request #8522: URL: https://github.com/apache/ignite/pull/8522 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [ignite] alex-plekhanov commented on a change in pull request #8483: IGNITE-13496 Java thin: make async API non-blocking with GridNioServer

2020-12-01 Thread GitBox
alex-plekhanov commented on a change in pull request #8483: URL: https://github.com/apache/ignite/pull/8483#discussion_r533915757 ## File path: modules/core/src/main/java/org/apache/ignite/internal/client/thin/TcpClientChannel.java ## @@ -292,7 +233,8 @@ private ClientRequestF

[GitHub] [ignite] zstan opened a new pull request #8523: IGNITE-13785 create drop alter table redirection to h2 engine.

2020-12-01 Thread GitBox
zstan opened a new pull request #8523: URL: https://github.com/apache/ignite/pull/8523 Thank you for submitting the pull request to the Apache Ignite. In order to streamline the review of the contribution we ask you to ensure the following steps have been taken: ### The Con

[GitHub] [ignite] Sega76 commented on a change in pull request #8517: IGNITE-13446

2020-12-01 Thread GitBox
Sega76 commented on a change in pull request #8517: URL: https://github.com/apache/ignite/pull/8517#discussion_r533946030 ## File path: modules/ducktests/tests/ignitetest/services/utils/templates/log4j.xml.j2 ## @@ -1,8 +1,6 @@ -http://logging.apache.org/log4j/1.2/apidocs/or

[GitHub] [ignite] alamar commented on a change in pull request #8503: IGNITE-13680 maxSwappiness declared as int in suggestions

2020-12-02 Thread GitBox
alamar commented on a change in pull request #8503: URL: https://github.com/apache/ignite/pull/8503#discussion_r533990699 ## File path: modules/core/src/main/java/org/apache/ignite/internal/suggestions/OsConfigurationSuggestions.java ## @@ -61,11 +61,11 @@ List sugges

[GitHub] [ignite] asfgit closed pull request #8439: IGNITE-13572 Don't skip filtering for caches with zero backups.

2020-12-02 Thread GitBox
asfgit closed pull request #8439: URL: https://github.com/apache/ignite/pull/8439 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [ignite] anton-vinogradov merged pull request #8484: IGNITE-13705 : Another node fails with failure of target node.

2020-12-02 Thread GitBox
anton-vinogradov merged pull request #8484: URL: https://github.com/apache/ignite/pull/8484 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [ignite] Vladsz83 closed pull request #8485: Ignite-13705v4-ducktape

2020-12-02 Thread GitBox
Vladsz83 closed pull request #8485: URL: https://github.com/apache/ignite/pull/8485 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [ignite] alex-plekhanov commented on a change in pull request #8431: IGNITE-13633 Fix ServiceDescriptor.serviceClass failure in case of de…

2020-12-02 Thread GitBox
alex-plekhanov commented on a change in pull request #8431: URL: https://github.com/apache/ignite/pull/8431#discussion_r534030813 ## File path: modules/core/src/main/java/org/apache/ignite/internal/processors/service/ServiceInfo.java ## @@ -37,6 +39,9 @@ /** */ priva

[GitHub] [ignite] ivandasch commented on a change in pull request #8484: IGNITE-13705 : Another node fails with failure of target node.

2020-12-02 Thread GitBox
ivandasch commented on a change in pull request #8484: URL: https://github.com/apache/ignite/pull/8484#discussion_r534057218 ## File path: modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoveryNetworkIssuesTest.java ## @@ -236,20 +253,28 @@ public void tes

[GitHub] [ignite] zaleslaw merged pull request #8521: IGNITE-13672 [ML]: Add initial JSON export/import support for all models

2020-12-02 Thread GitBox
zaleslaw merged pull request #8521: URL: https://github.com/apache/ignite/pull/8521 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [ignite] ibessonov opened a new pull request #8524: IGNITE-13742 Disabled auto-activation in maintenance mode.

2020-12-02 Thread GitBox
ibessonov opened a new pull request #8524: URL: https://github.com/apache/ignite/pull/8524 Thank you for submitting the pull request to the Apache Ignite. In order to streamline the review of the contribution we ask you to ensure the following steps have been taken: ### The

[GitHub] [ignite] dependabot[bot] commented on pull request #7032: Bump jquery from 3.2.1 to 3.4.0 in /modules/web-console/frontend

2020-12-02 Thread GitBox
dependabot[bot] commented on pull request #7032: URL: https://github.com/apache/ignite/pull/7032#issuecomment-737149276 Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot reb

[GitHub] [ignite] dependabot[bot] commented on pull request #7089: Bump angular from 1.7.6 to 1.7.9 in /modules/web-console/frontend

2020-12-02 Thread GitBox
dependabot[bot] commented on pull request #7089: URL: https://github.com/apache/ignite/pull/7089#issuecomment-737149279 Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot reb

[GitHub] [ignite] dependabot[bot] commented on pull request #7034: Bump lodash from 4.17.10 to 4.17.15 in /modules/web-console/e2e/testcafe

2020-12-02 Thread GitBox
dependabot[bot] commented on pull request #7034: URL: https://github.com/apache/ignite/pull/7034#issuecomment-737149273 Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot reb

[GitHub] [ignite] dependabot[bot] commented on pull request #7031: Bump lodash from 4.17.11 to 4.17.13 in /modules/web-console/backend

2020-12-02 Thread GitBox
dependabot[bot] commented on pull request #7031: URL: https://github.com/apache/ignite/pull/7031#issuecomment-737149278 Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot reb

[GitHub] [ignite] dependabot[bot] commented on pull request #7030: Bump bootstrap-sass from 3.3.7 to 3.4.1 in /modules/web-console/frontend

2020-12-02 Thread GitBox
dependabot[bot] commented on pull request #7030: URL: https://github.com/apache/ignite/pull/7030#issuecomment-737149277 Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot reb

[GitHub] [ignite] dependabot[bot] commented on pull request #7033: Bump lodash from 4.17.11 to 4.17.13 in /modules/web-console/frontend

2020-12-02 Thread GitBox
dependabot[bot] commented on pull request #7033: URL: https://github.com/apache/ignite/pull/7033#issuecomment-737149275 Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot reb

[GitHub] [ignite] Vladsz83 closed pull request #8515: Fix timeout in disco-ducktests

2020-12-02 Thread GitBox
Vladsz83 closed pull request #8515: URL: https://github.com/apache/ignite/pull/8515 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [ignite] Vladsz83 commented on a change in pull request #8484: IGNITE-13705 : Another node fails with failure of target node.

2020-12-02 Thread GitBox
Vladsz83 commented on a change in pull request #8484: URL: https://github.com/apache/ignite/pull/8484#discussion_r534072460 ## File path: modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoveryNetworkIssuesTest.java ## @@ -236,20 +253,28 @@ public void test

[GitHub] [ignite] akalash commented on a change in pull request #8516: IGNITE-13775 checkpointRWLock wrapper refactoring.

2020-12-02 Thread GitBox
akalash commented on a change in pull request #8516: URL: https://github.com/apache/ignite/pull/8516#discussion_r534074704 ## File path: modules/core/src/main/java/org/apache/ignite/internal/util/ReentrantReadWriteLockWithTracking.java ## @@ -0,0 +1,330 @@ +/* + * Licensed to

[GitHub] [ignite] asfgit closed pull request #8191: IGNITE-13388 apache-ignite deb package depends on a non-existent package and can't be installed on Debian 10

2020-12-02 Thread GitBox
asfgit closed pull request #8191: URL: https://github.com/apache/ignite/pull/8191 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [ignite] sk0x50 commented on a change in pull request #8406: IGNITE-13640 copy-libs plugin added.

2020-12-02 Thread GitBox
sk0x50 commented on a change in pull request #8406: URL: https://github.com/apache/ignite/pull/8406#discussion_r534089525 ## File path: modules/opencensus/pom.xml ## @@ -116,4 +116,27 @@ test + + + + +maven-de

[GitHub] [ignite] asfgit closed pull request #8506: IGNITE-13770 Fix NPE in Ignite.dataRegionMetrics with empty persistent

2020-12-02 Thread GitBox
asfgit closed pull request #8506: URL: https://github.com/apache/ignite/pull/8506 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [ignite] daradurvs commented on a change in pull request #8431: IGNITE-13633 Fix ServiceDescriptor.serviceClass failure in case of de…

2020-12-02 Thread GitBox
daradurvs commented on a change in pull request #8431: URL: https://github.com/apache/ignite/pull/8431#discussion_r534122908 ## File path: modules/core/src/main/java/org/apache/ignite/internal/processors/service/ServiceInfo.java ## @@ -37,6 +39,9 @@ /** */ private st

[GitHub] [ignite] daradurvs commented on a change in pull request #8431: IGNITE-13633 Fix ServiceDescriptor.serviceClass failure in case of de…

2020-12-02 Thread GitBox
daradurvs commented on a change in pull request #8431: URL: https://github.com/apache/ignite/pull/8431#discussion_r534122908 ## File path: modules/core/src/main/java/org/apache/ignite/internal/processors/service/ServiceInfo.java ## @@ -37,6 +39,9 @@ /** */ private st

[GitHub] [ignite] asfgit closed pull request #8406: IGNITE-13640 copy-libs plugin added.

2020-12-02 Thread GitBox
asfgit closed pull request #8406: URL: https://github.com/apache/ignite/pull/8406 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [ignite] dependabot[bot] commented on pull request #7032: Bump jquery from 3.2.1 to 3.4.0 in /modules/web-console/frontend

2020-12-02 Thread GitBox
dependabot[bot] commented on pull request #7032: URL: https://github.com/apache/ignite/pull/7032#issuecomment-737200553 Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot reb

[GitHub] [ignite] dependabot[bot] commented on pull request #7033: Bump lodash from 4.17.11 to 4.17.13 in /modules/web-console/frontend

2020-12-02 Thread GitBox
dependabot[bot] commented on pull request #7033: URL: https://github.com/apache/ignite/pull/7033#issuecomment-737200641 Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot reb

[GitHub] [ignite] dependabot[bot] commented on pull request #7030: Bump bootstrap-sass from 3.3.7 to 3.4.1 in /modules/web-console/frontend

2020-12-02 Thread GitBox
dependabot[bot] commented on pull request #7030: URL: https://github.com/apache/ignite/pull/7030#issuecomment-737200621 Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot reb

[GitHub] [ignite] dependabot[bot] commented on pull request #7034: Bump lodash from 4.17.10 to 4.17.15 in /modules/web-console/e2e/testcafe

2020-12-02 Thread GitBox
dependabot[bot] commented on pull request #7034: URL: https://github.com/apache/ignite/pull/7034#issuecomment-737200634 Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot reb

[GitHub] [ignite] dependabot[bot] commented on pull request #7089: Bump angular from 1.7.6 to 1.7.9 in /modules/web-console/frontend

2020-12-02 Thread GitBox
dependabot[bot] commented on pull request #7089: URL: https://github.com/apache/ignite/pull/7089#issuecomment-737200636 Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot reb

[GitHub] [ignite] dependabot[bot] commented on pull request #7031: Bump lodash from 4.17.11 to 4.17.13 in /modules/web-console/backend

2020-12-02 Thread GitBox
dependabot[bot] commented on pull request #7031: URL: https://github.com/apache/ignite/pull/7031#issuecomment-737200639 Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot reb

[GitHub] [ignite] nizhikov merged pull request #8317: IGNITE-13520 Skip generating encryption keys on the client node.

2020-12-02 Thread GitBox
nizhikov merged pull request #8317: URL: https://github.com/apache/ignite/pull/8317 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [ignite] isapego opened a new pull request #8525: IGNITE-13793: Implement SQLRowCount for SELECT

2020-12-02 Thread GitBox
isapego opened a new pull request #8525: URL: https://github.com/apache/ignite/pull/8525 SQLRowCount() should return estimation of row count of the query. Currently, we can not provide any estimations of this kind, but we still need to implement this function as sometimes some third-party

[GitHub] [ignite] ibessonov opened a new pull request #8526: IGNITE-13795 Added escaping of node consistent id in diagnostic pagelock dump file name.

2020-12-02 Thread GitBox
ibessonov opened a new pull request #8526: URL: https://github.com/apache/ignite/pull/8526 Thank you for submitting the pull request to the Apache Ignite. In order to streamline the review of the contribution we ask you to ensure the following steps have been taken: ### The

[GitHub] [ignite] ibessonov opened a new pull request #8527: IGNITE-13802 Added missing "setCandidatePageCount" in "GridCacheOffheapManager.addPartitions"

2020-12-02 Thread GitBox
ibessonov opened a new pull request #8527: URL: https://github.com/apache/ignite/pull/8527 Thank you for submitting the pull request to the Apache Ignite. In order to streamline the review of the contribution we ask you to ensure the following steps have been taken: ### The

[GitHub] [ignite] alex-plekhanov commented on a change in pull request #8431: IGNITE-13633 Fix ServiceDescriptor.serviceClass failure in case of de…

2020-12-02 Thread GitBox
alex-plekhanov commented on a change in pull request #8431: URL: https://github.com/apache/ignite/pull/8431#discussion_r534194279 ## File path: modules/core/src/main/java/org/apache/ignite/internal/processors/service/ServiceInfo.java ## @@ -37,6 +39,9 @@ /** */ priva

[GitHub] [ignite] isapego opened a new pull request #8528: IGNITE-13801: Fix Ab Initio related ODBC issues

2020-12-02 Thread GitBox
isapego opened a new pull request #8528: URL: https://github.com/apache/ignite/pull/8528 1. Fixed version returned by the driver. 2. Added support for "UID" and "PWD" DNS and connection string attributes. 3. Fixed reported size and scale for DECIMAL and CHAR columns. 4. Made it all

[GitHub] [ignite] zaleslaw opened a new pull request #8529: [IGNITE-13803] Fixed Scalar test failed due to incorrect Jackson dependency

2020-12-02 Thread GitBox
zaleslaw opened a new pull request #8529: URL: https://github.com/apache/ignite/pull/8529 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [ignite] ptupitsyn commented on a change in pull request #8483: IGNITE-13496 Java thin: make async API non-blocking with GridNioServer

2020-12-02 Thread GitBox
ptupitsyn commented on a change in pull request #8483: URL: https://github.com/apache/ignite/pull/8483#discussion_r534284916 ## File path: modules/core/src/main/java/org/apache/ignite/internal/client/thin/TcpClientChannel.java ## @@ -292,7 +233,8 @@ private ClientRequestFuture

[GitHub] [ignite] ptupitsyn merged pull request #8483: IGNITE-13496 Java thin: make async API non-blocking with GridNioServer

2020-12-02 Thread GitBox
ptupitsyn merged pull request #8483: URL: https://github.com/apache/ignite/pull/8483 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [ignite] asfgit closed pull request #8525: IGNITE-13793: Implement SQLRowCount for SELECT

2020-12-02 Thread GitBox
asfgit closed pull request #8525: URL: https://github.com/apache/ignite/pull/8525 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [ignite] zaleslaw merged pull request #8529: [IGNITE-13803] Fixed Scalar test failed due to incorrect Jackson dependency

2020-12-02 Thread GitBox
zaleslaw merged pull request #8529: URL: https://github.com/apache/ignite/pull/8529 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [ignite] dependabot[bot] commented on pull request #7030: Bump bootstrap-sass from 3.3.7 to 3.4.1 in /modules/web-console/frontend

2020-12-02 Thread GitBox
dependabot[bot] commented on pull request #7030: URL: https://github.com/apache/ignite/pull/7030#issuecomment-737368104 Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot reb

[GitHub] [ignite] dependabot[bot] commented on pull request #7031: Bump lodash from 4.17.11 to 4.17.13 in /modules/web-console/backend

2020-12-02 Thread GitBox
dependabot[bot] commented on pull request #7031: URL: https://github.com/apache/ignite/pull/7031#issuecomment-737368296 Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot reb

[GitHub] [ignite] dependabot[bot] commented on pull request #7032: Bump jquery from 3.2.1 to 3.4.0 in /modules/web-console/frontend

2020-12-02 Thread GitBox
dependabot[bot] commented on pull request #7032: URL: https://github.com/apache/ignite/pull/7032#issuecomment-737368294 Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot reb

[GitHub] [ignite] dependabot[bot] commented on pull request #7034: Bump lodash from 4.17.10 to 4.17.15 in /modules/web-console/e2e/testcafe

2020-12-02 Thread GitBox
dependabot[bot] commented on pull request #7034: URL: https://github.com/apache/ignite/pull/7034#issuecomment-737368372 Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot reb

[GitHub] [ignite] dependabot[bot] commented on pull request #7033: Bump lodash from 4.17.11 to 4.17.13 in /modules/web-console/frontend

2020-12-02 Thread GitBox
dependabot[bot] commented on pull request #7033: URL: https://github.com/apache/ignite/pull/7033#issuecomment-737368371 Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot reb

[GitHub] [ignite] dependabot[bot] commented on pull request #7089: Bump angular from 1.7.6 to 1.7.9 in /modules/web-console/frontend

2020-12-02 Thread GitBox
dependabot[bot] commented on pull request #7089: URL: https://github.com/apache/ignite/pull/7089#issuecomment-737368377 Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot reb

[GitHub] [ignite] nizhikov commented on a change in pull request #8252: IGNITE-13450 Add event fired before query execution

2020-12-02 Thread GitBox
nizhikov commented on a change in pull request #8252: URL: https://github.com/apache/ignite/pull/8252#discussion_r534404055 ## File path: modules/core/src/main/java/org/apache/ignite/events/EventType.java ## @@ -922,6 +922,16 @@ */ public static final int EVT_CLUSTER

[GitHub] [ignite] ymolochkov closed pull request #8508: Ignite 2.9.1 based

2020-12-02 Thread GitBox
ymolochkov closed pull request #8508: URL: https://github.com/apache/ignite/pull/8508 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [ignite] xtern opened a new pull request #8530: IGNITE-13807 Fix error message validation in tests.

2020-12-02 Thread GitBox
xtern opened a new pull request #8530: URL: https://github.com/apache/ignite/pull/8530 Thank you for submitting the pull request to the Apache Ignite. In order to streamline the review of the contribution we ask you to ensure the following steps have been taken: ### The Con

[GitHub] [ignite] ymolochkov opened a new pull request #8531: IGNITE-13806 | Merge release notes for 2.9.1 into master

2020-12-02 Thread GitBox
ymolochkov opened a new pull request #8531: URL: https://github.com/apache/ignite/pull/8531 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [ignite] timoninmaxim opened a new pull request #8532: IGNITE-13796 docs: update docs and examples for kubernetes module

2020-12-02 Thread GitBox
timoninmaxim opened a new pull request #8532: URL: https://github.com/apache/ignite/pull/8532 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [ignite] ashapkin opened a new pull request #8533: IGNITE-10655 .NET client should have peerClassLoading property in Ignite

2020-12-02 Thread GitBox
ashapkin opened a new pull request #8533: URL: https://github.com/apache/ignite/pull/8533 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [ignite] zstan commented on a change in pull request #8516: IGNITE-13775 checkpointRWLock wrapper refactoring.

2020-12-02 Thread GitBox
zstan commented on a change in pull request #8516: URL: https://github.com/apache/ignite/pull/8516#discussion_r534697499 ## File path: modules/core/src/main/java/org/apache/ignite/internal/util/ReentrantReadWriteLockWithTracking.java ## @@ -0,0 +1,330 @@ +/* + * Licensed to th

[GitHub] [ignite] alex-plekhanov commented on a change in pull request #8483: IGNITE-13496 Java thin: make async API non-blocking with GridNioServer

2020-12-02 Thread GitBox
alex-plekhanov commented on a change in pull request #8483: URL: https://github.com/apache/ignite/pull/8483#discussion_r534708797 ## File path: modules/core/src/main/java/org/apache/ignite/internal/client/thin/TcpClientChannel.java ## @@ -292,7 +233,8 @@ private ClientRequestF

[GitHub] [ignite-teamcity-bot] sergeyuttsel opened a new pull request #177: GG-31924 Cleaning improvement. Added new time period for deleting old log files.

2020-12-02 Thread GitBox
sergeyuttsel opened a new pull request #177: URL: https://github.com/apache/ignite-teamcity-bot/pull/177 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [ignite] asfgit closed pull request #7984: IGNITE-13190

2020-12-02 Thread GitBox
asfgit closed pull request #7984: URL: https://github.com/apache/ignite/pull/7984 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [ignite] asfgit closed pull request #8524: IGNITE-13742 Disabled auto-activation in maintenance mode.

2020-12-02 Thread GitBox
asfgit closed pull request #8524: URL: https://github.com/apache/ignite/pull/8524 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [ignite] nizhikov merged pull request #8530: IGNITE-13807 Fix error message validation in tests.

2020-12-03 Thread GitBox
nizhikov merged pull request #8530: URL: https://github.com/apache/ignite/pull/8530 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [ignite-teamcity-bot] sergeyuttsel closed pull request #177: GG-31924 Cleaning improvement. Added new time period for deleting old log files.

2020-12-03 Thread GitBox
sergeyuttsel closed pull request #177: URL: https://github.com/apache/ignite-teamcity-bot/pull/177 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [ignite-teamcity-bot] sergeyuttsel opened a new pull request #178: GG-31924 Cleaning improvement. Added new time period for deleting old log files.

2020-12-03 Thread GitBox
sergeyuttsel opened a new pull request #178: URL: https://github.com/apache/ignite-teamcity-bot/pull/178 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [ignite] korlov42 commented on pull request #8523: IGNITE-13785 create drop alter table redirection to h2 engine.

2020-12-03 Thread GitBox
korlov42 commented on pull request #8523: URL: https://github.com/apache/ignite/pull/8523#issuecomment-737763837 May be we need to rework this PR a little bit: the part with regex based routing in JDBC is ok, but it would be better to get rid of the try-catch block. This will allow to achi

[GitHub] [ignite] ymolochkov opened a new pull request #8534: Ignite 291 tcp

2020-12-03 Thread GitBox
ymolochkov opened a new pull request #8534: URL: https://github.com/apache/ignite/pull/8534 couple of missing commits for tcp IGNITE-13465 IGNITE-13705 This is an automated message from the Apache Git Service. To re

[GitHub] [ignite] ibessonov opened a new pull request #8535: IGNITE-13808 Failure handling disabled for index validation.

2020-12-03 Thread GitBox
ibessonov opened a new pull request #8535: URL: https://github.com/apache/ignite/pull/8535 Thank you for submitting the pull request to the Apache Ignite. In order to streamline the review of the contribution we ask you to ensure the following steps have been taken: ### The

[GitHub] [ignite] map7000 opened a new pull request #8536: IGNITE-13789 Add 2.9.0 version to ducktape tests

2020-12-03 Thread GitBox
map7000 opened a new pull request #8536: URL: https://github.com/apache/ignite/pull/8536 Thank you for submitting the pull request to the Apache Ignite. In order to streamline the review of the contribution we ask you to ensure the following steps have been taken: ### The C

<    2   3   4   5   6   7   8   9   10   11   >