DenisPolo commented on code in PR #12160:
URL: https://github.com/apache/ignite/pull/12160#discussion_r2346944802
##
modules/compress/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotCompressionBasicTest.java:
##
@@ -223,6 +226,8 @@ public v
dependabot[bot] opened a new pull request, #6579:
URL: https://github.com/apache/ignite-3/pull/6579
Bumps
[com.google.testing.compile:compile-testing](https://github.com/google/compile-testing)
from 0.22.0 to 0.23.0.
Release notes
Sourced from https://github.com/google/compile-tes
sanpwc merged PR #6546:
URL: https://github.com/apache/ignite-3/pull/6546
--
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
xtern commented on code in PR #6563:
URL: https://github.com/apache/ignite-3/pull/6563#discussion_r2336816321
##
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/PartitionModificationCounter.java:
##
@@ -0,0 +1,120 @@
+/*
+ * Licensed to the Apache Softwa
arcolight commented on code in PR #6582:
URL: https://github.com/apache/ignite-3/pull/6582#discussion_r2343827912
##
modules/platforms/cpp/ignite/common/detail/bytes.h:
##
@@ -79,9 +83,9 @@ namespace ignite::detail {
*/
enum class endian {
#if IGNITE_STD_ENDIAN
-LITTLE =
ivanzlenko commented on code in PR #6549:
URL: https://github.com/apache/ignite-3/pull/6549#discussion_r2343983974
##
modules/runner/src/main/java/org/apache/ignite/internal/app/IgniteImpl.java:
##
@@ -1693,20 +1695,26 @@ private RuntimeException handleStartException(Throwable
ivanzlenko commented on code in PR #6549:
URL: https://github.com/apache/ignite-3/pull/6549#discussion_r2344016786
##
modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/raft/CmgRaftService.java:
##
@@ -148,10 +149,18 @@ public CompletableFutur
animovscw opened a new pull request, #12345:
URL: https://github.com/apache/ignite/pull/12345
(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
isapego merged PR #6582:
URL: https://github.com/apache/ignite-3/pull/6582
--
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...@ign
dependabot[bot] opened a new pull request, #6586:
URL: https://github.com/apache/ignite-3/pull/6586
Bumps
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
from 4.32.0 to 4.32.1.
Commits
See full diff in https://github.com/protocolbuffers/protobu
IgGusev opened a new pull request, #6585:
URL: https://github.com/apache/ignite-3/pull/6585
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:
##
ascherbakoff opened a new pull request, #6584:
URL: https://github.com/apache/ignite-3/pull/6584
(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
Artyeshi opened a new pull request, #6583:
URL: https://github.com/apache/ignite-3/pull/6583
- Release build example:
https://ci.ignite.apache.org/buildConfiguration/DevApacheIgnite3x_Build_ReleaseBuild#all-projects
- RunAll tests example:
https://ci.ignite.apache.org/buildConfiguration/
ivanzlenko commented on code in PR #6549:
URL: https://github.com/apache/ignite-3/pull/6549#discussion_r2343931549
##
modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/raft/CmgRaftService.java:
##
@@ -148,10 +149,18 @@ public CompletableFutur
JonasMorrissey opened a new issue, #12344:
URL: https://github.com/apache/ignite/issues/12344
The IgniteConfiguration has a method setSystemViewExporterSpi to configure a
SystemViewExporterSpi. My expectation is that when I set a no-op SPI there, no
JMX beans for system views will be create
shishkovilja merged PR #12291:
URL: https://github.com/apache/ignite/pull/12291
--
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..
Copilot commented on code in PR #6582:
URL: https://github.com/apache/ignite-3/pull/6582#discussion_r2343745624
##
modules/platforms/cpp/ignite/common/detail/bytes.h:
##
@@ -79,9 +83,9 @@ namespace ignite::detail {
*/
enum class endian {
#if IGNITE_STD_ENDIAN
-LITTLE = s
arcolight opened a new pull request, #6582:
URL: https://github.com/apache/ignite-3/pull/6582
https://issues.apache.org/jira/browse/IGNITE-26426
Thank you for submitting the pull request.
To streamline the review process of the patch and ensure better code quality
we ask both
wernerdv opened a new pull request, #12342:
URL: https://github.com/apache/ignite/pull/12342
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
AMashenkov commented on code in PR #6553:
URL: https://github.com/apache/ignite-3/pull/6553#discussion_r2343367623
##
docs/_docs/developers-guide/clients/overview.adoc:
##
@@ -105,6 +105,89 @@ For each key that needs updating, the client will get the
name of the node holdi
N
lowka commented on code in PR #6530:
URL: https://github.com/apache/ignite-3/pull/6530#discussion_r234336
##
modules/jdbc/src/main/java/org/apache/ignite/internal/jdbc2/JdbcResultSet.java:
##
@@ -0,0 +1,1809 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
AMashenkov commented on code in PR #6553:
URL: https://github.com/apache/ignite-3/pull/6553#discussion_r2343365472
##
docs/_docs/developers-guide/clients/overview.adoc:
##
@@ -105,6 +105,89 @@ For each key that needs updating, the client will get the
name of the node holdi
N
lowka commented on code in PR #6530:
URL: https://github.com/apache/ignite-3/pull/6530#discussion_r2343361095
##
modules/jdbc/src/main/java/org/apache/ignite/internal/jdbc2/JdbcResultSet.java:
##
@@ -0,0 +1,1809 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
lowka commented on code in PR #6530:
URL: https://github.com/apache/ignite-3/pull/6530#discussion_r2343358677
##
modules/jdbc/src/main/java/org/apache/ignite/internal/jdbc2/JdbcResultSet.java:
##
@@ -0,0 +1,1809 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
sashapolo commented on code in PR #6577:
URL: https://github.com/apache/ignite-3/pull/6577#discussion_r2341723734
##
modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/segstore/IgniteLogStorage.java:
##
@@ -0,0 +1,160 @@
+/*
+ * Licensed to the Apache Software Fo
wernerdv commented on code in PR #12301:
URL: https://github.com/apache/ignite/pull/12301#discussion_r2341419895
##
modules/core/src/test/java/org/apache/ignite/internal/GridReleaseTypeSelfTest.java:
##
@@ -59,59 +69,338 @@ public class GridReleaseTypeSelfTest extends
GridCommo
lowka commented on code in PR #6530:
URL: https://github.com/apache/ignite-3/pull/6530#discussion_r2343351223
##
modules/jdbc/src/main/java/org/apache/ignite/internal/jdbc2/JdbcResultSet.java:
##
@@ -0,0 +1,1809 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
sashapolo merged PR #6577:
URL: https://github.com/apache/ignite-3/pull/6577
--
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
IgGusev commented on code in PR #6553:
URL: https://github.com/apache/ignite-3/pull/6553#discussion_r2343315241
##
docs/_docs/developers-guide/clients/overview.adoc:
##
@@ -105,6 +105,89 @@ For each key that needs updating, the client will get the
name of the node holdi
NOTE
IgGusev commented on code in PR #6553:
URL: https://github.com/apache/ignite-3/pull/6553#discussion_r2343269963
##
docs/_docs/developers-guide/clients/overview.adoc:
##
@@ -105,6 +105,89 @@ For each key that needs updating, the client will get the
name of the node holdi
NOTE
DenisPolo commented on code in PR #12160:
URL: https://github.com/apache/ignite/pull/12160#discussion_r2343175793
##
modules/compress/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotCompressionBasicTest.java:
##
@@ -498,4 +505,15 @@ static
lowka commented on code in PR #6530:
URL: https://github.com/apache/ignite-3/pull/6530#discussion_r2337164714
##
modules/jdbc/src/main/java/org/apache/ignite/internal/jdbc2/JdbcResultSet.java:
##
@@ -0,0 +1,1813 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
DenisPolo commented on code in PR #12160:
URL: https://github.com/apache/ignite/pull/12160#discussion_r2343176263
##
modules/compress/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotCompressionBasicTest.java:
##
@@ -203,6 +204,8 @@ private
DenisPolo commented on code in PR #12160:
URL: https://github.com/apache/ignite/pull/12160#discussion_r2343176263
##
modules/compress/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotCompressionBasicTest.java:
##
@@ -203,6 +204,8 @@ private
DenisPolo commented on code in PR #12160:
URL: https://github.com/apache/ignite/pull/12160#discussion_r2343179853
##
modules/compress/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotCompressionBasicTest.java:
##
@@ -203,6 +204,8 @@ private
ivanzlenko commented on code in PR #6549:
URL: https://github.com/apache/ignite-3/pull/6549#discussion_r2321108365
##
modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/raft/responses/ValidationErrorResponse.java:
##
@@ -24,14 +24,11 @@
*/
DenisPolo commented on code in PR #12160:
URL: https://github.com/apache/ignite/pull/12160#discussion_r2343181906
##
modules/compress/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotCompressionBasicTest.java:
##
@@ -257,6 +262,8 @@ public v
DenisPolo commented on code in PR #12160:
URL: https://github.com/apache/ignite/pull/12160#discussion_r2343179853
##
modules/compress/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotCompressionBasicTest.java:
##
@@ -203,6 +204,8 @@ private
sashapolo commented on code in PR #6577:
URL: https://github.com/apache/ignite-3/pull/6577#discussion_r2343116094
##
modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/segstore/SegmentFileManager.java:
##
@@ -0,0 +1,248 @@
+/*
+ * Licensed to the Apache Software
DenisPolo commented on code in PR #12160:
URL: https://github.com/apache/ignite/pull/12160#discussion_r2343176263
##
modules/compress/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotCompressionBasicTest.java:
##
@@ -203,6 +204,8 @@ private
DenisPolo commented on code in PR #12160:
URL: https://github.com/apache/ignite/pull/12160#discussion_r2343175793
##
modules/compress/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotCompressionBasicTest.java:
##
@@ -498,4 +505,15 @@ static
DenisPolo commented on code in PR #12160:
URL: https://github.com/apache/ignite/pull/12160#discussion_r2343174391
##
modules/compress/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotCompressionBasicTest.java:
##
@@ -223,6 +226,8 @@ public v
wernerdv opened a new pull request, #12341:
URL: https://github.com/apache/ignite/pull/12341
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
zstan commented on PR #6553:
URL: https://github.com/apache/ignite-3/pull/6553#issuecomment-3283875644
@IgGusev want to take a look too, plz wait his comments too.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
xtern commented on code in PR #6563:
URL: https://github.com/apache/ignite-3/pull/6563#discussion_r2333511951
##
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/StorageUpdateHandler.java:
##
@@ -443,6 +453,8 @@ private void performAddWriteCommittedWithCl
sonarqubecloud[bot] commented on PR #12265:
URL: https://github.com/apache/ignite/pull/12265#issuecomment-3274314298
## [](https://son
AMashenkov commented on code in PR #6553:
URL: https://github.com/apache/ignite-3/pull/6553#discussion_r2339761047
##
docs/_docs/developers-guide/clients/overview.adoc:
##
@@ -105,6 +105,88 @@ For each key that needs updating, the client will get the
name of the node holdi
N
lowka opened a new pull request, #6581:
URL: https://github.com/apache/ignite-3/pull/6581
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:
###
xtern commented on code in PR #6563:
URL: https://github.com/apache/ignite-3/pull/6563#discussion_r2343063936
##
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/PartitionModificationCounterFactory.java:
##
@@ -0,0 +1,52 @@
+/*
+ * Licensed to the Apache
wernerdv opened a new pull request, #12340:
URL: https://github.com/apache/ignite/pull/12340
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 #6563:
URL: https://github.com/apache/ignite-3/pull/6563#discussion_r2343058508
##
modules/runner/src/main/java/org/apache/ignite/internal/app/IgniteImpl.java:
##
@@ -1110,6 +,9 @@ public class IgniteImpl implements Ignite {
met
denis-chudov commented on code in PR #6572:
URL: https://github.com/apache/ignite-3/pull/6572#discussion_r2336718140
##
modules/distribution-zones/src/integrationTest/java/org/apache/ignite/internal/distributionzones/ItDistributionZonesFiltersTest.java:
##
@@ -471,13 +471,10 @@
sonarqubecloud[bot] commented on PR #11523:
URL: https://github.com/apache/ignite/pull/11523#issuecomment-3266830738
## [](https://son
Copilot commented on code in PR #6577:
URL: https://github.com/apache/ignite-3/pull/6577#discussion_r2341337049
##
modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/segstore/IgniteLogStorage.java:
##
@@ -0,0 +1,160 @@
+/*
+ * Licensed to the Apache Software Foun
sergey-chugunov-1985 merged PR #12327:
URL: https://github.com/apache/ignite/pull/12327
--
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-un
Pochatkin commented on code in PR #6556:
URL: https://github.com/apache/ignite-3/pull/6556#discussion_r2332359855
##
modules/code-deployment/src/main/java/org/apache/ignite/internal/deployunit/StaticUnitDeployer.java:
##
@@ -0,0 +1,176 @@
+/*
+ * Licensed to the Apache Software
wernerdv opened a new pull request, #12334:
URL: https://github.com/apache/ignite/pull/12334
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
sashapolo merged PR #6571:
URL: https://github.com/apache/ignite-3/pull/6571
--
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
Cyrill commented on code in PR #6563:
URL: https://github.com/apache/ignite-3/pull/6563#discussion_r2341204290
##
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##
@@ -3051,6 +3057,11 @@ private CompletableFuture
stopTablePartition(T
shishkovilja merged PR #12209:
URL: https://github.com/apache/ignite/pull/12209
--
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..
zstan commented on code in PR #6553:
URL: https://github.com/apache/ignite-3/pull/6553#discussion_r2339083947
##
docs/_docs/developers-guide/clients/overview.adoc:
##
@@ -105,6 +105,88 @@ For each key that needs updating, the client will get the
name of the node holdi
NOTE:
ptupitsyn merged PR #6578:
URL: https://github.com/apache/ignite-3/pull/6578
--
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
ptupitsyn commented on PR #6580:
URL: https://github.com/apache/ignite-3/pull/6580#issuecomment-3283549021
@dependabot rebase
--
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.
ptupitsyn merged PR #6579:
URL: https://github.com/apache/ignite-3/pull/6579
--
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
adityamukho commented on code in PR #6577:
URL: https://github.com/apache/ignite-3/pull/6577#discussion_r2342751314
##
modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/segstore/SegmentFileManager.java:
##
@@ -0,0 +1,248 @@
+/*
+ * Licensed to the Apache Softwar
adityamukho commented on code in PR #6577:
URL: https://github.com/apache/ignite-3/pull/6577#discussion_r2342748275
##
modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/segstore/SegmentFileManager.java:
##
@@ -0,0 +1,248 @@
+/*
+ * Licensed to the Apache Softwar
sonarqubecloud[bot] commented on PR #12291:
URL: https://github.com/apache/ignite/pull/12291#issuecomment-3280992175
## [](https://son
sashapolo commented on code in PR #6577:
URL: https://github.com/apache/ignite-3/pull/6577#discussion_r2341341768
##
modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/segstore/SegmentFileManager.java:
##
@@ -0,0 +1,224 @@
+/*
+ * Licensed to the Apache Software
sashapolo opened a new pull request, #6577:
URL: https://github.com/apache/ignite-3/pull/6577
https://issues.apache.org/jira/browse/IGNITE-26270
Thank you for submitting the pull request.
To streamline the review process of the patch and ensure better code quality
we ask both
sashapolo commented on code in PR #6577:
URL: https://github.com/apache/ignite-3/pull/6577#discussion_r2341834845
##
modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/segstore/IgniteLogStorage.java:
##
@@ -0,0 +1,160 @@
+/*
+ * Licensed to the Apache Software Fo
adityamukho commented on code in PR #6577:
URL: https://github.com/apache/ignite-3/pull/6577#discussion_r2341820463
##
modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/segstore/IgniteLogStorage.java:
##
@@ -0,0 +1,160 @@
+/*
+ * Licensed to the Apache Software
adityamukho commented on code in PR #6577:
URL: https://github.com/apache/ignite-3/pull/6577#discussion_r2341731074
##
modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/segstore/SegmentFileManager.java:
##
@@ -0,0 +1,242 @@
+/*
+ * Licensed to the Apache Softwar
sashapolo commented on code in PR #6577:
URL: https://github.com/apache/ignite-3/pull/6577#discussion_r2341729055
##
modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/segstore/IgniteLogStorage.java:
##
@@ -0,0 +1,160 @@
+/*
+ * Licensed to the Apache Software Fo
sonarqubecloud[bot] commented on PR #12339:
URL: https://github.com/apache/ignite/pull/12339#issuecomment-3281791915
## [](https://son
alex-plekhanov opened a new pull request, #12339:
URL: https://github.com/apache/ignite/pull/12339
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:
wernerdv commented on code in PR #12301:
URL: https://github.com/apache/ignite/pull/12301#discussion_r2341424253
##
modules/core/src/test/java/org/apache/ignite/internal/GridReleaseTypeSelfTest.java:
##
@@ -59,59 +69,338 @@ public class GridReleaseTypeSelfTest extends
GridCommo
sashapolo commented on code in PR #6577:
URL: https://github.com/apache/ignite-3/pull/6577#discussion_r2341338328
##
modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/segstore/SegmentFile.java:
##
@@ -35,6 +36,11 @@
* This implementation is thread-safe in term
wernerdv commented on code in PR #12301:
URL: https://github.com/apache/ignite/pull/12301#discussion_r2341334126
##
modules/core/src/test/java/org/apache/ignite/internal/GridReleaseTypeSelfTest.java:
##
@@ -17,19 +17,29 @@
package org.apache.ignite.internal;
-import java.io
dependabot[bot] opened a new pull request, #6578:
URL: https://github.com/apache/ignite-3/pull/6578
Bumps [com.typesafe:config](https://github.com/lightbend/config) from 1.4.4
to 1.4.5.
Release notes
Sourced from https://github.com/lightbend/config/releases";>com.typesafe:config's
sashapolo commented on code in PR #6577:
URL: https://github.com/apache/ignite-3/pull/6577#discussion_r234169
##
modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/segstore/IgniteLogStorage.java:
##
@@ -0,0 +1,160 @@
+/*
+ * Licensed to the Apache Software Fo
rpuch commented on code in PR #6577:
URL: https://github.com/apache/ignite-3/pull/6577#discussion_r2341010532
##
modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/segstore/IgniteLogStorage.java:
##
@@ -0,0 +1,160 @@
+/*
+ * Licensed to the Apache Software Founda
McAshesha opened a new pull request, #12338:
URL: https://github.com/apache/ignite/pull/12338
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
shishkovilja merged PR #12334:
URL: https://github.com/apache/ignite/pull/12334
--
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..
sk0x50 opened a new pull request, #6576:
URL: https://github.com/apache/ignite-3/pull/6576
https://issues.apache.org/jira/browse/IGNITE-26391
Thank you for submitting the pull request.
To streamline the review process of the patch and ensure better code quality
we ask both an
AMashenkov commented on code in PR #6553:
URL: https://github.com/apache/ignite-3/pull/6553#discussion_r2339733221
##
docs/_docs/developers-guide/clients/overview.adoc:
##
@@ -105,6 +105,88 @@ For each key that needs updating, the client will get the
name of the node holdi
N
korlov42 commented on code in PR #6530:
URL: https://github.com/apache/ignite-3/pull/6530#discussion_r2339410177
##
modules/jdbc/src/main/java/org/apache/ignite/internal/jdbc2/JdbcResultSet.java:
##
@@ -0,0 +1,1809 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) unde
chesnokoff opened a new pull request, #12337:
URL: https://github.com/apache/ignite/pull/12337
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:
###
sonarqubecloud[bot] commented on PR #12328:
URL: https://github.com/apache/ignite/pull/12328#issuecomment-3279164319
## [](https://son
shishkovilja merged PR #12328:
URL: https://github.com/apache/ignite/pull/12328
--
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..
ygerzhedovich commented on code in PR #6530:
URL: https://github.com/apache/ignite-3/pull/6530#discussion_r2339154895
##
modules/jdbc/src/main/java/org/apache/ignite/internal/jdbc2/JdbcResultSet.java:
##
@@ -0,0 +1,1813 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
sashapolo commented on code in PR #6571:
URL: https://github.com/apache/ignite-3/pull/6571#discussion_r2339129261
##
modules/raft/src/test/java/org/apache/ignite/internal/raft/storage/segstore/SegmentFileTest.java:
##
@@ -0,0 +1,466 @@
+/*
+ * Licensed to the Apache Software Fou
zstan commented on code in PR #6553:
URL: https://github.com/apache/ignite-3/pull/6553#discussion_r2339056291
##
docs/_docs/developers-guide/clients/overview.adoc:
##
@@ -105,6 +105,88 @@ For each key that needs updating, the client will get the
name of the node holdi
NOTE:
rpuch commented on code in PR #6571:
URL: https://github.com/apache/ignite-3/pull/6571#discussion_r2336888113
##
modules/raft/src/test/java/org/apache/ignite/internal/raft/storage/segstore/SegmentFileTest.java:
##
@@ -0,0 +1,466 @@
+/*
+ * Licensed to the Apache Software Foundat
DenisPolo opened a new pull request, #12336:
URL: https://github.com/apache/ignite/pull/12336
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
dependabot[bot] commented on PR #6575:
URL: https://github.com/apache/ignite-3/pull/6575#issuecomment-3277411214
OK, I won't notify you again about this release, but will get in touch when
a new version is available. You can also ignore all major, minor, or patch
releases for a dependency b
ptupitsyn closed pull request #6575: Bump jline from 3.29.0 to 3.30.6
URL: https://github.com/apache/ignite-3/pull/6575
--
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 unsub
JAkutenshi commented on code in PR #6572:
URL: https://github.com/apache/ignite-3/pull/6572#discussion_r2336727372
##
modules/distribution-zones/src/integrationTest/java/org/apache/ignite/internal/distributionzones/ItDistributionZonesFiltersTest.java:
##
@@ -471,13 +471,10 @@ pu
IgGusev opened a new pull request, #12333:
URL: https://github.com/apache/ignite/pull/12333
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
JAkutenshi commented on code in PR #6572:
URL: https://github.com/apache/ignite-3/pull/6572#discussion_r2336727993
##
modules/distribution-zones/src/integrationTest/java/org/apache/ignite/internal/distributionzones/ItDistributionZonesFiltersTest.java:
##
@@ -421,6 +424,67 @@ voi
ygerzhedovich commented on code in PR #6530:
URL: https://github.com/apache/ignite-3/pull/6530#discussion_r2336582147
##
modules/jdbc/src/main/java/org/apache/ignite/internal/jdbc2/JdbcResultSet.java:
##
@@ -0,0 +1,1813 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
1 - 100 of 18242 matches
Mail list logo