sanpwc commented on code in PR #4446:
URL: https://github.com/apache/ignite-3/pull/4446#discussion_r1867581652
##
modules/catalog-compaction/src/integrationTest/java/org/apache/ignite/internal/catalog/compaction/ItCatalogCompactionTest.java:
##
@@ -51,14 +51,13 @@
import org.ap
xtern commented on PR #4799:
URL: https://github.com/apache/ignite-3/pull/4799#issuecomment-2514536933
> seems this patch lacks integration with execution service: KILL statement
request must be propagated to cancellation handler
Thanks, fixed. Added integration with SQL KILL statemen
xtern commented on code in PR #4799:
URL: https://github.com/apache/ignite-3/pull/4799#discussion_r1867711085
##
modules/sql-engine-api/src/main/java/org/apache/ignite/internal/sql/common/cancel/api/CancelHandlerRegistry.java:
##
@@ -0,0 +1,41 @@
+/*
+ * Licensed to the Apache S
xtern commented on code in PR #4799:
URL: https://github.com/apache/ignite-3/pull/4799#discussion_r1867714567
##
modules/sql-engine-api/src/main/java/org/apache/ignite/internal/sql/common/cancel/api/CancelHandlerRegistry.java:
##
@@ -0,0 +1,41 @@
+/*
+ * Licensed to the Apache S
xtern commented on code in PR #4799:
URL: https://github.com/apache/ignite-3/pull/4799#discussion_r1867714567
##
modules/sql-engine-api/src/main/java/org/apache/ignite/internal/sql/common/cancel/api/CancelHandlerRegistry.java:
##
@@ -0,0 +1,41 @@
+/*
+ * Licensed to the Apache S
xtern commented on code in PR #4799:
URL: https://github.com/apache/ignite-3/pull/4799#discussion_r1867718634
##
modules/sql-engine-api/src/main/java/org/apache/ignite/internal/sql/common/cancel/api/CancelHandlerRegistry.java:
##
@@ -0,0 +1,41 @@
+/*
+ * Licensed to the Apache S
xtern commented on code in PR #4799:
URL: https://github.com/apache/ignite-3/pull/4799#discussion_r1867717881
##
modules/sql-engine-api/src/main/java/org/apache/ignite/internal/sql/common/cancel/api/CancelHandlerRegistry.java:
##
@@ -0,0 +1,41 @@
+/*
+ * Licensed to the Apache S
xtern commented on code in PR #4799:
URL: https://github.com/apache/ignite-3/pull/4799#discussion_r1867720204
##
modules/sql-engine-api/src/main/java/org/apache/ignite/internal/sql/common/cancel/api/OperationCancelHandler.java:
##
@@ -0,0 +1,41 @@
+/*
+ * Licensed to the Apache
xtern commented on code in PR #4799:
URL: https://github.com/apache/ignite-3/pull/4799#discussion_r1867717881
##
modules/sql-engine-api/src/main/java/org/apache/ignite/internal/sql/common/cancel/api/CancelHandlerRegistry.java:
##
@@ -0,0 +1,41 @@
+/*
+ * Licensed to the Apache S
tkalkirill opened a new pull request, #4822:
URL: https://github.com/apache/ignite-3/pull/4822
https://issues.apache.org/jira/browse/IGNITE-23716
--
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 t
NSAmelchev merged PR #11687:
URL: https://github.com/apache/ignite/pull/11687
--
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...@
ascherbakoff opened a new pull request, #4821:
URL: https://github.com/apache/ignite-3/pull/4821
(no comment)
--
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
PakhomovAlexander merged PR #4820:
URL: https://github.com/apache/ignite-3/pull/4820
--
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
rpuch merged PR #4816:
URL: https://github.com/apache/ignite-3/pull/4816
--
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
ivanzlenko commented on code in PR #4822:
URL: https://github.com/apache/ignite-3/pull/4822#discussion_r1867907906
##
modules/core/src/main/java/org/apache/ignite/internal/util/IgniteStripedReadWriteLock.java:
##
@@ -106,7 +106,7 @@ public Lock writeLock() {
* @return {@co
valepakh opened a new pull request, #4824:
URL: https://github.com/apache/ignite-3/pull/4824
https://issues.apache.org/jira/browse/IGNITE-23835
Thank you for submitting the pull request.
To streamline the review process of the patch and ensure better code quality
we ask both
tkalkirill commented on code in PR #4822:
URL: https://github.com/apache/ignite-3/pull/4822#discussion_r1867941763
##
modules/replicator/src/main/java/org/apache/ignite/internal/replicator/ReplicaManager.java:
##
@@ -1707,4 +1707,16 @@ private static ReplicationGroupIdMessage
t
tkalkirill commented on code in PR #4822:
URL: https://github.com/apache/ignite-3/pull/4822#discussion_r1867942492
##
modules/core/src/main/java/org/apache/ignite/internal/util/IgniteStripedReadWriteLock.java:
##
@@ -106,7 +106,7 @@ public Lock writeLock() {
* @return {@co
xtern commented on code in PR #4799:
URL: https://github.com/apache/ignite-3/pull/4799#discussion_r1867714567
##
modules/sql-engine-api/src/main/java/org/apache/ignite/internal/sql/common/cancel/api/CancelHandlerRegistry.java:
##
@@ -0,0 +1,41 @@
+/*
+ * Licensed to the Apache S
tkalkirill merged PR #4822:
URL: https://github.com/apache/ignite-3/pull/4822
--
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...@
vldpyatkov commented on code in PR #4798:
URL: https://github.com/apache/ignite-3/pull/4798#discussion_r1867973495
##
modules/placement-driver/src/main/java/org/apache/ignite/internal/placementdriver/LeaseUpdater.java:
##
@@ -631,20 +656,25 @@ private Lease writeNewLease(
valepakh commented on code in PR #4817:
URL: https://github.com/apache/ignite-3/pull/4817#discussion_r1867978225
##
modules/compute/src/main/java/org/apache/ignite/internal/compute/ComputeUtils.java:
##
@@ -509,7 +510,7 @@ static ComputeJobDataHolder marshalAndWrapResult(Object
vldpyatkov commented on code in PR #4798:
URL: https://github.com/apache/ignite-3/pull/4798#discussion_r1867971274
##
modules/placement-driver/src/main/java/org/apache/ignite/internal/placementdriver/LeaseUpdater.java:
##
@@ -535,6 +542,24 @@ private void updateLeaseBatchInterna
vldpyatkov commented on code in PR #4798:
URL: https://github.com/apache/ignite-3/pull/4798#discussion_r1867969010
##
modules/placement-driver/src/main/java/org/apache/ignite/internal/placementdriver/LeaseUpdater.java:
##
@@ -535,6 +542,24 @@ private void updateLeaseBatchInterna
xtern commented on code in PR #4807:
URL: https://github.com/apache/ignite-3/pull/4807#discussion_r1867994378
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/rel/ModifyNode.java:
##
@@ -133,7 +132,8 @@ public ModifyNode(
.m
raboof opened a new pull request, #11691:
URL: https://github.com/apache/ignite/pull/11691
`sonar-pr-from-fork-build.yml` and `sonar-pr-from-fork-scan.yml` analyze
PRs. `sonar-pr-from-fork-scan.yml` needs privileges to access the
`SONARCLOUD_TOKEN` and to update the status of the PR check.
tkalkirill merged PR #4819:
URL: https://github.com/apache/ignite-3/pull/4819
--
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...@
timoninmaxim merged PR #11615:
URL: https://github.com/apache/ignite/pull/11615
--
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..
hoter opened a new pull request, #188:
URL: https://github.com/apache/ignite-website/pull/188
(no comment)
--
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
ibessonov commented on code in PR #4816:
URL: https://github.com/apache/ignite-3/pull/4816#discussion_r1867212465
##
modules/storage-api/src/testFixtures/java/org/apache/ignite/internal/storage/AbstractMvTableStorageConcurrencyTest.java:
##
@@ -0,0 +1,60 @@
+/*
+ * Licensed to t
tkalkirill opened a new pull request, #4819:
URL: https://github.com/apache/ignite-3/pull/4819
https://issues.apache.org/jira/browse/IGNITE-23819
--
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 t
ptupitsyn merged PR #4818:
URL: https://github.com/apache/ignite-3/pull/4818
--
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
xtern commented on code in PR #4799:
URL: https://github.com/apache/ignite-3/pull/4799#discussion_r1863075519
##
modules/sql-engine-api/README.md:
##
@@ -0,0 +1 @@
+# Apache Ignite SQL Engine API module
Review Comment:
Description will be added after the first round of revie
ygerzhedovich commented on code in PR #4814:
URL: https://github.com/apache/ignite-3/pull/4814#discussion_r1867548448
##
modules/jdbc/src/main/java/org/apache/ignite/internal/jdbc/JdbcConnection.java:
##
@@ -78,6 +79,8 @@ public class JdbcConnection implements Connection {
ptupitsyn commented on code in PR #4817:
URL: https://github.com/apache/ignite-3/pull/4817#discussion_r1867771757
##
modules/compute/src/main/java/org/apache/ignite/internal/compute/ComputeUtils.java:
##
@@ -509,7 +510,7 @@ static ComputeJobDataHolder marshalAndWrapResult(Object
valepakh opened a new pull request, #4823:
URL: https://github.com/apache/ignite-3/pull/4823
https://issues.apache.org/jira/browse/IGNITE-23833
Thank you for submitting the pull request.
To streamline the review process of the patch and ensure better code quality
we ask both
ashapkin merged PR #188:
URL: https://github.com/apache/ignite-website/pull/188
--
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..
nizhikov opened a new pull request, #11692:
URL: https://github.com/apache/ignite/pull/11692
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
PakhomovAlexander opened a new pull request, #4820:
URL: https://github.com/apache/ignite-3/pull/4820
(no comment)
--
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 unsubs
nizhikov opened a new pull request, #11693:
URL: https://github.com/apache/ignite/pull/11693
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
valepakh commented on code in PR #4820:
URL: https://github.com/apache/ignite-3/pull/4820#discussion_r1867504559
##
modules/cli/src/main/java/org/apache/ignite/internal/cli/commands/cluster/init/ClusterInitOptions.java:
##
@@ -182,6 +185,16 @@ String readConfigAsPath() {
raboof commented on PR #11691:
URL: https://github.com/apache/ignite/pull/11691#issuecomment-2514764101
> @raboof no changes required in `sonar-pr-from-fork-build.yml` ?
Good observation, I removed the explicit checkout there as well to make sure
it builds the reviewed version of the
ptupitsyn commented on code in PR #4817:
URL: https://github.com/apache/ignite-3/pull/4817#discussion_r1868002584
##
modules/compute/src/main/java/org/apache/ignite/internal/compute/ComputeUtils.java:
##
@@ -509,7 +510,7 @@ static ComputeJobDataHolder marshalAndWrapResult(Object
xtern commented on code in PR #4807:
URL: https://github.com/apache/ignite-3/pull/4807#discussion_r1867994378
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/rel/ModifyNode.java:
##
@@ -133,7 +132,8 @@ public ModifyNode(
.m
PakhomovAlexander merged PR #4823:
URL: https://github.com/apache/ignite-3/pull/4823
--
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
PakhomovAlexander merged PR #4824:
URL: https://github.com/apache/ignite-3/pull/4824
--
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
petrov-mg opened a new pull request, #11694:
URL: https://github.com/apache/ignite/pull/11694
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:
### T
denis-chudov commented on code in PR #4798:
URL: https://github.com/apache/ignite-3/pull/4798#discussion_r1868411271
##
modules/placement-driver/src/main/java/org/apache/ignite/internal/placementdriver/LeaseUpdater.java:
##
@@ -535,6 +542,24 @@ private void updateLeaseBatchInter
denis-chudov commented on code in PR #4798:
URL: https://github.com/apache/ignite-3/pull/4798#discussion_r1868289450
##
modules/placement-driver/src/main/java/org/apache/ignite/internal/placementdriver/LeaseUpdater.java:
##
@@ -631,20 +656,25 @@ private Lease writeNewLease(
denis-chudov commented on code in PR #4798:
URL: https://github.com/apache/ignite-3/pull/4798#discussion_r1868289269
##
modules/placement-driver/src/main/java/org/apache/ignite/internal/placementdriver/LeaseUpdater.java:
##
@@ -535,6 +542,24 @@ private void updateLeaseBatchInter
skorotkov opened a new pull request, #11695:
URL: https://github.com/apache/ignite/pull/11695
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:
### T
51 matches
Mail list logo