tkalkirill commented on code in PR #2114:
URL: https://github.com/apache/ignite-3/pull/2114#discussion_r1209813741
##
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/PartitionReplicaListener.java:
##
@@ -2467,9 +2467,9 @@ public CompletableFut
ivandasch commented on code in PR #10737:
URL: https://github.com/apache/ignite/pull/10737#discussion_r1209814734
##
modules/core/src/main/java/org/apache/ignite/internal/management/cache/CacheIndexesRebuildStatusCommand.java:
##
@@ -0,0 +1,86 @@
+/*
+ * Licensed to the Apache S
ptupitsyn commented on issue #10746:
URL: https://github.com/apache/ignite/issues/10746#issuecomment-1567902699
It will modify only the specified field. This may require rewriting the
entire object if the new value is of different size.
--
This is an automated message from the Apache Git
ivandasch commented on code in PR #10737:
URL: https://github.com/apache/ignite/pull/10737#discussion_r1209816382
##
modules/core/src/main/java/org/apache/ignite/internal/management/cache/CacheScheduleIndexesRebuildCommand.java:
##
@@ -0,0 +1,133 @@
+/*
+ * Licensed to the Apach
ibessonov commented on code in PR #2114:
URL: https://github.com/apache/ignite-3/pull/2114#discussion_r1209821860
##
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/PartitionReplicaListener.java:
##
@@ -2467,9 +2467,9 @@ public CompletableFutu
ibessonov commented on code in PR #2114:
URL: https://github.com/apache/ignite-3/pull/2114#discussion_r1209821860
##
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/PartitionReplicaListener.java:
##
@@ -2467,9 +2467,9 @@ public CompletableFutu
rpuch opened a new pull request, #2116:
URL: https://github.com/apache/ignite-3/pull/2116
https://issues.apache.org/jira/browse/IGNITE-19386
--
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 sp
ibessonov opened a new pull request, #2117:
URL: https://github.com/apache/ignite-3/pull/2117
https://issues.apache.org/jira/browse/IGNITE-19563
--
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
ibessonov merged PR #2114:
URL: https://github.com/apache/ignite-3/pull/2114
--
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
siaron commented on issue #10746:
URL: https://github.com/apache/ignite/issues/10746#issuecomment-1568012187
Ignite will also serialize the entire value object internally and then
update a certain field and write it into memory?
--
This is an automated message from the Apache Git Service.
korlov42 commented on code in PR #2101:
URL: https://github.com/apache/ignite-3/pull/2101#discussion_r1209939749
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/schema/IgniteTableImpl.java:
##
@@ -524,35 +526,56 @@ private ColocationGroup partitionedGro
ptupitsyn commented on issue #10746:
URL: https://github.com/apache/ignite/issues/10746#issuecomment-1568027001
The data is stored in serialized form (think byte array). Ignite knows the
offset of every field in this byte array. Only the modified field will be
updated, other fields are not
Flaugh24 opened a new pull request, #2118:
URL: https://github.com/apache/ignite-3/pull/2118
…omClusterStateAfterUpdating increase timeout
--
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 spec
Flaugh24 commented on PR #2118:
URL: https://github.com/apache/ignite-3/pull/2118#issuecomment-1568039361
https://issues.apache.org/jira/browse/IGNITE-19595
--
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
ibessonov merged PR #2116:
URL: https://github.com/apache/ignite-3/pull/2116
--
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
nizhikov merged PR #10737:
URL: https://github.com/apache/ignite/pull/10737
--
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
sergeyuttsel commented on code in PR #2070:
URL: https://github.com/apache/ignite-3/pull/2070#discussion_r1209958053
##
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java:
##
@@ -1038,7 +1038,9 @@ public void testOneNodeRes
sonarcloud[bot] commented on PR #10737:
URL: https://github.com/apache/ignite/pull/10737#issuecomment-1568062022
SonarCloud Quality Gate failed. [ {
}
/**
-
xtern commented on code in PR #2119:
URL: https://github.com/apache/ignite-3/pull/2119#discussion_r1210535149
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -205,13 +215,84 @@ public CompletableFuture dropTable(DropTableParams
xtern commented on code in PR #2119:
URL: https://github.com/apache/ignite-3/pull/2119#discussion_r1210535149
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -205,13 +215,84 @@ public CompletableFuture dropTable(DropTableParams
xtern commented on code in PR #2119:
URL: https://github.com/apache/ignite-3/pull/2119#discussion_r1210535149
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -205,13 +215,84 @@ public CompletableFuture dropTable(DropTableParams
xtern commented on code in PR #2119:
URL: https://github.com/apache/ignite-3/pull/2119#discussion_r1210535149
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -205,13 +215,84 @@ public CompletableFuture dropTable(DropTableParams
xtern commented on code in PR #2119:
URL: https://github.com/apache/ignite-3/pull/2119#discussion_r1210535149
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -205,13 +215,84 @@ public CompletableFuture dropTable(DropTableParams
xtern commented on code in PR #2119:
URL: https://github.com/apache/ignite-3/pull/2119#discussion_r1210558019
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -205,13 +215,84 @@ public CompletableFuture dropTable(DropTableParams
xtern commented on code in PR #2119:
URL: https://github.com/apache/ignite-3/pull/2119#discussion_r1210560522
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -205,13 +215,84 @@ public CompletableFuture dropTable(DropTableParams
xtern commented on code in PR #2119:
URL: https://github.com/apache/ignite-3/pull/2119#discussion_r1210560522
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -205,13 +215,84 @@ public CompletableFuture dropTable(DropTableParams
nizhikov opened a new pull request, #10752:
URL: https://github.com/apache/ignite/pull/10752
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
xtern commented on code in PR #2119:
URL: https://github.com/apache/ignite-3/pull/2119#discussion_r1210560522
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -205,13 +215,84 @@ public CompletableFuture dropTable(DropTableParams
sonarcloud[bot] commented on PR #10752:
URL: https://github.com/apache/ignite/pull/10752#issuecomment-1568778624
SonarCloud Quality Gate failed. [
--
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-
vldpyatkov commented on code in PR #2070:
URL: https://github.com/apache/ignite-3/pull/2070#discussion_r1210783894
##
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/rebalance/DistributionZoneRebalanceEngine.java:
##
@@ -187,39 +187,47 @@ pu
alievmirza opened a new pull request, #2122:
URL: https://github.com/apache/ignite-3/pull/2122
https://issues.apache.org/jira/browse/IGNITE-18963
--
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
sanpwc commented on code in PR #2122:
URL: https://github.com/apache/ignite-3/pull/2122#discussion_r1211100017
##
modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/DistributionZoneManagerAlterFilterTest.java:
##
@@ -0,0 +1,340 @@
+/*
+ * Licen
sanpwc commented on code in PR #2122:
URL: https://github.com/apache/ignite-3/pull/2122#discussion_r1211100708
##
modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/DistributionZoneManagerAlterFilterTest.java:
##
@@ -0,0 +1,340 @@
+/*
+ * Licen
sanpwc commented on code in PR #2122:
URL: https://github.com/apache/ignite-3/pull/2122#discussion_r1211100017
##
modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/DistributionZoneManagerAlterFilterTest.java:
##
@@ -0,0 +1,340 @@
+/*
+ * Licen
sanpwc commented on code in PR #2122:
URL: https://github.com/apache/ignite-3/pull/2122#discussion_r1211101912
##
modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/DistributionZoneManagerAlterFilterTest.java:
##
@@ -0,0 +1,340 @@
+/*
+ * Licen
sanpwc commented on code in PR #2122:
URL: https://github.com/apache/ignite-3/pull/2122#discussion_r1211101912
##
modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/DistributionZoneManagerAlterFilterTest.java:
##
@@ -0,0 +1,340 @@
+/*
+ * Licen
sanpwc commented on code in PR #2122:
URL: https://github.com/apache/ignite-3/pull/2122#discussion_r1211103160
##
modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/DistributionZoneManagerAlterFilterTest.java:
##
@@ -0,0 +1,340 @@
+/*
+ * Licen
sanpwc commented on code in PR #2122:
URL: https://github.com/apache/ignite-3/pull/2122#discussion_r1211132499
##
modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/DistributionZoneManagerAlterFilterTest.java:
##
@@ -0,0 +1,340 @@
+/*
+ * Licen
sanpwc commented on code in PR #2122:
URL: https://github.com/apache/ignite-3/pull/2122#discussion_r1211100017
##
modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/DistributionZoneManagerAlterFilterTest.java:
##
@@ -0,0 +1,340 @@
+/*
+ * Licen
sanpwc commented on code in PR #2122:
URL: https://github.com/apache/ignite-3/pull/2122#discussion_r1211140284
##
modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/DistributionZoneManagerAlterFilterTest.java:
##
@@ -0,0 +1,340 @@
+/*
+ * Licen
sanpwc commented on code in PR #2122:
URL: https://github.com/apache/ignite-3/pull/2122#discussion_r1211150053
##
modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/DistributionZoneManagerAlterFilterTest.java:
##
@@ -0,0 +1,340 @@
+/*
+ * Licen
ivandasch commented on code in PR #10740:
URL: https://github.com/apache/ignite/pull/10740#discussion_r1211155008
##
modules/core/src/main/java/org/apache/ignite/internal/visor/verify/VisorViewCacheTask.java:
##
@@ -18,45 +18,53 @@
package org.apache.ignite.internal.visor.verif
xtern commented on code in PR #2119:
URL: https://github.com/apache/ignite-3/pull/2119#discussion_r1210535149
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -205,13 +215,84 @@ public CompletableFuture dropTable(DropTableParams
sanpwc commented on code in PR #2122:
URL: https://github.com/apache/ignite-3/pull/2122#discussion_r1211172010
##
modules/distribution-zones/src/testFixtures/java/org/apache/ignite/internal/distributionzones/DistributionZonesTestUtil.java:
##
@@ -443,4 +443,34 @@ public static
xtern commented on code in PR #2119:
URL: https://github.com/apache/ignite-3/pull/2119#discussion_r1211173130
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -205,13 +215,84 @@ public CompletableFuture dropTable(DropTableParams
75 matches
Mail list logo