tkalkirill merged PR #2228:
URL: https://github.com/apache/ignite-3/pull/2228
--
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...@
korlov42 merged PR #2244:
URL: https://github.com/apache/ignite-3/pull/2244
--
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...@ig
tkalkirill opened a new pull request, #2247:
URL: https://github.com/apache/ignite-3/pull/2247
https://issues.apache.org/jira/browse/IGNITE-19798
--
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 t
AMashenkov merged PR #2202:
URL: https://github.com/apache/ignite-3/pull/2202
--
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, #2248:
URL: https://github.com/apache/ignite-3/pull/2248
(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
AMashenkov commented on code in PR #2199:
URL: https://github.com/apache/ignite-3/pull/2199#discussion_r1239901297
##
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/rel/ScannableTableSelfTest.java:
##
@@ -0,0 +1,961 @@
+/*
+ * Licensed to the Apache
AMashenkov commented on code in PR #2199:
URL: https://github.com/apache/ignite-3/pull/2199#discussion_r1239908977
##
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/rel/ScannableTableSelfTest.java:
##
@@ -0,0 +1,961 @@
+/*
+ * Licensed to the Apache
AMashenkov commented on code in PR #2199:
URL: https://github.com/apache/ignite-3/pull/2199#discussion_r1239908411
##
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/rel/ScannableTableSelfTest.java:
##
@@ -0,0 +1,961 @@
+/*
+ * Licensed to the Apache
AMashenkov commented on code in PR #2199:
URL: https://github.com/apache/ignite-3/pull/2199#discussion_r1239909194
##
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/rel/ScannableTableSelfTest.java:
##
@@ -0,0 +1,961 @@
+/*
+ * Licensed to the Apache
AMashenkov commented on code in PR #2199:
URL: https://github.com/apache/ignite-3/pull/2199#discussion_r1239908411
##
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/rel/ScannableTableSelfTest.java:
##
@@ -0,0 +1,961 @@
+/*
+ * Licensed to the Apache
AMashenkov commented on code in PR #2199:
URL: https://github.com/apache/ignite-3/pull/2199#discussion_r1239908411
##
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/rel/ScannableTableSelfTest.java:
##
@@ -0,0 +1,961 @@
+/*
+ * Licensed to the Apache
lowka commented on PR #2196:
URL: https://github.com/apache/ignite-3/pull/2196#issuecomment-160431
> After this patch an index is used indeed. But resulting plan is rather
invalid. For a query like `SELECT val FROM my WHERE id = 100500`, where `id` is
of type TINYINT, I've got following
lowka commented on code in PR #2199:
URL: https://github.com/apache/ignite-3/pull/2199#discussion_r1239928045
##
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/rel/ScannableTableSelfTest.java:
##
@@ -0,0 +1,961 @@
+/*
+ * Licensed to the Apache Softw
lowka commented on code in PR #2199:
URL: https://github.com/apache/ignite-3/pull/2199#discussion_r1239931055
##
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/rel/ScannableTableSelfTest.java:
##
@@ -0,0 +1,961 @@
+/*
+ * Licensed to the Apache Softw
lowka commented on PR #2196:
URL: https://github.com/apache/ignite-3/pull/2196#issuecomment-1604448948
Optimiser starts from:
> LogicalProject(VAL=[$1]), id = 116
> LogicalFilter(condition=[=(CAST($0):INTEGER NOT NULL, 100500)]), id = 114
> IgniteLogicalTableScan(table=[[PU
lowka commented on PR #2196:
URL: https://github.com/apache/ignite-3/pull/2196#issuecomment-1604466190
Yep. Types are correct.
> SqlValidator BINARY_COMPARISON: CAST(`MY`.`ID` AS INTEGER) = 100500 types:
INTEGER INTEGER
So the problem should be in SearchBound assembly code.
nizhikov opened a new pull request, #217:
URL: https://github.com/apache/ignite-extensions/pull/217
(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 unsubscr
rajsolanki73 opened a new issue, #10803:
URL: https://github.com/apache/ignite/issues/10803
I see this following in log.
[2023-06-23T13:10:31,168][WARN ][pub-#21][GridDiagnostic] Initial heap size
is 248MB (should be no less than 512MB, use -Xms512m -Xmx512m).
in
https://githu
lowka commented on code in PR #2214:
URL: https://github.com/apache/ignite-3/pull/2214#discussion_r1240197198
##
modules/jdbc/src/test/java/org/apache/ignite/internal/jdbc/PreparedStatementParamsTest.java:
##
@@ -61,25 +62,28 @@
public class PreparedStatementParamsTest {
lowka commented on code in PR #2214:
URL: https://github.com/apache/ignite-3/pull/2214#discussion_r1240205498
##
modules/jdbc/src/test/java/org/apache/ignite/internal/jdbc/PreparedStatementParamsTest.java:
##
@@ -61,25 +62,28 @@
public class PreparedStatementParamsTest {
Flaugh24 opened a new pull request, #2250:
URL: https://github.com/apache/ignite-3/pull/2250
Increase timeout of electing a new leader
--
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
PakhomovAlexander merged PR #2207:
URL: https://github.com/apache/ignite-3/pull/2207
--
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-unsub
kgusakov opened a new pull request, #2252:
URL: https://github.com/apache/ignite-3/pull/2252
(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-
tkalkirill commented on code in PR #2251:
URL: https://github.com/apache/ignite-3/pull/2251#discussion_r1241526721
##
modules/raft-api/src/main/java/org/apache/ignite/internal/raft/RaftManager.java:
##
@@ -26,61 +26,91 @@
/**
* Raft manager.
+ *
+ * This class contains two
tkalkirill opened a new pull request, #2254:
URL: https://github.com/apache/ignite-3/pull/2254
https://issues.apache.org/jira/browse/IGNITE-19500
--
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 t
tkalkirill closed pull request #2242: IGNITE-19500 IndexManager should listen
CatalogService events instead of configuration
URL: https://github.com/apache/ignite-3/pull/2242
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
sashapolo commented on code in PR #2251:
URL: https://github.com/apache/ignite-3/pull/2251#discussion_r1241663749
##
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/OnRevisionAppliedCallback.java:
##
@@ -29,7 +29,7 @@ public interface OnRevisionAp
lowka commented on code in PR #2226:
URL: https://github.com/apache/ignite-3/pull/2226#discussion_r1241659499
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/PrepareServiceImpl.java:
##
@@ -141,8 +164,59 @@ public void stop() throws Exception {
tkalkirill commented on code in PR #2251:
URL: https://github.com/apache/ignite-3/pull/2251#discussion_r1241711357
##
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/OnRevisionAppliedCallback.java:
##
@@ -29,7 +29,7 @@ public interface OnRevisionA
zstan merged PR #2234:
URL: https://github.com/apache/ignite-3/pull/2234
--
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
sashapolo commented on code in PR #2251:
URL: https://github.com/apache/ignite-3/pull/2251#discussion_r1241727243
##
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/OnRevisionAppliedCallback.java:
##
@@ -29,7 +29,7 @@ public interface OnRevisionAp
Indupa commented on issue #10747:
URL: https://github.com/apache/ignite/issues/10747#issuecomment-1606857334
Hi ,
In our project , ignite is started using "Topshelf" command to run as
windows service by passing JAVA_HOME as one of the Argument.
when i tried to run Apche Ignite 2.1
rpuch commented on code in PR #2233:
URL: https://github.com/apache/ignite-3/pull/2233#discussion_r1241713092
##
modules/api/src/main/java/org/apache/ignite/table/RecordView.java:
##
@@ -55,18 +56,20 @@ public interface RecordView extends
DataStreamerTarget {
* @param key
isapego commented on code in PR #2248:
URL: https://github.com/apache/ignite-3/pull/2248#discussion_r1241734233
##
modules/platforms/dotnet/Apache.Ignite/Compute/ICompute.cs:
##
@@ -15,60 +15,81 @@
* limitations under the License.
*/
-namespace Apache.Ignite.Compute
-{
-
sk0x50 commented on code in PR #2224:
URL: https://github.com/apache/ignite-3/pull/2224#discussion_r1241722933
##
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java:
##
@@ -1229,9 +1228,20 @@ private static void checkTableW
tkalkirill commented on code in PR #2233:
URL: https://github.com/apache/ignite-3/pull/2233#discussion_r1241745285
##
modules/client/src/main/java/org/apache/ignite/internal/client/table/ClientKeyValueView.java:
##
@@ -464,11 +464,12 @@ private HashMap readGetAllResponse(ClientS
tkalkirill merged PR #2233:
URL: https://github.com/apache/ignite-3/pull/2233
--
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...@
rpuch commented on code in PR #2248:
URL: https://github.com/apache/ignite-3/pull/2248#discussion_r1241761767
##
modules/compute/src/main/java/org/apache/ignite/internal/compute/ComputeComponentImpl.java:
##
@@ -238,12 +238,15 @@ private void processExecuteRequest(ExecuteRequest
tkalkirill merged PR #2251:
URL: https://github.com/apache/ignite-3/pull/2251
--
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...@
denis-chudov commented on code in PR #2224:
URL: https://github.com/apache/ignite-3/pull/2224#discussion_r1241817705
##
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/InternalTableImpl.java:
##
@@ -446,14 +446,16 @@ private CompletableFuture en
ibessonov commented on code in PR #2247:
URL: https://github.com/apache/ignite-3/pull/2247#discussion_r1241761480
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogService.java:
##
@@ -44,6 +44,8 @@ public interface CatalogService {
CatalogTableDe
tkalkirill commented on code in PR #2247:
URL: https://github.com/apache/ignite-3/pull/2247#discussion_r1241826467
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -191,6 +191,12 @@ public CatalogTableDescriptor table(int tableId
tkalkirill commented on code in PR #2247:
URL: https://github.com/apache/ignite-3/pull/2247#discussion_r1241829741
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/events/DropZoneEventParameters.java:
##
@@ -30,8 +30,8 @@ public class DropZoneEventParameters e
tkalkirill commented on code in PR #2247:
URL: https://github.com/apache/ignite-3/pull/2247#discussion_r1241830203
##
modules/catalog/src/test/java/org/apache/ignite/internal/catalog/CatalogServiceSelfTest.java:
##
@@ -1250,24 +1286,31 @@ public void testCreateIndexEvents() {
tkalkirill commented on code in PR #2247:
URL: https://github.com/apache/ignite-3/pull/2247#discussion_r1241830620
##
modules/catalog/src/test/java/org/apache/ignite/internal/catalog/CatalogServiceSelfTest.java:
##
@@ -1638,6 +1681,78 @@ void testGetCatalogEntityInCatalogEvent()
denis-chudov commented on code in PR #2224:
URL: https://github.com/apache/ignite-3/pull/2224#discussion_r1241835894
##
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java:
##
@@ -1229,9 +1228,20 @@ private static void check
tkalkirill commented on code in PR #2247:
URL: https://github.com/apache/ignite-3/pull/2247#discussion_r1241836962
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -877,4 +886,24 @@ private static void validateAlterTableColumn(
tkalkirill commented on code in PR #2247:
URL: https://github.com/apache/ignite-3/pull/2247#discussion_r1241839211
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -295,7 +306,7 @@ public CompletableFuture dropTable(DropTablePara
tkalkirill commented on code in PR #2247:
URL: https://github.com/apache/ignite-3/pull/2247#discussion_r1241839866
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -877,4 +886,24 @@ private static void validateAlterTableColumn(
tkalkirill commented on code in PR #2247:
URL: https://github.com/apache/ignite-3/pull/2247#discussion_r1241839866
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -877,4 +886,24 @@ private static void validateAlterTableColumn(
tkalkirill commented on code in PR #2247:
URL: https://github.com/apache/ignite-3/pull/2247#discussion_r1241843388
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -275,11 +281,16 @@ public CompletableFuture
createTable(CreateTa
tkalkirill commented on code in PR #2247:
URL: https://github.com/apache/ignite-3/pull/2247#discussion_r1241845381
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogService.java:
##
@@ -44,6 +44,8 @@ public interface CatalogService {
CatalogTableD
valepakh commented on code in PR #2219:
URL: https://github.com/apache/ignite-3/pull/2219#discussion_r1241835616
##
modules/code-deployment/src/main/java/org/apache/ignite/internal/deployunit/DefaultNodeCallback.java:
##
@@ -53,20 +56,23 @@ public class DefaultNodeCallback exten
ibessonov commented on code in PR #2247:
URL: https://github.com/apache/ignite-3/pull/2247#discussion_r1241857900
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogService.java:
##
@@ -44,6 +44,8 @@ public interface CatalogService {
CatalogTableDe
ibessonov commented on code in PR #2247:
URL: https://github.com/apache/ignite-3/pull/2247#discussion_r1241859836
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -275,11 +281,16 @@ public CompletableFuture
createTable(CreateTab
sashapolo commented on code in PR #2237:
URL: https://github.com/apache/ignite-3/pull/2237#discussion_r1241811950
##
modules/runner/src/main/java/org/apache/ignite/internal/app/IgniteImpl.java:
##
@@ -691,14 +691,24 @@ public CompletableFuture start(Path configPath) {
ibessonov commented on code in PR #2247:
URL: https://github.com/apache/ignite-3/pull/2247#discussion_r1241861239
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -295,7 +306,7 @@ public CompletableFuture dropTable(DropTableParam
ibessonov commented on code in PR #2247:
URL: https://github.com/apache/ignite-3/pull/2247#discussion_r1241861656
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -877,4 +886,24 @@ private static void validateAlterTableColumn(
tkalkirill merged PR #2247:
URL: https://github.com/apache/ignite-3/pull/2247
--
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 commented on code in PR #2248:
URL: https://github.com/apache/ignite-3/pull/2248#discussion_r1241900982
##
modules/platforms/dotnet/Apache.Ignite/Compute/ICompute.cs:
##
@@ -15,60 +15,81 @@
* limitations under the License.
*/
-namespace Apache.Ignite.Compute
-{
-
ptupitsyn commented on code in PR #2248:
URL: https://github.com/apache/ignite-3/pull/2248#discussion_r1241900982
##
modules/platforms/dotnet/Apache.Ignite/Compute/ICompute.cs:
##
@@ -15,60 +15,81 @@
* limitations under the License.
*/
-namespace Apache.Ignite.Compute
-{
-
ptupitsyn commented on code in PR #2248:
URL: https://github.com/apache/ignite-3/pull/2248#discussion_r1241902746
##
modules/compute/src/main/java/org/apache/ignite/internal/compute/ComputeComponentImpl.java:
##
@@ -238,12 +238,15 @@ private void processExecuteRequest(ExecuteReq
SammyVimes commented on code in PR #2237:
URL: https://github.com/apache/ignite-3/pull/2237#discussion_r1241942617
##
modules/runner/src/main/java/org/apache/ignite/internal/recovery/ConfigurationCatchUpListener.java:
##
@@ -84,6 +84,7 @@ private boolean isConfigurationUpToDate(
SammyVimes commented on code in PR #2237:
URL: https://github.com/apache/ignite-3/pull/2237#discussion_r1241943596
##
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/impl/MetaStorageManagerImpl.java:
##
@@ -148,6 +158,60 @@ public MetaStorageManagerImpl(
SammyVimes commented on code in PR #2237:
URL: https://github.com/apache/ignite-3/pull/2237#discussion_r1241946230
##
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java:
##
@@ -719,11 +732,66 @@ public void nodeWithDataTest
SammyVimes commented on code in PR #2237:
URL: https://github.com/apache/ignite-3/pull/2237#discussion_r1241947584
##
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java:
##
@@ -719,11 +732,66 @@ public void nodeWithDataTest
sonarcloud[bot] commented on PR #10798:
URL: https://github.com/apache/ignite/pull/10798#issuecomment-1607141984
Kudos, SonarCloud Quality Gate passed! [ under one o
sk0x50 commented on code in PR #2225:
URL: https://github.com/apache/ignite-3/pull/2225#discussion_r1242072073
##
modules/api/src/main/java/org/apache/ignite/lang/IgniteExceptionMapper.java:
##
@@ -0,0 +1,95 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one o
sonarcloud[bot] commented on PR #10798:
URL: https://github.com/apache/ignite/pull/10798#issuecomment-1607303293
Kudos, SonarCloud Quality Gate passed! [ under one o
sk0x50 commented on code in PR #2225:
URL: https://github.com/apache/ignite-3/pull/2225#discussion_r1242080574
##
modules/api/src/main/java/org/apache/ignite/lang/IgniteExceptionMapper.java:
##
@@ -0,0 +1,95 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one o
sk0x50 commented on code in PR #2225:
URL: https://github.com/apache/ignite-3/pull/2225#discussion_r1242093277
##
modules/api/src/main/java/org/apache/ignite/lang/IgniteExceptionMapper.java:
##
@@ -0,0 +1,95 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one o
sk0x50 commented on code in PR #2225:
URL: https://github.com/apache/ignite-3/pull/2225#discussion_r1242109276
##
modules/api/src/main/java/org/apache/ignite/lang/IgniteExceptionMapperUtil.java:
##
@@ -0,0 +1,170 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under
lowka commented on code in PR #2199:
URL: https://github.com/apache/ignite-3/pull/2199#discussion_r124223
##
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/rel/ScannableTableSelfTest.java:
##
@@ -0,0 +1,952 @@
+/*
+ * Licensed to the Apache Softw
sk0x50 commented on code in PR #2225:
URL: https://github.com/apache/ignite-3/pull/2225#discussion_r1242111422
##
modules/api/src/main/java/org/apache/ignite/lang/IgniteExceptionMapperUtil.java:
##
@@ -0,0 +1,170 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under
sk0x50 commented on code in PR #2225:
URL: https://github.com/apache/ignite-3/pull/2225#discussion_r1242112542
##
modules/api/src/main/java/org/apache/ignite/lang/IgniteExceptionUtils.java:
##
@@ -177,14 +177,15 @@ public static int extractCodeFrom(Throwable t) {
return
sk0x50 commented on code in PR #2225:
URL: https://github.com/apache/ignite-3/pull/2225#discussion_r1242149763
##
modules/api/src/main/java/org/apache/ignite/lang/IgniteExceptionMapperUtil.java:
##
@@ -0,0 +1,149 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under
sk0x50 commented on code in PR #2225:
URL: https://github.com/apache/ignite-3/pull/2225#discussion_r1242150615
##
modules/api/src/main/java/org/apache/ignite/lang/IgniteExceptionMapperUtil.java:
##
@@ -0,0 +1,149 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under
sonarcloud[bot] commented on PR #10798:
URL: https://github.com/apache/ignite/pull/10798#issuecomment-1607479713
SonarCloud Quality Gate failed. [
--
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-
sonarcloud[bot] commented on PR #10798:
URL: https://github.com/apache/ignite/pull/10798#issuecomment-1607528971
SonarCloud Quality Gate failed. [ under one o
sanpwc commented on code in PR #2225:
URL: https://github.com/apache/ignite-3/pull/2225#discussion_r1242448068
##
modules/api/src/main/java/org/apache/ignite/lang/IgniteExceptionMapperUtil.java:
##
@@ -0,0 +1,170 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under
sonarcloud[bot] commented on PR #10775:
URL: https://github.com/apache/ignite/pull/10775#issuecomment-1607829831
SonarCloud Quality Gate failed. [![Quality Gate
failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png
'Quality Ga
ademakov commented on code in PR #2239:
URL: https://github.com/apache/ignite-3/pull/2239#discussion_r1242466447
##
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/impl/MetaStorageLeaderElectionListener.java:
##
@@ -62,87 +66,108 @@ public class MetaStor
601 - 700 of 32267 matches
Mail list logo