Re: [PR] IGNITE-25025 Enrich RetryContext with retry reasons [ignite-3]

2025-04-25 Thread via GitHub
ibessonov merged PR #5679: URL: https://github.com/apache/ignite-3/pull/5679 -- 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

[PR] wip [ignite-3]

2025-04-25 Thread via GitHub
denis-chudov opened a new pull request, #5701: URL: https://github.com/apache/ignite-3/pull/5701 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-22486 Change rendering format of named lists in configuration [ignite-3]

2025-04-25 Thread via GitHub
ivanzlenko commented on code in PR #5699: URL: https://github.com/apache/ignite-3/pull/5699#discussion_r2060506406 ## modules/configuration/src/main/java/org/apache/ignite/internal/configuration/tree/ConverterToMapVisitor.java: ## @@ -132,50 +130,21 @@ public Object visitNamedLi

[PR] Bump org.junit.platform:junit-platform-testkit from 1.12.1 to 1.12.2 [ignite-3]

2025-04-25 Thread via GitHub
dependabot[bot] opened a new pull request, #5705: URL: https://github.com/apache/ignite-3/pull/5705 Bumps [org.junit.platform:junit-platform-testkit](https://github.com/junit-team/junit5) from 1.12.1 to 1.12.2. Commits See full diff in https://github.com/junit-team/junit5/comm

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

2025-04-25 Thread via GitHub
dependabot[bot] opened a new pull request, #5706: URL: https://github.com/apache/ignite-3/pull/5706 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.12.1 to 2.13.1. Release notes Sourced from https://github.com/google/gson/releases";>com.google.code.gson:gso

[PR] Bump picocli from 4.7.5 to 4.7.7 [ignite-3]

2025-04-25 Thread via GitHub
dependabot[bot] opened a new pull request, #5703: URL: https://github.com/apache/ignite-3/pull/5703 Bumps `picocli` from 4.7.5 to 4.7.7. Updates `info.picocli:picocli-shell-jline3` from 4.7.5 to 4.7.7 Release notes Sourced from https://github.com/remkop/picocli/releases";>info.pi

[PR] Bump spring-boot from 3.4.4 to 3.4.5 [ignite-3]

2025-04-25 Thread via GitHub
dependabot[bot] opened a new pull request, #5702: URL: https://github.com/apache/ignite-3/pull/5702 Bumps `spring-boot` from 3.4.4 to 3.4.5. Updates `org.springframework.boot:spring-boot` from 3.4.4 to 3.4.5 Release notes Sourced from https://github.com/spring-projects/spring-boo

[PR] Bump jackson from 2.18.3 to 2.19.0 [ignite-3]

2025-04-25 Thread via GitHub
dependabot[bot] opened a new pull request, #5704: URL: https://github.com/apache/ignite-3/pull/5704 Bumps `jackson` from 2.18.3 to 2.19.0. Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.3 to 2.19.0 Commits https://github.com/FasterXML/jackson-core/commit/9c99b459

Re: [PR] IGNITE-25242 Handle NodeStoppingException in ReplicaStateManager [ignite-3]

2025-04-25 Thread via GitHub
rpuch merged PR #5700: URL: https://github.com/apache/ignite-3/pull/5700 -- 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

Re: [PR] IGNITE-24230 Enrich Disaster Recovery REST API with new methods for the colocation case [ignite-3]

2025-04-25 Thread via GitHub
alievmirza commented on code in PR #5694: URL: https://github.com/apache/ignite-3/pull/5694#discussion_r2060392355 ## modules/rest/src/integrationTest/java/org/apache/ignite/internal/rest/recovery/ItDisasterRecoveryControllerRestartPartitionsTest.java: ## @@ -86,11 +90,16 @@ pub

Re: [PR] IGNITE-25025 Enrich RetryContext with retry reasons [ignite-3]

