[PR] IGNITE-24838 Add ability to save snapshot information in TX storage [ignite-3]

2025-03-18 Thread via GitHub
sashapolo opened a new pull request, #5443: URL: https://github.com/apache/ignite-3/pull/5443 https://issues.apache.org/jira/browse/IGNITE-24838 Thank you for submitting the pull request. To streamline the review process of the patch and ensure better code quality we ask both

[PR] Bump mockito from 5.16.0 to 5.16.1 [ignite-3]

2025-03-18 Thread via GitHub
dependabot[bot] opened a new pull request, #5439: URL: https://github.com/apache/ignite-3/pull/5439 Bumps `mockito` from 5.16.0 to 5.16.1. Updates `org.mockito:mockito-core` from 5.16.0 to 5.16.1 Release notes Sourced from https://github.com/mockito/mockito/releases";>org.mockito

Re: [PR] IGNITE-24535 Compatibility test for Ignite snapshot [ignite]

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

[PR] IGNITE-24264 Updating doc for 2.17 [ignite-website]

2025-03-18 Thread via GitHub
IgGusev opened a new pull request, #204: URL: https://github.com/apache/ignite-website/pull/204 (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,

Re: [PR] IGNITE-24264 Rebuild ignite3 doc without metrics [ignite-website]

2025-03-18 Thread via GitHub
ptupitsyn merged PR #205: URL: https://github.com/apache/ignite-website/pull/205 -- 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-24444 Add documentation about interactive request sensitive da… [ignite]

2025-03-18 Thread via GitHub
petrov-mg merged PR #11911: URL: https://github.com/apache/ignite/pull/11911 -- 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-24730 SQL Calcite: Fix correlated distribution restoring failure [ignite]

2025-03-18 Thread via GitHub
Vladsz83 commented on code in PR #11947: URL: https://github.com/apache/ignite/pull/11947#discussion_r2001433325 ## modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/rel/IgniteFilter.java: ## @@ -171,6 +171,16 @@ public IgniteFilter(RelInput input

Re: [PR] IGNITE-24301 Sql schema. Fix Thin client protocol to use schema names [ignite-3]

2025-03-18 Thread via GitHub
ptupitsyn commented on code in PR #5426: URL: https://github.com/apache/ignite-3/pull/5426#discussion_r2001101654 ## modules/client/src/main/java/org/apache/ignite/internal/client/table/ClientTables.java: ## @@ -58,14 +60,28 @@ public List tables() { /** {@inheritDoc} */

Re: [PR] IGNITE-24035 Implemented default values for MS and CMG node lists on init [ignite-3]

2025-03-18 Thread via GitHub
slukyano commented on code in PR #5315: URL: https://github.com/apache/ignite-3/pull/5315#discussion_r2000632948 ## docs/_docs/administrators-guide/lifecycle.adoc: ## @@ -40,7 +40,15 @@ First, the nodes specified in the `--cluster-management-group` argument form a R image::i

Re: [PR] IGNITE-23856 Ignite Thin Client channels unwanted duplication [ignite]

2025-03-18 Thread via GitHub
FewJuho commented on code in PR #11855: URL: https://github.com/apache/ignite/pull/11855#discussion_r2000823401 ## modules/core/src/main/java/org/apache/ignite/internal/client/thin/ReliableChannel.java: ## @@ -918,8 +919,22 @@ private T applyOnNodeChannelWithFallback(UUID tryN

Re: [PR] IGNITE-24264 Updating doc for 2.17 to remove tracking [ignite-website]

2025-03-18 Thread via GitHub
IgGusev closed pull request #204: IGNITE-24264 Updating doc for 2.17 to remove tracking URL: https://github.com/apache/ignite-website/pull/204 -- 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 spe

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

2025-03-18 Thread via GitHub
sk0x50 merged PR #5414: URL: https://github.com/apache/ignite-3/pull/5414 -- 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-24698 Add new catalog serializers that conform with the new serialization protocol [ignite-3]

