Re: [PR] IGNITE-25720 Fix failed tests SnapshotCompressionBasicTest [ignite]

2025-09-13 Thread via GitHub
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

[PR] Bump com.google.testing.compile:compile-testing from 0.22.0 to 0.23.0 [ignite-3]

2025-09-13 Thread via GitHub
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

Re: [PR] IGNITE-26346 Ban the creation of distribution zones which don't have data nodes at the moment of creation [ignite-3]

2025-09-13 Thread via GitHub
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

Re: [PR] IGNITE-26067 Partition modification counter [ignite-3]

2025-09-13 Thread via GitHub
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

Re: [PR] IGNITE-26426 Support C++ platforms code compilation with the C++23 standard [ignite-3]

2025-09-13 Thread via GitHub
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 =

Re: [PR] IGNITE-26318 Add a mechanism to differentiate between user input errors and system errors [ignite-3]

2025-09-12 Thread via GitHub
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

Re: [PR] IGNITE-26318 Add a mechanism to differentiate between user input errors and system errors [ignite-3]

2025-09-12 Thread via GitHub
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

[PR] IGNITE-26268: Fix Javadoc self-link warning in CdcEvent#partition() [ignite]

2025-09-12 Thread via GitHub
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

Re: [PR] IGNITE-26426 Support C++ platforms code compilation with the C++23 standard [ignite-3]

2025-09-12 Thread via GitHub
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

[PR] Bump com.google.protobuf:protobuf-java from 4.32.0 to 4.32.1 [ignite-3]

2025-09-12 Thread via GitHub
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

[PR] IGNITE-26429 Add table api examples [ignite-3]

2025-09-12 Thread via GitHub
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: ##

[PR] IGNITE-26183 Bypass apply queue [ignite-3]

2025-09-12 Thread via GitHub
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

[PR] Ignite-15373 Add Kotlin DSL pipelines [ignite-3]

2025-09-12 Thread via GitHub
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/

Re: [PR] IGNITE-26318 Add a mechanism to differentiate between user input errors and system errors [ignite-3]

2025-09-12 Thread via GitHub
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

[I] SystemViewExporterSpi can not properly be configured [ignite]

2025-09-12 Thread via GitHub
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

Re: [PR] IGNITE-26259 Use MessageSerializer for GridQueryCancelRequest [ignite]

2025-09-12 Thread via GitHub
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..

Re: [PR] IGNITE-26426 Support C++ platforms code compilation with the C++23 standard [ignite-3]

2025-09-12 Thread via GitHub
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

[PR] IGNITE-26426 Support C++ platforms code compilation with the C++23 standard [ignite-3]

2025-09-12 Thread via GitHub
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

[PR] IGNITE-26424 Remove unused annotations from CacheObject inheritors [ignite]

2025-09-12 Thread via GitHub
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

Re: [PR] IGNITE-25616 Document jdbc\thin partition awareness usage [ignite-3]

2025-09-12 Thread via GitHub
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

Re: [PR] IGNITE-26354 Jdbc. ResultSet backed by thin client without data accessors [ignite-3]

2025-09-12 Thread via GitHub
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

Re: [PR] IGNITE-25616 Document jdbc\thin partition awareness usage [ignite-3]

2025-09-12 Thread via GitHub
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

Re: [PR] IGNITE-26354 Jdbc. ResultSet backed by thin client without data accessors [ignite-3]

2025-09-12 Thread via GitHub
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

Re: [PR] IGNITE-26354 Jdbc. ResultSet backed by thin client without data accessors [ignite-3]

2025-09-12 Thread via GitHub
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

Re: [PR] IGNITE-26270 Implement entry append and segment switching [ignite-3]

2025-09-12 Thread via GitHub
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

Re: [PR] IGNITE-25534 Update Ignite versions validation for cluster [ignite]

2025-09-12 Thread via GitHub
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

Re: [PR] IGNITE-26354 Jdbc. ResultSet backed by thin client without data accessors [ignite-3]

2025-09-12 Thread via GitHub
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

Re: [PR] IGNITE-26270 Implement entry append and segment switching [ignite-3]

2025-09-12 Thread via GitHub
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

Re: [PR] IGNITE-25616 Document jdbc\thin partition awareness usage [ignite-3]

2025-09-12 Thread via GitHub
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