2025-04-25 Thread via GitHub
rpuch commented on code in PR #5679: URL: https://github.com/apache/ignite-3/pull/5679#discussion_r2060373415 ## modules/raft/src/main/java/org/apache/ignite/internal/raft/RetryContext.java: ## @@ -60,6 +69,11 @@ class RetryContext { */ private final Set unavailablePe

Re: [PR] IGNITE-25025 Enrich RetryContext with retry reasons [ignite-3]

2025-04-25 Thread via GitHub
ibessonov commented on code in PR #5679: URL: https://github.com/apache/ignite-3/pull/5679#discussion_r2060346926 ## modules/raft/src/main/java/org/apache/ignite/internal/raft/RetryContext.java: ## @@ -60,6 +69,11 @@ class RetryContext { */ private final Set unavailab

[PR] IGNITE-25242 Handle NodeStoppingException in ReplicaStateManager [ignite-3]

2025-04-25 Thread via GitHub
rpuch opened a new pull request, #5700: URL: https://github.com/apache/ignite-3/pull/5700 https://issues.apache.org/jira/browse/IGNITE-25242 -- 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

Re: [PR] IGNITE-25025 Enrich RetryContext with retry reasons [ignite-3]

2025-04-25 Thread via GitHub
ibessonov commented on code in PR #5679: URL: https://github.com/apache/ignite-3/pull/5679#discussion_r2060351686 ## modules/raft/src/main/java/org/apache/ignite/internal/raft/RetryContext.java: ## @@ -60,6 +69,11 @@ class RetryContext { */ private final Set unavailab

Re: [PR] IGNITE-25025 Enrich RetryContext with retry reasons [ignite-3]

2025-04-25 Thread via GitHub
ibessonov commented on code in PR #5679: URL: https://github.com/apache/ignite-3/pull/5679#discussion_r2060346586 ## modules/raft/src/main/java/org/apache/ignite/internal/raft/RaftGroupServiceImpl.java: ## @@ -768,7 +765,8 @@ private void handleErrorResponse(CompletableFuture fu

[PR] IGNITE-22486 Change rendering format of named lists in configuration [ignite-3]

2025-04-25 Thread via GitHub
ibessonov opened a new pull request, #5699: URL: https://github.com/apache/ignite-3/pull/5699 https://issues.apache.org/jira/browse/IGNITE-22486 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-25025 Enrich RetryContext with retry reasons [ignite-3]

2025-04-25 Thread via GitHub
rpuch commented on code in PR #5679: URL: https://github.com/apache/ignite-3/pull/5679#discussion_r2060326912 ## modules/raft/src/main/java/org/apache/ignite/internal/raft/RaftGroupServiceImpl.java: ## @@ -768,7 +765,8 @@ private void handleErrorResponse(CompletableFuture fut

Re: [PR] IGNITE-24230 Enrich Disaster Recovery REST API with new methods for the colocation case [ignite-3]

2025-04-25 Thread via GitHub
Phillippko commented on code in PR #5694: URL: https://github.com/apache/ignite-3/pull/5694#discussion_r2060284234 ## modules/rest/src/integrationTest/java/org/apache/ignite/internal/rest/recovery/ItDisasterRecoveryControllerRestartPartitionsTest.java: ## @@ -86,11 +90,16 @@ pub

[PR] IGNITE-25212 Fix getting empty values from meta-storage in some cases [ignite-3]

2025-04-25 Thread via GitHub
ibessonov opened a new pull request, #5698: URL: https://github.com/apache/ignite-3/pull/5698 https://issues.apache.org/jira/browse/IGNITE-25212 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-24230 Enrich Disaster Recovery REST API with new methods for the colocation case [ignite-3]

2025-04-25 Thread via GitHub
alievmirza commented on code in PR #5694: URL: https://github.com/apache/ignite-3/pull/5694#discussion_r2060127972 ## modules/rest/src/integrationTest/java/org/apache/ignite/internal/rest/recovery/ItDisasterRecoveryControllerRestartPartitionsTest.java: ## @@ -86,11 +90,16 @@ pub