2025-03-18 Thread via GitHub
AMashenkov commented on code in PR #5373: URL: https://github.com/apache/ignite-3/pull/5373#discussion_r2000694905 ## modules/catalog/src/main/java/org/apache/ignite/internal/catalog/storage/serialization/CatalogObjectDataOutput.java: ## @@ -0,0 +1,133 @@ +/* + * Licensed to the

Re: [PR] IGNITE-24830 Fix TOC link for cluster security docs [ignite-3]

2025-03-18 Thread via GitHub
ptupitsyn merged PR #5435: URL: https://github.com/apache/ignite-3/pull/5435 -- 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-24301 Sql schema. Fix Thin client protocol to use schema names [ignite-3]

2025-03-18 Thread via GitHub
ptupitsyn commented on code in PR #5426: URL: https://github.com/apache/ignite-3/pull/5426#discussion_r2001325853 ## modules/client-common/src/main/java/org/apache/ignite/internal/client/proto/ProtocolBitmaskFeature.java: ## @@ -15,18 +15,23 @@ * limitations under the License.

[PR] Bump io.github.bonede:tree-sitter from 0.24.4 to 0.24.5 [ignite-3]

2025-03-18 Thread via GitHub
dependabot[bot] opened a new pull request, #5441: URL: https://github.com/apache/ignite-3/pull/5441 Bumps [io.github.bonede:tree-sitter](https://github.com/bonede/tree-sitter-ng) from 0.24.4 to 0.24.5. Commits https://github.com/bonede/tree-sitter-ng/commit/a995c5221343a5351b5

[PR] Bump net.java.dev.jna:jna from 5.16.0 to 5.17.0 [ignite-3]

2025-03-18 Thread via GitHub
dependabot[bot] opened a new pull request, #5440: URL: https://github.com/apache/ignite-3/pull/5440 Bumps [net.java.dev.jna:jna](https://github.com/java-native-access/jna) from 5.16.0 to 5.17.0. Changelog Sourced from https://github.com/java-native-access/jna/blob/master/CHANGES.md

[PR] IGNITE-24264 Rebuilding doc without metrics [ignite-website]

2025-03-18 Thread via GitHub
IgGusev opened a new pull request, #205: URL: https://github.com/apache/ignite-website/pull/205 (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,

Re: [PR] IGNITE-24809 Use proper variable in bootstrap script [ignite-3]

2025-03-18 Thread via GitHub
Pochatkin merged PR #5419: URL: https://github.com/apache/ignite-3/pull/5419 -- 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-24444 Add documentation about interactive request sensitive da… [ignite]

2025-03-18 Thread via GitHub
sonarqubecloud[bot] commented on PR #11911: URL: https://github.com/apache/ignite/pull/11911#issuecomment-2732589451 ## [![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-24698 Add new catalog serializers that conform with the new serialization protocol [ignite-3]

2025-03-18 Thread via GitHub
AMashenkov commented on code in PR #5373: URL: https://github.com/apache/ignite-3/pull/5373#discussion_r2000687232 ## modules/catalog/src/main/java/org/apache/ignite/internal/catalog/storage/serialization/CatalogObjectDataOutput.java: ## @@ -0,0 +1,133 @@ +/* + * Licensed to the

[PR] IGNITE-24830 Removed bad TOC link to security [ignite-3]

2025-03-18 Thread via GitHub
IgGusev opened a new pull request, #5435: URL: https://github.com/apache/ignite-3/pull/5435 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-24035 Implemented default values for MS and CMG node lists on init [ignite-3]

2025-03-18 Thread via GitHub
slukyano commented on code in PR #5315: URL: https://github.com/apache/ignite-3/pull/5315#discussion_r2000618198 ## modules/cli/src/main/java/org/apache/ignite/internal/cli/commands/cluster/init/ClusterInitOptions.java: ## @@ -216,8 +216,8 @@ private DuplicatesChecker(String opt

Re: [PR] IGNITE-24301 Sql schema. Fix Thin client protocol to use schema names [ignite-3]

