sonarqubecloud[bot] commented on PR #11897:
URL: https://github.com/apache/ignite/pull/11897#issuecomment-3090724963
## [](https://son
timoninmaxim merged PR #12198:
URL: https://github.com/apache/ignite/pull/12198
--
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..
sonarqubecloud[bot] commented on PR #12198:
URL: https://github.com/apache/ignite/pull/12198#issuecomment-3090549610
## [](https://son
sanpwc merged PR #6243:
URL: https://github.com/apache/ignite-3/pull/6243
--
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
denis-chudov opened a new pull request, #6282:
URL: https://github.com/apache/ignite-3/pull/6282
https://issues.apache.org/jira/browse/IGNITE-25937
--
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
dependabot[bot] opened a new pull request, #6281:
URL: https://github.com/apache/ignite-3/pull/6281
Bumps org.springframework.data:spring-data-jdbc from 3.5.1 to 3.5.2.
[ {
public
alievmirza commented on code in PR #6243:
URL: https://github.com/apache/ignite-3/pull/6243#discussion_r2216210892
##
modules/runner/src/testFixtures/java/org/apache/ignite/internal/BaseIgniteRestartTest.java:
##
@@ -139,21 +146,93 @@ void setUp(TestInfo testInfo) {
public
ptupitsyn commented on code in PR #6280:
URL: https://github.com/apache/ignite-3/pull/6280#discussion_r2216176319
##
modules/client-handler/src/main/java/org/apache/ignite/client/handler/ClientHandlerModule.java:
##
@@ -351,6 +352,7 @@ protected void initChannel(Channel ch) {
ptupitsyn commented on code in PR #6280:
URL: https://github.com/apache/ignite-3/pull/6280#discussion_r2216169466
##
modules/client-handler/src/main/java/org/apache/ignite/client/handler/ClientInboundMessageHandler.java:
##
@@ -999,46 +999,14 @@ clockService, notificationSender(
ascherbakoff opened a new pull request, #6280:
URL: https://github.com/apache/ignite-3/pull/6280
Benchmark results (on a laptop):
Without consolidation:
```
Benchmark (fsync) (keysPerThread) (loadBatchSize)
(offset) (partitionCount) (threads) Mode CntS
alievmirza commented on code in PR #6243:
URL: https://github.com/apache/ignite-3/pull/6243#discussion_r2216075283
##
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteInMemoryNodeRestartTest.java:
##
@@ -85,99 +74,15 @@ public class ItIgniteI
alievmirza commented on code in PR #6243:
URL: https://github.com/apache/ignite-3/pull/6243#discussion_r2216075283
##
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteInMemoryNodeRestartTest.java:
##
@@ -85,99 +74,15 @@ public class ItIgniteI
sanpwc commented on code in PR #6278:
URL: https://github.com/apache/ignite-3/pull/6278#discussion_r2216036585
##
modules/raft/src/main/java/org/apache/ignite/raft/jraft/core/NodeImpl.java:
##
@@ -4061,6 +4055,23 @@ private void logConfigurationChange(final Configuration
newCon
alievmirza commented on code in PR #6278:
URL: https://github.com/apache/ignite-3/pull/6278#discussion_r2215957653
##
modules/raft/src/main/java/org/apache/ignite/raft/jraft/core/NodeImpl.java:
##
@@ -4061,6 +4055,23 @@ private void logConfigurationChange(final Configuration
ne
AMashenkov merged PR #6264:
URL: https://github.com/apache/ignite-3/pull/6264
--
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...@
xtern commented on code in PR #6274:
URL: https://github.com/apache/ignite-3/pull/6274#discussion_r2215985352
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/IgniteSqlValidator.java:
##
@@ -128,6 +128,7 @@ public class IgniteSqlValidator extends
sanpwc commented on code in PR #6278:
URL: https://github.com/apache/ignite-3/pull/6278#discussion_r2215970307
##
modules/raft/src/main/java/org/apache/ignite/raft/jraft/core/NodeImpl.java:
##
@@ -3068,7 +3062,7 @@ public void run(final Status status) {
private void preVote
sanpwc commented on code in PR #6278:
URL: https://github.com/apache/ignite-3/pull/6278#discussion_r2215969226
##
modules/raft/src/main/java/org/apache/ignite/raft/jraft/core/NodeImpl.java:
##
@@ -1187,19 +1190,10 @@ private boolean initBallotBox() {
// TODO: uncomment
sanpwc commented on code in PR #6278:
URL: https://github.com/apache/ignite-3/pull/6278#discussion_r2215968383
##
modules/raft/src/main/java/org/apache/ignite/raft/jraft/core/NodeImpl.java:
##
@@ -1608,7 +1602,7 @@ else if (this.state.compareTo(State.STATE_TRANSFERRING)
<= 0) {
sanpwc commented on code in PR #6278:
URL: https://github.com/apache/ignite-3/pull/6278#discussion_r2215965942
##
modules/raft/src/main/java/org/apache/ignite/raft/jraft/core/NodeImpl.java:
##
@@ -1066,7 +1068,7 @@ public boolean init(final NodeOptions opts) {
Requi
denis-chudov commented on code in PR #6278:
URL: https://github.com/apache/ignite-3/pull/6278#discussion_r2215932466
##
modules/raft/src/main/java/org/apache/ignite/raft/jraft/core/NodeImpl.java:
##
@@ -3068,7 +3062,7 @@ public void run(final Status status) {
private void p
ascherbakoff commented on code in PR #6272:
URL: https://github.com/apache/ignite-3/pull/6272#discussion_r2215904427
##
modules/client/src/main/java/org/apache/ignite/internal/client/tx/DirectTxUtils.java:
##
@@ -256,7 +256,7 @@ public static CompletableFuture
resolveChannel(
timoninmaxim commented on code in PR #311:
URL: https://github.com/apache/ignite-extensions/pull/311#discussion_r2215846389
##
modules/cdc-ext/src/main/java/org/apache/ignite/cdc/postgresql/IgniteToPostgreSqlCdcApplier.java:
##
@@ -0,0 +1,661 @@
+/*
+ * Licensed to the Apache So
korlov42 commented on code in PR #6272:
URL: https://github.com/apache/ignite-3/pull/6272#discussion_r2215869562
##
modules/client/src/main/java/org/apache/ignite/internal/client/tx/DirectTxUtils.java:
##
@@ -256,7 +256,7 @@ public static CompletableFuture
resolveChannel(
ascherbakoff closed pull request #6272: IGNITE-25921 Fix treating RO txn as
applicable for direct mapping
URL: https://github.com/apache/ignite-3/pull/6272
--
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
rpuch merged PR #6273:
URL: https://github.com/apache/ignite-3/pull/6273
--
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
zstan commented on code in PR #6274:
URL: https://github.com/apache/ignite-3/pull/6274#discussion_r2215845282
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/IgniteSqlValidator.java:
##
@@ -128,6 +128,7 @@ public class IgniteSqlValidator extends
zstan commented on code in PR #6274:
URL: https://github.com/apache/ignite-3/pull/6274#discussion_r2215845282
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/IgniteSqlValidator.java:
##
@@ -128,6 +128,7 @@ public class IgniteSqlValidator extends
ptupitsyn commented on code in PR #6272:
URL: https://github.com/apache/ignite-3/pull/6272#discussion_r2215821310
##
modules/client/src/main/java/org/apache/ignite/internal/client/tx/DirectTxUtils.java:
##
@@ -256,7 +256,7 @@ public static CompletableFuture
resolveChannel(
alex-plekhanov commented on code in PR #12113:
URL: https://github.com/apache/ignite/pull/12113#discussion_r2215766713
##
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/metadata/IgniteMdRowCount.java:
##
@@ -282,9 +288,21 @@ private static IntM
AMashenkov commented on code in PR #6264:
URL: https://github.com/apache/ignite-3/pull/6264#discussion_r2215761783
##
modules/runner/src/test/java/org/apache/ignite/internal/configuration/compatibility/framework/ConfigurationTreeComparatorSelfTest.java:
##
@@ -406,10 +397,8 @@ v
xtern opened a new pull request, #6279:
URL: https://github.com/apache/ignite-3/pull/6279
https://issues.apache.org/jira/browse/IGNITE-24984
--
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
rpuch merged PR #6262:
URL: https://github.com/apache/ignite-3/pull/6262
--
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
timoninmaxim commented on code in PR #12198:
URL: https://github.com/apache/ignite/pull/12198#discussion_r2215710847
##
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheEntryInfo.java:
##
@@ -98,10 +99,10 @@ public CacheObject value() {
}
zstan commented on code in PR #6264:
URL: https://github.com/apache/ignite-3/pull/6264#discussion_r2215694163
##
modules/runner/src/test/java/org/apache/ignite/internal/configuration/compatibility/framework/ConfigurationTreeComparatorSelfTest.java:
##
@@ -406,10 +397,8 @@ void t
timoninmaxim commented on code in PR #11897:
URL: https://github.com/apache/ignite/pull/11897#discussion_r2215550767
##
modules/control-utility/src/test/java/org/apache/ignite/util/GridCommandHandlerTest.java:
##
@@ -750,7 +751,7 @@ public void testState() throws Exception {
timoninmaxim commented on code in PR #11897:
URL: https://github.com/apache/ignite/pull/11897#discussion_r2215554048
##
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotPartitionsVerifyHandler.java:
##
@@ -288,14 +276,15 @@ priv
Pochatkin merged PR #6205:
URL: https://github.com/apache/ignite-3/pull/6205
--
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
timoninmaxim merged PR #12179:
URL: https://github.com/apache/ignite/pull/12179
--
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..
sonarqubecloud[bot] commented on PR #12179:
URL: https://github.com/apache/ignite/pull/12179#issuecomment-3088659620
## [](https://son
ptupitsyn merged PR #6277:
URL: https://github.com/apache/ignite-3/pull/6277
--
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
timoninmaxim commented on code in PR #12198:
URL: https://github.com/apache/ignite/pull/12198#discussion_r2215387124
##
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheEntryInfo.java:
##
@@ -17,16 +17,13 @@
package org.apache.ignite.internal.pr
sanpwc opened a new pull request, #6278:
URL: https://github.com/apache/ignite-3/pull/6278
https://issues.apache.org/jira/browse/IGNITE-25948
--
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 s
ibessonov merged PR #6271:
URL: https://github.com/apache/ignite-3/pull/6271
--
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
ibessonov commented on code in PR #6273:
URL: https://github.com/apache/ignite-3/pull/6273#discussion_r2215292971
##
modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/impl/RocksDbSharedLogStorage.java:
##
@@ -162,21 +174,29 @@ public class RocksDbSharedLogStorag
timoninmaxim merged PR #12196:
URL: https://github.com/apache/ignite/pull/12196
--
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..
ptupitsyn opened a new pull request, #6277:
URL: https://github.com/apache/ignite-3/pull/6277
(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
sonarqubecloud[bot] commented on PR #12196:
URL: https://github.com/apache/ignite/pull/12196#issuecomment-3088144922
## [](https://son
sonarqubecloud[bot] commented on PR #11897:
URL: https://github.com/apache/ignite/pull/11897#issuecomment-3088082646
## [](https://son
shishkovilja opened a new pull request, #12198:
URL: https://github.com/apache/ignite/pull/12198
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:
##
53 matches
Mail list logo