Re: [PR] IGNITE-24230 Enrich Disaster Recovery REST API with new methods for the colocation case [ignite-3]

2025-04-25 Thread via GitHub
alievmirza commented on code in PR #5694: URL: https://github.com/apache/ignite-3/pull/5694#discussion_r2060126645 ## modules/rest-api/src/main/java/org/apache/ignite/internal/rest/api/recovery/DisasterRecoveryApi.java: ## @@ -105,4 +105,69 @@ CompletableFuture getGlobalPartiti

[PR] IGNITE-25077 expects error on using alias in group by clause. [ignite-3]

2025-04-25 Thread via GitHub
ygerzhedovich opened a new pull request, #5697: URL: https://github.com/apache/ignite-3/pull/5697 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-24287 Add SystemViewHandler [ignite-extensions]

2025-04-25 Thread via GitHub
timoninmaxim commented on code in PR #298: URL: https://github.com/apache/ignite-extensions/pull/298#discussion_r2060037562 ## modules/performance-statistics-ext/src/main/java/org/apache/ignite/internal/performancestatistics/handlers/PrintHandler.java: ## @@ -340,6 +342,19 @@ pu

Re: [PR] IGNITE-25237 Fix failed ItMetaStorageWatchTest.testReplayUpdates [ignite-3]

2025-04-25 Thread via GitHub
ibessonov merged PR #5696: URL: https://github.com/apache/ignite-3/pull/5696 -- 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-25237 Fix failed ItMetaStorageWatchTest.testReplayUpdates [ignite-3]

2025-04-25 Thread via GitHub
ibessonov commented on code in PR #5696: URL: https://github.com/apache/ignite-3/pull/5696#discussion_r2060005242 ## modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/persistence/RocksDbKeyValueStorage.java: ## @@ -1092,11 +1092,13 @@ private void a

Re: [PR] IGNITE-25237 Fix failed ItMetaStorageWatchTest.testReplayUpdates [ignite-3]

2025-04-25 Thread via GitHub
alievmirza commented on code in PR #5696: URL: https://github.com/apache/ignite-3/pull/5696#discussion_r2060003923 ## modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/persistence/RocksDbKeyValueStorage.java: ## @@ -1092,11 +1092,13 @@ private void

Re: [PR] IGNITE-25237 Fix failed ItMetaStorageWatchTest.testReplayUpdates [ignite-3]

2025-04-25 Thread via GitHub
alievmirza commented on code in PR #5696: URL: https://github.com/apache/ignite-3/pull/5696#discussion_r2060003923 ## modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/persistence/RocksDbKeyValueStorage.java: ## @@ -1092,11 +1092,13 @@ private void

Re: [PR] IGNITE-24230 Enrich Disaster Recovery REST API with new methods for the colocation case [ignite-3]

2025-04-25 Thread via GitHub
Cyrill commented on code in PR #5694: URL: https://github.com/apache/ignite-3/pull/5694#discussion_r2059991829 ## modules/rest-api/src/main/java/org/apache/ignite/internal/rest/api/recovery/DisasterRecoveryApi.java: ## @@ -105,4 +105,69 @@ CompletableFuture getGlobalPartitionSt

Re: [PR] IGNITE-24230 Enrich Disaster Recovery REST API with new methods for the colocation case [ignite-3]

2025-04-25 Thread via GitHub
Cyrill commented on code in PR #5694: URL: https://github.com/apache/ignite-3/pull/5694#discussion_r2059981890 ## modules/rest/src/main/java/org/apache/ignite/internal/rest/recovery/DisasterRecoveryController.java: ## @@ -158,6 +228,23 @@ private static GlobalPartitionStatesResp

Re: [PR] IGNITE-24230 Enrich Disaster Recovery REST API with new methods for the colocation case [ignite-3]

