PakhomovAlexander commented on code in PR #1001:
URL: https://github.com/apache/ignite-3/pull/1001#discussion_r944820904
##
modules/cli/src/main/java/org/apache/ignite/cli/call/cliconfig/profile/CliConfigProfileCreateCallInput.java:
##
@@ -50,35 +53,4 @@ public String getCopyFro
PakhomovAlexander commented on code in PR #1001:
URL: https://github.com/apache/ignite-3/pull/1001#discussion_r944801903
##
modules/cli/src/main/java/org/apache/ignite/cli/commands/cliconfig/CliConfigGetReplCommand.java:
##
@@ -24,27 +24,23 @@
import org.apache.ignite.cli.comma
rpuch commented on code in PR #939:
URL: https://github.com/apache/ignite-3/pull/939#discussion_r944761133
##
modules/api/src/main/java/org/apache/ignite/configuration/schemas/table/TableConfigurationSchema.java:
##
@@ -61,4 +61,8 @@ public class TableConfigurationSchema {
artnaseef commented on PR #10196:
URL: https://github.com/apache/ignite/pull/10196#issuecomment-1213362348
The changes are similar to those of IGNITE-17274. A new map is added to
track the registered service-names mapped to the service-info structure. The
lookup is changed from a linear l
artnaseef commented on PR #10196:
URL: https://github.com/apache/ignite/pull/10196#issuecomment-1213363328
The purpose (WHY) of this change is to improve service shutdown performance
(in local testing 60,000 services, shutdown time dropped from around 60 seconds
to around 1 second).
--
T
artnaseef opened a new pull request, #10196:
URL: https://github.com/apache/ignite/pull/10196
…e list lookup with map lookup.
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 follow
timoninmaxim merged PR #10188:
URL: https://github.com/apache/ignite/pull/10188
--
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..
tkalkirill commented on code in PR #995:
URL: https://github.com/apache/ignite-3/pull/995#discussion_r944485731
##
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/CheckpointWorkflow.java:
##
@@ -140,21 +173,32 @@ public void stop()
NSAmelchev merged PR #10189:
URL: https://github.com/apache/ignite/pull/10189
--
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...@
tkalkirill commented on code in PR #995:
URL: https://github.com/apache/ignite-3/pull/995#discussion_r944465768
##
modules/storage-page-memory/src/main/java/org/apache/ignite/internal/storage/pagememory/PersistentPageMemoryDataRegion.java:
##
@@ -35,6 +36,19 @@
* Implementatio
tkalkirill commented on code in PR #995:
URL: https://github.com/apache/ignite-3/pull/995#discussion_r944464715
##
modules/page-memory/src/test/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/CheckpointWorkflowTest.java:
##
@@ -492,6 +526,81 @@ void testParalle
tkalkirill commented on code in PR #995:
URL: https://github.com/apache/ignite-3/pull/995#discussion_r944458619
##
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/CheckpointManager.java:
##
@@ -123,10 +123,12 @@ public CheckpointMan
asfgit closed pull request #977: IGNITE-17286 Add missed busy locks to get rid
of resources leaking during table creation
URL: https://github.com/apache/ignite-3/pull/977
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
asfgit closed pull request #10187: IGNITE-17507 Fixed an issue that could lead
to unexpected partition m…
URL: https://github.com/apache/ignite/pull/10187
--
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 g
skorotkov commented on PR #10178:
URL: https://github.com/apache/ignite/pull/10178#issuecomment-1213053537
Also added guarantee that both pools are blocked in backup node before
killing the primary one.
--
This is an automated message from the Apache Git Service.
To respond to the message
skorotkov commented on code in PR #10178:
URL: https://github.com/apache/ignite/pull/10178#discussion_r944405331
##
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxRecoveryConcurrentOnPrimaryFailTest.java:
##
@@ -0,0 +1,164 @@
+/*
+ * Licens
rpuch commented on code in PR #995:
URL: https://github.com/apache/ignite-3/pull/995#discussion_r944374211
##
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/CheckpointListener.java:
##
@@ -29,9 +31,10 @@ public interface Checkpoint
rpuch commented on code in PR #995:
URL: https://github.com/apache/ignite-3/pull/995#discussion_r944382561
##
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/CheckpointListener.java:
##
@@ -29,9 +31,10 @@ public interface Checkpoint
valepakh commented on code in PR #986:
URL: https://github.com/apache/ignite-3/pull/986#discussion_r944373042
##
modules/cli/src/main/java/org/apache/ignite/cli/core/style/component/MessageUiComponent.java:
##
@@ -0,0 +1,95 @@
+/*
+ * Licensed to the Apache Software Foundation (
rpuch commented on code in PR #995:
URL: https://github.com/apache/ignite-3/pull/995#discussion_r944374211
##
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/CheckpointListener.java:
##
@@ -29,9 +31,10 @@ public interface Checkpoint
rpuch commented on code in PR #995:
URL: https://github.com/apache/ignite-3/pull/995#discussion_r944373912
##
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/AwaitTasksCompletionExecutor.java:
##
@@ -0,0 +1,80 @@
+/*
+ * Licensed to
tkalkirill commented on code in PR #995:
URL: https://github.com/apache/ignite-3/pull/995#discussion_r944372606
##
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/CheckpointWorkflow.java:
##
@@ -140,21 +173,32 @@ public void stop()
tkalkirill commented on code in PR #995:
URL: https://github.com/apache/ignite-3/pull/995#discussion_r944370584
##
modules/page-memory/src/test/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/CheckpointWorkflowTest.java:
##
@@ -492,6 +526,81 @@ void testParalle
tkalkirill commented on code in PR #995:
URL: https://github.com/apache/ignite-3/pull/995#discussion_r944362320
##
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/CheckpointListener.java:
##
@@ -29,9 +31,10 @@ public interface Check
tkalkirill commented on code in PR #995:
URL: https://github.com/apache/ignite-3/pull/995#discussion_r944370068
##
modules/storage-page-memory/src/main/java/org/apache/ignite/internal/storage/pagememory/PersistentPageMemoryDataRegion.java:
##
@@ -35,6 +36,19 @@
* Implementatio
tkalkirill commented on code in PR #995:
URL: https://github.com/apache/ignite-3/pull/995#discussion_r944367599
##
modules/page-memory/src/test/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/CheckpointWorkflowTest.java:
##
@@ -492,6 +526,81 @@ void testParalle
tkalkirill commented on code in PR #995:
URL: https://github.com/apache/ignite-3/pull/995#discussion_r944365835
##
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/CheckpointReadWriteLock.java:
##
@@ -17,15 +17,20 @@
package org.a
tkalkirill commented on code in PR #995:
URL: https://github.com/apache/ignite-3/pull/995#discussion_r944364708
##
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/CheckpointListener.java:
##
@@ -29,9 +31,10 @@ public interface Check
tkalkirill commented on code in PR #995:
URL: https://github.com/apache/ignite-3/pull/995#discussion_r944363054
##
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/AwaitTasksCompletionExecutor.java:
##
@@ -0,0 +1,80 @@
+/*
+ * Licens
tkalkirill commented on code in PR #995:
URL: https://github.com/apache/ignite-3/pull/995#discussion_r944362320
##
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/CheckpointListener.java:
##
@@ -29,9 +31,10 @@ public interface Check
NSAmelchev commented on code in PR #10189:
URL: https://github.com/apache/ignite/pull/10189#discussion_r944343519
##
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotResponseRemoteFutureTask.java:
##
@@ -72,70 +74,65 @@ public S
NSAmelchev commented on code in PR #10189:
URL: https://github.com/apache/ignite/pull/10189#discussion_r944343283
##
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotFilesRequestMessage.java:
##
@@ -91,9 +92,10 @@ public Map> pa
isapego commented on code in PR #988:
URL: https://github.com/apache/ignite-3/pull/988#discussion_r943215905
##
modules/platforms/cpp/schema/BinaryTupleBuilder.h:
##
@@ -0,0 +1,397 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor lice
ivandasch commented on code in PR #10028:
URL: https://github.com/apache/ignite/pull/10028#discussion_r944301859
##
modules/core/src/main/java/org/apache/ignite/internal/pagemem/wal/record/ConsistentCutFinishRecord.java:
##
@@ -0,0 +1,92 @@
+/*
+ * Licensed to the Apache Softwar
xtern commented on code in PR #10189:
URL: https://github.com/apache/ignite/pull/10189#discussion_r944281616
##
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotResponseRemoteFutureTask.java:
##
@@ -72,70 +74,65 @@ public Snapsh
xtern commented on code in PR #10189:
URL: https://github.com/apache/ignite/pull/10189#discussion_r944280285
##
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotResponseRemoteFutureTask.java:
##
@@ -72,70 +74,65 @@ public Snapsh
ibessonov opened a new pull request, #1003:
URL: https://github.com/apache/ignite-3/pull/1003
https://issues.apache.org/jira/browse/IGNITE-17076
--
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 th
rpuch commented on code in PR #995:
URL: https://github.com/apache/ignite-3/pull/995#discussion_r944164632
##
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/AwaitTasksCompletionExecutor.java:
##
@@ -0,0 +1,80 @@
+/*
+ * Licensed to
xtern commented on code in PR #10189:
URL: https://github.com/apache/ignite/pull/10189#discussion_r944210268
##
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotFilesRequestMessage.java:
##
@@ -91,9 +92,10 @@ public Map> parts()
xtern commented on code in PR #10189:
URL: https://github.com/apache/ignite/pull/10189#discussion_r944210268
##
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotFilesRequestMessage.java:
##
@@ -91,9 +92,10 @@ public Map> parts()
40 matches
Mail list logo