Re: [PR] IGNITE-25616 Document jdbc\thin partition awareness usage [ignite-3]

2025-09-12 Thread via GitHub
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

Re: [PR] IGNITE-25720 Fix failed tests SnapshotCompressionBasicTest [ignite]

2025-09-12 Thread via GitHub
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

Re: [PR] IGNITE-26354 Jdbc. ResultSet backed by thin client without data accessors [ignite-3]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-25720 Fix failed tests SnapshotCompressionBasicTest [ignite]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-25720 Fix failed tests SnapshotCompressionBasicTest [ignite]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-25720 Fix failed tests SnapshotCompressionBasicTest [ignite]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-26318 Add a mechanism to differentiate between user input errors and system errors [ignite-3]

2025-09-11 Thread via GitHub
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 @@ */

Re: [PR] IGNITE-25720 Fix failed tests SnapshotCompressionBasicTest [ignite]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-25720 Fix failed tests SnapshotCompressionBasicTest [ignite]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-26270 Implement entry append and segment switching [ignite-3]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-25720 Fix failed tests SnapshotCompressionBasicTest [ignite]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-25720 Fix failed tests SnapshotCompressionBasicTest [ignite]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-25720 Fix failed tests SnapshotCompressionBasicTest [ignite]

2025-09-11 Thread via GitHub
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

[PR] IGNITE-26423 Use MessageSerializer for GridDhtPartitionsSingleRequest [ignite]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-25616 Document jdbc\thin partition awareness usage [ignite-3]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-26067 Partition modification counter [ignite-3]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-25995 Remove Message interface from TxEntryValueHolder and IgniteTxEntry [ignite]

2025-09-11 Thread via GitHub
sonarqubecloud[bot] commented on PR #12265: URL: https://github.com/apache/ignite/pull/12265#issuecomment-3274314298 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://son

Re: [PR] IGNITE-25616 Document jdbc\thin partition awareness usage [ignite-3]

2025-09-11 Thread via GitHub
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

[PR] IGNITE-26417 Jdbc. DatabaseMetadata for thin client backed connection [ignite-3]

2025-09-11 Thread via GitHub
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: ###

Re: [PR] IGNITE-26067 Partition modification counter [ignite-3]

2025-09-11 Thread via GitHub
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

[PR] IGNITE-26056 Use MessageSerializer for ServiceSingleNodeDeploymentResultBatch [ignite]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-26067 Partition modification counter [ignite-3]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-26347 Adjust the rebalancing logic in the case of empty data nodes [ignite-3]

2025-09-11 Thread via GitHub
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 @@

Re: [PR] IGNITE-23037 Remove GridDhtUnlockRequest [ignite]

2025-09-11 Thread via GitHub
sonarqubecloud[bot] commented on PR #11523: URL: https://github.com/apache/ignite/pull/11523#issuecomment-3266830738 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://son

Re: [PR] IGNITE-26270 Implement entry append and segment switching [ignite-3]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-26400 Use MessageSerializer for CacheGroupAffinityMessage [ignite]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-25508 Static unit deployment [ignite-3]

2025-09-11 Thread via GitHub
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

[PR] IGNITE-26405 Fix GridCacheDhtLockBackupSelfTest#testLock [ignite]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-26269 Add append-only segment file implementation [ignite-3]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-26067 Partition modification counter [ignite-3]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-25533 Remove Message#onAckReceived [ignite]

2025-09-11 Thread via GitHub
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..

Re: [PR] IGNITE-25616 Document jdbc\thin partition awareness usage [ignite-3]

2025-09-11 Thread via GitHub
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:

Re: [PR] Bump com.typesafe:config from 1.4.4 to 1.4.5 [ignite-3]

2025-09-11 Thread via GitHub
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

Re: [PR] Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 [ignite-3]

2025-09-11 Thread via GitHub
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.

Re: [PR] Bump com.google.testing.compile:compile-testing from 0.22.0 to 0.23.0 [ignite-3]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-26270 Implement entry append and segment switching [ignite-3]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-26270 Implement entry append and segment switching [ignite-3]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-26259 Use MessageSerializer for GridQueryCancelRequest [ignite]

2025-09-11 Thread via GitHub
sonarqubecloud[bot] commented on PR #12291: URL: https://github.com/apache/ignite/pull/12291#issuecomment-3280992175 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://son