2025-04-25 Thread via GitHub
Cyrill commented on code in PR #5694: URL: https://github.com/apache/ignite-3/pull/5694#discussion_r2059975259 ## modules/rest/src/integrationTest/java/org/apache/ignite/internal/rest/recovery/ItDisasterRecoveryControllerRestartPartitionsTest.java: ## @@ -86,11 +90,16 @@ public

Re: [PR] IGNITE-24991 Enable ItBigZoneOperationTest [ignite-3]

2025-04-25 Thread via GitHub
rpuch merged PR #5695: URL: https://github.com/apache/ignite-3/pull/5695 -- 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

[PR] IGNITE-25237 Fix failed ItMetaStorageWatchTest.testReplayUpdates [ignite-3]

2025-04-25 Thread via GitHub
ibessonov opened a new pull request, #5696: URL: https://github.com/apache/ignite-3/pull/5696 https://issues.apache.org/jira/browse/IGNITE-25237 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-25186 Move BinaryArray to package-private [ignite]

2025-04-25 Thread via GitHub
sonarqubecloud[bot] commented on PR #12014: URL: https://github.com/apache/ignite/pull/12014#issuecomment-2829855225 ## [![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] Bump com.github.spotbugs from 6.1.7 to 6.1.9 [ignite-3]

2025-04-25 Thread via GitHub
sashapolo merged PR #5691: URL: https://github.com/apache/ignite-3/pull/5691 -- 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 junit5 from 5.12.1 to 5.12.2 [ignite-3]

2025-04-25 Thread via GitHub
sashapolo merged PR #5617: URL: https://github.com/apache/ignite-3/pull/5617 -- 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 net.bytebuddy:byte-buddy from 1.17.4 to 1.17.5 [ignite-3]

2025-04-25 Thread via GitHub
sashapolo merged PR #5531: URL: https://github.com/apache/ignite-3/pull/5531 -- 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-24284 SQL Calcite: Fix flaky SqlDiagnosticIntegrationTest.testPerformanceStatistics [ignite]

2025-04-25 Thread via GitHub
asfgit closed pull request #12039: IGNITE-24284 SQL Calcite: Fix flaky SqlDiagnosticIntegrationTest.testPerformanceStatistics URL: https://github.com/apache/ignite/pull/12039 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[PR] IGNITE-24991 Enable ItBigZoneOperationTest [ignite-3]

2025-04-25 Thread via GitHub
rpuch opened a new pull request, #5695: URL: https://github.com/apache/ignite-3/pull/5695 https://issues.apache.org/jira/browse/IGNITE-24991 -- 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

Re: [PR] Bump junit5 from 5.12.1 to 5.12.2 [ignite-3]

2025-04-25 Thread via GitHub
sashapolo commented on PR #5617: URL: https://github.com/apache/ignite-3/pull/5617#issuecomment-2829594423 @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 org.rocksdb:rocksdbjni from 9.10.0 to 10.0.1 [ignite-3]

2025-04-25 Thread via GitHub
sashapolo merged PR #5692: URL: https://github.com/apache/ignite-3/pull/5692 -- 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 org.springframework.data:spring-data-jdbc from 3.4.4 to 3.4.5 [ignite-3]

2025-04-25 Thread via GitHub
sashapolo merged PR #5693: URL: https://github.com/apache/ignite-3/pull/5693 -- 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-25194 Fix corrupted tree exception on expiration [ignite]

2025-04-25 Thread via GitHub
asfgit closed pull request #12020: IGNITE-25194 Fix corrupted tree exception on expiration URL: https://github.com/apache/ignite/pull/12020 -- 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 specif

Re: [PR] IGNITE-25227 Fix meta-storage compaction algorithm [ignite-3]

2025-04-25 Thread via GitHub
ibessonov merged PR #5684: URL: https://github.com/apache/ignite-3/pull/5684 -- 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-25235 SQL Calcite: Fix colocated aggregates distribution. Fix … [ignite]

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