sashapolo commented on code in PR #3116:
URL: https://github.com/apache/ignite-3/pull/3116#discussion_r1470727019
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/descriptors/CatalogSortedIndexDescriptor.java:
##
@@ -45,9 +46,10 @@ public CatalogSortedIndexDes
sashapolo merged PR #3103:
URL: https://github.com/apache/ignite-3/pull/3103
--
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 the specific comment.
To unsubscribe, e-mail: notifications-unsubscr...@i
tkalkirill commented on code in PR #3095:
URL: https://github.com/apache/ignite-3/pull/3095#discussion_r1470721773
##
modules/index/src/main/java/org/apache/ignite/internal/index/IndexBuildingStarterTask.java:
##
@@ -0,0 +1,321 @@
+/*
+ * Licensed to the Apache Software Foundati
ptupitsyn commented on code in PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#discussion_r1470699518
##
modules/api/src/main/java/org/apache/ignite/lang/ErrorGroups.java:
##
@@ -203,6 +203,9 @@ public static class Client {
/** Client handshake header erro
sanpwc commented on code in PR #3092:
URL: https://github.com/apache/ignite-3/pull/3092#discussion_r1470662339
##
modules/table/src/testFixtures/java/org/apache/ignite/internal/table/TxAbstractTest.java:
##
@@ -2151,12 +2157,150 @@ public void
testYoungerTransactionThrowsExcept
tkalkirill commented on code in PR #3095:
URL: https://github.com/apache/ignite-3/pull/3095#discussion_r1470674677
##
modules/index/src/main/java/org/apache/ignite/internal/index/IndexBuildingManager.java:
##
@@ -79,16 +80,45 @@ public IndexBuildingManager(
IndexMan
zstan commented on code in PR #3105:
URL: https://github.com/apache/ignite-3/pull/3105#discussion_r1470658375
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/pruning/PartitionPruningMetadataExtractor.java:
##
@@ -0,0 +1,560 @@
+/*
+ * Licensed t
lowka opened a new pull request, #3119:
URL: https://github.com/apache/ignite-3/pull/3119
---
Thank you for submitting the pull request.
To streamline the review process of the patch and ensure better code quality
we ask both an author and a reviewer to verify the followi
yurinaryshkin opened a new pull request, #11207:
URL: https://github.com/apache/ignite/pull/11207
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:
#
tkalkirill commented on code in PR #3095:
URL: https://github.com/apache/ignite-3/pull/3095#discussion_r1470652077
##
modules/index/src/main/java/org/apache/ignite/internal/index/IndexBuildingStarterController.java:
##
@@ -0,0 +1,185 @@
+/*
+ * Licensed to the Apache Software Fo
tkalkirill commented on code in PR #3095:
URL: https://github.com/apache/ignite-3/pull/3095#discussion_r1470645194
##
modules/index/src/test/java/org/apache/ignite/internal/index/IndexBuildingStarterTaskTest.java:
##
@@ -0,0 +1,349 @@
+/*
+ * Licensed to the Apache Software Foun
tkalkirill commented on code in PR #3095:
URL: https://github.com/apache/ignite-3/pull/3095#discussion_r1470637942
##
modules/index/src/main/java/org/apache/ignite/internal/index/IndexBuildingStarterTask.java:
##
@@ -0,0 +1,321 @@
+/*
+ * Licensed to the Apache Software Foundati
tkalkirill commented on code in PR #3095:
URL: https://github.com/apache/ignite-3/pull/3095#discussion_r1470637264
##
modules/index/src/main/java/org/apache/ignite/internal/index/IndexBuildingStarterController.java:
##
@@ -0,0 +1,185 @@
+/*
+ * Licensed to the Apache Software Fo
tkalkirill commented on code in PR #3095:
URL: https://github.com/apache/ignite-3/pull/3095#discussion_r1470631531
##
modules/index/src/main/java/org/apache/ignite/internal/index/IndexBuildingStarterTask.java:
##
@@ -0,0 +1,321 @@
+/*
+ * Licensed to the Apache Software Foundati
tkalkirill commented on code in PR #3095:
URL: https://github.com/apache/ignite-3/pull/3095#discussion_r1470630864
##
modules/index/src/main/java/org/apache/ignite/internal/index/IndexBuildingStarterTask.java:
##
@@ -0,0 +1,321 @@
+/*
+ * Licensed to the Apache Software Foundati
tkalkirill commented on code in PR #3095:
URL: https://github.com/apache/ignite-3/pull/3095#discussion_r1470629983
##
modules/index/src/main/java/org/apache/ignite/internal/index/IndexBuildingStarterController.java:
##
@@ -0,0 +1,185 @@
+/*
+ * Licensed to the Apache Software Fo
tkalkirill commented on code in PR #3095:
URL: https://github.com/apache/ignite-3/pull/3095#discussion_r1470629299
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/commands/CatalogUtils.java:
##
@@ -495,4 +496,18 @@ public static Collection
collectIndexes(
tkalkirill commented on code in PR #3116:
URL: https://github.com/apache/ignite-3/pull/3116#discussion_r1470608419
##
modules/catalog/src/test/java/org/apache/ignite/internal/catalog/CatalogManagerSelfTest.java:
##
@@ -2266,17 +2272,65 @@ void testStartBuildingIndexEvent() {
tkalkirill commented on code in PR #3116:
URL: https://github.com/apache/ignite-3/pull/3116#discussion_r1470607636
##
modules/catalog/src/test/java/org/apache/ignite/internal/catalog/CatalogManagerRecoveryTest.java:
##
@@ -99,6 +101,27 @@ void testRecoveryCatalogVersionTimestamp
tkalkirill commented on code in PR #3116:
URL: https://github.com/apache/ignite-3/pull/3116#discussion_r1470604914
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/descriptors/CatalogIndexDescriptor.java:
##
@@ -35,11 +35,15 @@ public abstract class CatalogInd
tkalkirill commented on code in PR #3116:
URL: https://github.com/apache/ignite-3/pull/3116#discussion_r1470604914
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/descriptors/CatalogIndexDescriptor.java:
##
@@ -35,11 +35,15 @@ public abstract class CatalogInd
SammyVimes commented on code in PR #3118:
URL: https://github.com/apache/ignite-3/pull/3118#discussion_r1470189204
##
modules/client/src/test/java/org/apache/ignite/client/ClientRecordViewTest.java:
##
@@ -37,6 +37,7 @@
import java.util.BitSet;
import java.util.Collection;
im
SammyVimes commented on code in PR #3118:
URL: https://github.com/apache/ignite-3/pull/3118#discussion_r1470173168
##
modules/api/src/main/java/org/apache/ignite/table/RecordView.java:
##
@@ -20,6 +20,8 @@
import java.util.Collection;
import java.util.List;
import java.util.c
JAkutenshi opened a new pull request, #3118:
URL: https://github.com/apache/ignite-3/pull/3118
https://issues.apache.org/jira/browse/IGNITE-15889
Thank you for submitting the pull request.
To streamline the review process of the patch and ensure better code quality
we ask bot
lowka commented on code in PR #3105:
URL: https://github.com/apache/ignite-3/pull/3105#discussion_r1470091980
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/pruning/PartitionPruningMetadataExtractor.java:
##
@@ -0,0 +1,560 @@
+/*
+ * Licensed t
lowka commented on code in PR #3105:
URL: https://github.com/apache/ignite-3/pull/3105#discussion_r1470090495
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/pruning/PartitionPruningMetadataExtractor.java:
##
@@ -0,0 +1,560 @@
+/*
+ * Licensed t
lowka commented on code in PR #3105:
URL: https://github.com/apache/ignite-3/pull/3105#discussion_r1470089439
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/pruning/PartitionPruningColumns.java:
##
@@ -0,0 +1,71 @@
+/*
+ * Licensed to the Apach
sashapolo commented on code in PR #3116:
URL: https://github.com/apache/ignite-3/pull/3116#discussion_r1470077648
##
modules/catalog/src/test/java/org/apache/ignite/internal/catalog/CatalogManagerRecoveryTest.java:
##
@@ -99,6 +101,27 @@ void testRecoveryCatalogVersionTimestamps
rpuch commented on code in PR #3103:
URL: https://github.com/apache/ignite-3/pull/3103#discussion_r1469975389
##
modules/network/src/main/java/org/apache/ignite/internal/network/recovery/RecoveryServerHandshakeManager.java:
##
@@ -98,6 +102,8 @@ public class RecoveryServerHandsh
rpuch commented on code in PR #3103:
URL: https://github.com/apache/ignite-3/pull/3103#discussion_r1469953327
##
modules/network/src/main/java/org/apache/ignite/network/DefaultMessagingService.java:
##
@@ -310,7 +311,14 @@ private CompletableFuture sendViaNetwork(
}
yurinaryshkin opened a new pull request, #11206:
URL: https://github.com/apache/ignite/pull/11206
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:
#
valepakh commented on code in PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#discussion_r1469862917
##
modules/api/src/main/java/org/apache/ignite/lang/ErrorGroups.java:
##
@@ -203,6 +203,9 @@ public static class Client {
/** Client handshake header error
sanpwc merged PR #3117:
URL: https://github.com/apache/ignite-3/pull/3117
--
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 the specific comment.
To unsubscribe, e-mail: notifications-unsubscr...@igni
alievmirza opened a new pull request, #3117:
URL: https://github.com/apache/ignite-3/pull/3117
https://issues.apache.org/jira/browse/IGNITE-21381
Thank you for submitting the pull request.
To streamline the review process of the patch and ensure better code quality
we ask bot
ptupitsyn commented on code in PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#discussion_r1469790556
##
modules/client-handler/src/main/java/org/apache/ignite/client/handler/requests/compute/ClientComputeExecuteRequest.java:
##
@@ -50,29 +56,82 @@ public class Clien
xtern commented on code in PR #3058:
URL: https://github.com/apache/ignite-3/pull/3058#discussion_r1468925037
##
modules/catalog/src/test/java/org/apache/ignite/internal/catalog/serialization/CatalogEntrySerializationCompatibilityTest.java:
##
@@ -0,0 +1,371 @@
+/*
+ * Licensed
ptupitsyn commented on code in PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#discussion_r1469783713
##
modules/api/src/main/java/org/apache/ignite/lang/ErrorGroups.java:
##
@@ -203,6 +203,9 @@ public static class Client {
/** Client handshake header erro
ptupitsyn commented on code in PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#discussion_r1469780669
##
modules/client/src/main/java/org/apache/ignite/internal/client/compute/ClientCompute.java:
##
@@ -271,28 +274,36 @@ private CompletableFuture
executeOnOneNode(
ptupitsyn commented on code in PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#discussion_r1469780669
##
modules/client/src/main/java/org/apache/ignite/internal/client/compute/ClientCompute.java:
##
@@ -271,28 +274,36 @@ private CompletableFuture
executeOnOneNode(
tkalkirill merged PR #3111:
URL: https://github.com/apache/ignite-3/pull/3111
--
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 the specific comment.
To unsubscribe, e-mail: notifications-unsubscr...@
valepakh commented on code in PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#discussion_r1469753889
##
modules/api/src/main/java/org/apache/ignite/lang/ErrorGroups.java:
##
@@ -203,6 +203,9 @@ public static class Client {
/** Client handshake header error
ptupitsyn commented on code in PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#discussion_r1469749130
##
modules/client-handler/src/main/java/org/apache/ignite/client/handler/requests/compute/ClientComputeExecuteRequest.java:
##
@@ -50,29 +53,39 @@ public class Clien
ptupitsyn commented on code in PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#discussion_r1469748037
##
modules/api/src/main/java/org/apache/ignite/lang/ErrorGroups.java:
##
@@ -203,6 +203,9 @@ public static class Client {
/** Client handshake header erro
ptupitsyn merged PR #3113:
URL: https://github.com/apache/ignite-3/pull/3113
--
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 the specific comment.
To unsubscribe, e-mail: notifications-unsubscr...@i
tkalkirill opened a new pull request, #3116:
URL: https://github.com/apache/ignite-3/pull/3116
https://issues.apache.org/jira/browse/IGNITE-21376
Thank you for submitting the pull request.
To streamline the review process of the patch and ensure better code quality
we ask bot
xtern commented on code in PR #3058:
URL: https://github.com/apache/ignite-3/pull/3058#discussion_r1469677071
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/descriptors/CatalogTableDescriptor.java:
##
@@ -219,4 +221,53 @@ public void updateToken(long updateT
xtern commented on code in PR #3058:
URL: https://github.com/apache/ignite-3/pull/3058#discussion_r1469676353
##
modules/catalog/src/test/java/org/apache/ignite/internal/catalog/serialization/CatalogEntrySerializationCompatibilityTest.java:
##
@@ -0,0 +1,429 @@
+/*
+ * Licensed
korlov42 opened a new pull request, #3115:
URL: https://github.com/apache/ignite-3/pull/3115
Thank you for submitting the pull request.
To streamline the review process of the patch and ensure better code quality
we ask both an author and a reviewer to verify the following:
#
ptupitsyn opened a new pull request, #3114:
URL: https://github.com/apache/ignite-3/pull/3114
https://issues.apache.org/jira/browse/IGNITE-21340
--
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
xtern commented on code in PR #3058:
URL: https://github.com/apache/ignite-3/pull/3058#discussion_r1469640591
##
modules/catalog/src/test/java/org/apache/ignite/internal/catalog/serialization/CatalogEntrySerializationCompatibilityTest.java:
##
@@ -0,0 +1,429 @@
+/*
+ * Licensed
nva commented on code in PR #3071:
URL: https://github.com/apache/ignite-3/pull/3071#discussion_r1469628103
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/rule/logical/ExposeIndexRule.java:
##
@@ -71,18 +87,68 @@ public void onMatch(RelOptRuleCall call
nva commented on code in PR #3071:
URL: https://github.com/apache/ignite-3/pull/3071#discussion_r1469627370
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/rule/logical/ExposeIndexRule.java:
##
@@ -71,18 +87,68 @@ public void onMatch(RelOptRuleCall call
zstan commented on code in PR #3071:
URL: https://github.com/apache/ignite-3/pull/3071#discussion_r1469627007
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/rule/logical/ExposeIndexRule.java:
##
@@ -71,18 +87,68 @@ public void onMatch(RelOptRuleCall ca
rpuch commented on code in PR #3095:
URL: https://github.com/apache/ignite-3/pull/3095#discussion_r1469146301
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/commands/CatalogUtils.java:
##
@@ -495,4 +496,18 @@ public static Collection
collectIndexes(
AMashenkov commented on code in PR #3058:
URL: https://github.com/apache/ignite-3/pull/3058#discussion_r1469610978
##
modules/catalog/src/test/java/org/apache/ignite/internal/catalog/serialization/CatalogEntrySerializationCompatibilityTest.java:
##
@@ -0,0 +1,429 @@
+/*
+ * Lice
PakhomovAlexander merged PR #3112:
URL: https://github.com/apache/ignite-3/pull/3112
--
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 the specific comment.
To unsubscribe, e-mail: notifications-unsub
AMashenkov commented on code in PR #3058:
URL: https://github.com/apache/ignite-3/pull/3058#discussion_r1469600730
##
modules/catalog/src/test/java/org/apache/ignite/internal/catalog/serialization/CatalogEntrySerializationCompatibilityTest.java:
##
@@ -0,0 +1,429 @@
+/*
+ * Lice
anton-vinogradov commented on code in PR #11205:
URL: https://github.com/apache/ignite/pull/11205#discussion_r1469581763
##
modules/web/src/test/java/org/apache/ignite/internal/websession/WebSessionSelfTest.java:
##
@@ -1085,9 +1085,9 @@ private String getSessionIdFromCookie(URL
ptupitsyn opened a new pull request, #3113:
URL: https://github.com/apache/ignite-3/pull/3113
Thank you for submitting the pull request.
To streamline the review process of the patch and ensure better code quality
we ask both an author and a reviewer to verify the following:
valepakh opened a new pull request, #3112:
URL: https://github.com/apache/ignite-3/pull/3112
https://issues.apache.org/jira/browse/IGNITE-21377
Thank you for submitting the pull request.
To streamline the review process of the patch and ensure better code quality
we ask both
AMashenkov commented on code in PR #3105:
URL: https://github.com/apache/ignite-3/pull/3105#discussion_r1469556183
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/pruning/PartitionPruningMetadataExtractor.java:
##
@@ -0,0 +1,560 @@
+/*
+ * Licen
nizhikov opened a new pull request, #11205:
URL: https://github.com/apache/ignite/pull/11205
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:
### Th
tkalkirill opened a new pull request, #3111:
URL: https://github.com/apache/ignite-3/pull/3111
https://issues.apache.org/jira/browse/IGNITE-21017
Thank you for submitting the pull request.
To streamline the review process of the patch and ensure better code quality
we ask bot
nizhikov merged PR #11195:
URL: https://github.com/apache/ignite/pull/11195
--
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 the specific comment.
To unsubscribe, e-mail: notifications-unsubscr...@ig
AMashenkov commented on code in PR #3105:
URL: https://github.com/apache/ignite-3/pull/3105#discussion_r1469507139
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/pruning/PartitionPruningMetadataExtractor.java:
##
@@ -0,0 +1,560 @@
+/*
+ * Licen
AMashenkov commented on code in PR #3105:
URL: https://github.com/apache/ignite-3/pull/3105#discussion_r1469503234
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/pruning/PartitionPruningMetadataExtractor.java:
##
@@ -0,0 +1,560 @@
+/*
+ * Licen
AMashenkov commented on code in PR #3105:
URL: https://github.com/apache/ignite-3/pull/3105#discussion_r1469493219
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/pruning/PartitionPruningColumns.java:
##
@@ -0,0 +1,71 @@
+/*
+ * Licensed to the
AMashenkov commented on code in PR #3105:
URL: https://github.com/apache/ignite-3/pull/3105#discussion_r1469493219
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/pruning/PartitionPruningColumns.java:
##
@@ -0,0 +1,71 @@
+/*
+ * Licensed to the
lowka commented on code in PR #3102:
URL: https://github.com/apache/ignite-3/pull/3102#discussion_r1469436861
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/mapping/AssignmentsResolver.java:
##
@@ -0,0 +1,37 @@
+/*
+ * Licensed to the Apache Softw
denis-chudov opened a new pull request, #3109:
URL: https://github.com/apache/ignite-3/pull/3109
https://issues.apache.org/jira/browse/IGNITE-21247
Thank you for submitting the pull request.
To streamline the review process of the patch and ensure better code quality
we ask b
lowka commented on code in PR #3102:
URL: https://github.com/apache/ignite-3/pull/3102#discussion_r1469436059
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/mapping/AssignmentResolverImpl.java:
##
@@ -0,0 +1,61 @@
+/*
+ * Licensed to the Apache So
lowka commented on code in PR #3102:
URL: https://github.com/apache/ignite-3/pull/3102#discussion_r1469434312
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/mapping/AssignmentsResolver.java:
##
@@ -0,0 +1,37 @@
+/*
+ * Licensed to the Apache Softw
lowka commented on code in PR #3102:
URL: https://github.com/apache/ignite-3/pull/3102#discussion_r1469434312
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/mapping/AssignmentsResolver.java:
##
@@ -0,0 +1,37 @@
+/*
+ * Licensed to the Apache Softw
lowka commented on code in PR #3102:
URL: https://github.com/apache/ignite-3/pull/3102#discussion_r1469431167
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/mapping/PartitionResolverImpl.java:
##
@@ -0,0 +1,120 @@
+/*
+ * Licensed to the Apache So
lowka commented on code in PR #3102:
URL: https://github.com/apache/ignite-3/pull/3102#discussion_r1469431167
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/mapping/PartitionResolverImpl.java:
##
@@ -0,0 +1,120 @@
+/*
+ * Licensed to the Apache So
valepakh commented on code in PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#discussion_r1469420017
##
modules/client-handler/src/main/java/org/apache/ignite/client/handler/requests/compute/ClientComputeExecuteRequest.java:
##
@@ -50,29 +56,82 @@ public class Client
ptupitsyn commented on code in PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#discussion_r1469414361
##
modules/client/src/main/java/org/apache/ignite/internal/client/compute/ClientCompute.java:
##
@@ -261,8 +263,9 @@ public Map> broadcastAsync(
return map
valepakh commented on code in PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#discussion_r1469396180
##
modules/client/src/main/java/org/apache/ignite/internal/client/compute/ClientCompute.java:
##
@@ -261,8 +263,9 @@ public Map> broadcastAsync(
return map;
AMashenkov commented on code in PR #3058:
URL: https://github.com/apache/ignite-3/pull/3058#discussion_r1469389829
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/descriptors/CatalogTableDescriptor.java:
##
@@ -219,4 +221,53 @@ public void updateToken(long up
nva commented on code in PR #2989:
URL: https://github.com/apache/ignite-3/pull/2989#discussion_r1469385962
##
modules/api/src/main/java/org/apache/ignite/lang/NoMorePagesException.java:
##
@@ -0,0 +1,32 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or mo
sashapolo commented on code in PR #3103:
URL: https://github.com/apache/ignite-3/pull/3103#discussion_r1469380024
##
modules/network/src/main/java/org/apache/ignite/internal/network/netty/NettySender.java:
##
@@ -41,31 +48,131 @@ public class NettySender {
private final s
ptupitsyn commented on code in PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#discussion_r1469336422
##
modules/client-handler/src/main/java/org/apache/ignite/client/handler/requests/compute/ClientComputeExecuteRequest.java:
##
@@ -50,29 +56,82 @@ public class Clien
ptupitsyn commented on code in PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#discussion_r1469336422
##
modules/client-handler/src/main/java/org/apache/ignite/client/handler/requests/compute/ClientComputeExecuteRequest.java:
##
@@ -50,29 +56,82 @@ public class Clien
ptupitsyn commented on code in PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#discussion_r1469334828
##
modules/compute/src/main/java/org/apache/ignite/internal/compute/IgniteComputeInternal.java:
##
@@ -17,16 +17,45 @@
package org.apache.ignite.internal.compute;
valepakh commented on code in PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#discussion_r1469323177
##
modules/compute/src/main/java/org/apache/ignite/internal/compute/IgniteComputeInternal.java:
##
@@ -17,16 +17,45 @@
package org.apache.ignite.internal.compute;
valepakh commented on code in PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#discussion_r1469309991
##
modules/client-handler/src/main/java/org/apache/ignite/client/handler/requests/compute/ClientComputeExecuteRequest.java:
##
@@ -50,29 +56,82 @@ public class Client
ptupitsyn commented on code in PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#discussion_r1469285153
##
modules/client/src/main/java/org/apache/ignite/internal/client/compute/ClientCompute.java:
##
@@ -261,8 +263,9 @@ public Map> broadcastAsync(
return map
oleg-vlsk commented on code in PR #11138:
URL: https://github.com/apache/ignite/pull/11138#discussion_r1469284092
##
modules/control-utility/src/test/java/org/apache/ignite/util/GridCommandHandlerTest.java:
##
@@ -903,7 +908,7 @@ public void testState() throws Exception {
ptupitsyn commented on code in PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#discussion_r1469282473
##
modules/compute/src/integrationTest/java/org/apache/ignite/internal/compute/ItThinClientWorkerShutdownTest.java:
##
@@ -0,0 +1,40 @@
+/*
+ * Licensed to the Apach
valepakh commented on code in PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#discussion_r1469263365
##
modules/client/src/main/java/org/apache/ignite/internal/client/compute/ClientCompute.java:
##
@@ -261,8 +263,9 @@ public Map> broadcastAsync(
return map;
valepakh commented on code in PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#discussion_r1469256125
##
modules/compute/src/integrationTest/java/org/apache/ignite/internal/compute/ItThinClientWorkerShutdownTest.java:
##
@@ -0,0 +1,40 @@
+/*
+ * Licensed to the Apache
ptupitsyn commented on PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#issuecomment-1914221927
@valepakh I'll help with the .NET part once we finalize the protocol changes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
ptupitsyn commented on code in PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#discussion_r1469205439
##
modules/compute/src/integrationTest/java/org/apache/ignite/internal/compute/ItEmbeddedWorkerShutdownTest.java:
##
@@ -0,0 +1,29 @@
+/*
+ * Licensed to the Apache
zstan merged PR #3081:
URL: https://github.com/apache/ignite-3/pull/3081
--
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 the specific comment.
To unsubscribe, e-mail: notifications-unsubscr...@ignit
94 matches
Mail list logo