Re: [PR] IGNITE-26270 Implement entry append and segment switching [ignite-3]

2025-09-11 Thread via GitHub
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

[PR] IGNITE-26270 Implement entry append and segment switching [ignite-3]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-26270 Implement entry append and segment switching [ignite-3]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-26270 Implement entry append and segment switching [ignite-3]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-26270 Implement entry append and segment switching [ignite-3]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-26270 Implement entry append and segment switching [ignite-3]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-26209 Add metrics to improve node network unavailability detection [ignite]

2025-09-11 Thread via GitHub
sonarqubecloud[bot] commented on PR #12339: URL: https://github.com/apache/ignite/pull/12339#issuecomment-3281791915 ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate Failed')](https://son

[PR] IGNITE-26209 Add metrics to improve node network unavailability detection [ignite]

2025-09-11 Thread via GitHub
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:

Re: [PR] IGNITE-25534 Update Ignite versions validation for cluster [ignite]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-26270 Implement entry append and segment switching [ignite-3]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-25534 Update Ignite versions validation for cluster [ignite]

2025-09-11 Thread via GitHub
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

[PR] Bump com.typesafe:config from 1.4.4 to 1.4.5 [ignite-3]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-26270 Implement entry append and segment switching [ignite-3]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-26270 Implement entry append and segment switching [ignite-3]

2025-09-11 Thread via GitHub
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

[PR] IGNITE-26267 Mark SqlFieldsQuery#setLazy/isLazy with @Deprecated [ignite]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-26405 Fix GridCacheDhtLockBackupSelfTest#testLock [ignite]

2025-09-11 Thread via GitHub
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..

[PR] IGNITE-26391 Avoid redundant boxing/unboxing while creating PartitionWithConsistencyToken [ignite-3]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-25616 Document jdbc\thin partition awareness usage [ignite-3]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-26354 Jdbc. ResultSet backed by thin client without data accessors [ignite-3]

2025-09-11 Thread via GitHub
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

[PR] IGNITE-26404 Fix H2QueryInfo#planWithoutScanCount [ignite]

2025-09-11 Thread via GitHub
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: ###

Re: [PR] IGNITE-26402 Use MessageSerializer for GridDhtTxOnePhaseCommitAckRequest [ignite]

2025-09-11 Thread via GitHub
sonarqubecloud[bot] commented on PR #12328: URL: https://github.com/apache/ignite/pull/12328#issuecomment-3279164319 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://son

Re: [PR] IGNITE-26402 Use MessageSerializer for GridDhtTxOnePhaseCommitAckRequest [ignite]

2025-09-11 Thread via GitHub
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..

Re: [PR] IGNITE-26354 Jdbc. ResultSet backed by thin client without data accessors [ignite-3]

2025-09-11 Thread via GitHub
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)

Re: [PR] IGNITE-26269 Add append-only segment file implementation [ignite-3]

2025-09-11 Thread via GitHub
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

Re: [PR] IGNITE-25616 Document jdbc\thin partition awareness usage [ignite-3]

2025-09-11 Thread via GitHub
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:

Re: [PR] IGNITE-26269 Add append-only segment file implementation [ignite-3]

2025-09-10 Thread via GitHub
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

[PR] IGNITE-26258 Use MessageSerializer for DataStreamerEntry [ignite]

2025-09-10 Thread via GitHub
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

Re: [PR] Bump jline from 3.29.0 to 3.30.6 [ignite-3]

2025-09-10 Thread via GitHub
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

Re: [PR] Bump jline from 3.29.0 to 3.30.6 [ignite-3]

2025-09-10 Thread via GitHub
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

Re: [PR] IGNITE-26347 Adjust the rebalancing logic in the case of empty data nodes [ignite-3]

2025-09-10 Thread via GitHub
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

[PR] IGNITE-26412 Fix a broken link to JMX metrics [ignite]

2025-09-10 Thread via GitHub
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

Re: [PR] IGNITE-26347 Adjust the rebalancing logic in the case of empty data nodes [ignite-3]

2025-09-10 Thread via GitHub
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

Re: [PR] IGNITE-26354 Jdbc. ResultSet backed by thin client without data accessors [ignite-3]

2025-09-10 Thread via GitHub
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   2   3   4   5   6   7   8   9   10   >