2025-03-18 Thread via GitHub
lowka commented on code in PR #5426: URL: https://github.com/apache/ignite-3/pull/5426#discussion_r2001206160 ## modules/client-handler/src/main/java/org/apache/ignite/client/handler/ServerProtocolBitmaskFeature.java: ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software F

[PR] IGNITE-24826 Remove unused UpdateClusterStateCommand [ignite-3]

2025-03-18 Thread via GitHub
valepakh opened a new pull request, #5434: URL: https://github.com/apache/ignite-3/pull/5434 https://issues.apache.org/jira/browse/IGNITE-24826 -- 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

[PR] IGNITE-24830 Fixing TOC link to security topic [ignite-website]

2025-03-18 Thread via GitHub
IgGusev opened a new pull request, #206: URL: https://github.com/apache/ignite-website/pull/206 (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,

Re: [PR] IGNITE-24830 Fix TOC link to security topic [ignite-website]

2025-03-18 Thread via GitHub
ptupitsyn merged PR #206: URL: https://github.com/apache/ignite-website/pull/206 -- 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-24826 Remove unused UpdateClusterStateCommand [ignite-3]

2025-03-18 Thread via GitHub
Pochatkin merged PR #5434: URL: https://github.com/apache/ignite-3/pull/5434 -- 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] IGNITE-24795 Sql. Add PROJECT_CORRELATE rule to HEP push down list [ignite-3]

2025-03-18 Thread via GitHub
ygerzhedovich opened a new pull request, #5437: URL: https://github.com/apache/ignite-3/pull/5437 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-24821 Simplify partition startup snapshot meta [ignite-3]

2025-03-18 Thread via GitHub
sashapolo opened a new pull request, #5432: URL: https://github.com/apache/ignite-3/pull/5432 https://issues.apache.org/jira/browse/IGNITE-24821 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-24264 Remove Google & Yandex Analytics from Release Docs & jcache [ignite-website]

2025-03-18 Thread via GitHub
niallkp opened a new pull request, #207: URL: https://github.com/apache/ignite-website/pull/207 The [Release Docs](https://github.com/apache/ignite-website/tree/b505baa8644e6fc30ef715d0def2b4ce074ee7a4/releases) contain **Google Analytics** (google-analytics.com & googletagmanager.com) and

(ignite-website) branch master updated: IGNITE-24830 Fix TOC link to security topic (#206)

2025-03-18 Thread ptupitsyn
This is an automated email from the ASF dual-hosted git repository. ptupitsyn pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite-website.git The following commit(s) were added to refs/heads/master by this push: new ffd64f4482 IGNITE-24830 Fix TOC link

[PR] IGNITE-24822 Persist last created Raft snapshot information [ignite-3]

2025-03-18 Thread via GitHub
sashapolo opened a new pull request, #5433: URL: https://github.com/apache/ignite-3/pull/5433 https://issues.apache.org/jira/browse/IGNITE-24822 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] Bump com.google.protobuf:protobuf-java from 4.30.0 to 4.30.1 [ignite-3]

2025-03-18 Thread via GitHub
sk0x50 merged PR #5415: URL: https://github.com/apache/ignite-3/pull/5415 -- 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

[PR] IGNITE-24508 Relocate all jdbc dependencies [ignite-3]

2025-03-18 Thread via GitHub
valepakh opened a new pull request, #5442: URL: https://github.com/apache/ignite-3/pull/5442 https://issues.apache.org/jira/browse/IGNITE-24508 -- 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

Re: [PR] IGNITE-24698 Add new catalog serializers that conform with the new serialization protocol [ignite-3]

2025-03-18 Thread via GitHub
AMashenkov commented on code in PR #5373: URL: https://github.com/apache/ignite-3/pull/5373#discussion_r2000694905 ## modules/catalog/src/main/java/org/apache/ignite/internal/catalog/storage/serialization/CatalogObjectDataOutput.java: ## @@ -0,0 +1,133 @@ +/* + * Licensed to the