sonarcloud[bot] commented on PR #10797:
URL: https://github.com/apache/ignite/pull/10797#issuecomment-1600606510
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
AMashenkov commented on code in PR #2199:
URL: https://github.com/apache/ignite-3/pull/2199#discussion_r1236786310
##
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/framework/NoOpTransaction.java:
##
@@ -43,14 +43,32 @@ public final class NoOpTransaction
isapego commented on code in PR #2215:
URL: https://github.com/apache/ignite-3/pull/2215#discussion_r1236832053
##
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/InternalTableImpl.java:
##
@@ -648,18 +648,26 @@ public CompletableFuture
upsertAl
sk0x50 commented on code in PR #2225:
URL: https://github.com/apache/ignite-3/pull/2225#discussion_r1236832620
##
modules/api/src/main/java/org/apache/ignite/lang/IgniteExceptionMapperFuture.java:
##
@@ -0,0 +1,436 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) unde
Vladsz83 commented on code in PR #10783:
URL: https://github.com/apache/ignite/pull/10783#discussion_r1236859131
##
modules/core/src/main/java/org/apache/ignite/internal/managers/systemview/SystemViewMBean.java:
##
@@ -289,7 +290,7 @@ else if (clazz.isEnum())
else i
lowka commented on code in PR #2199:
URL: https://github.com/apache/ignite-3/pull/2199#discussion_r1236859774
##
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/ExecutableTableRegistrySelfTest.java:
##
@@ -79,9 +88,10 @@ public void testGetTable() {
lowka commented on code in PR #2199:
URL: https://github.com/apache/ignite-3/pull/2199#discussion_r1236860441
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/TransformingPublisher.java:
##
@@ -0,0 +1,64 @@
+/*
+ * Licensed to the Apache Software Fo
tkalkirill opened a new pull request, #2231:
URL: https://github.com/apache/ignite-3/pull/2231
https://issues.apache.org/jira/browse/IGNITE-19641
--
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
Vladsz83 commented on code in PR #10783:
URL: https://github.com/apache/ignite/pull/10783#discussion_r1236720397
##
modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/metric/SqlViewExporterSpiTest.java:
##
@@ -309,6 +310,7 @@ public void testServices() {
AMashenkov commented on code in PR #2205:
URL: https://github.com/apache/ignite-3/pull/2205#discussion_r1236861779
##
modules/runner/build.gradle:
##
@@ -158,8 +158,21 @@ dependencies {
integrationTestImplementation libs.typesafe.config
integrationTestImplementation li
Vladsz83 commented on code in PR #10783:
URL: https://github.com/apache/ignite/pull/10783#discussion_r1236677583
##
modules/control-utility/src/test/java/org/apache/ignite/util/SystemViewCommandTest.java:
##
@@ -346,6 +346,7 @@ public void testServices() {
assertEquals(
AMashenkov commented on code in PR #2205:
URL: https://github.com/apache/ignite-3/pull/2205#discussion_r1236861779
##
modules/runner/build.gradle:
##
@@ -158,8 +158,21 @@ dependencies {
integrationTestImplementation libs.typesafe.config
integrationTestImplementation li
Vladsz83 commented on code in PR #10783:
URL: https://github.com/apache/ignite/pull/10783#discussion_r1236863684
##
modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/metric/SqlViewExporterSpiTest.java:
##
@@ -309,6 +310,7 @@ public void testServices() {
Vladsz83 commented on code in PR #10783:
URL: https://github.com/apache/ignite/pull/10783#discussion_r1236859131
##
modules/core/src/main/java/org/apache/ignite/internal/managers/systemview/SystemViewMBean.java:
##
@@ -289,7 +290,7 @@ else if (clazz.isEnum())
else i
ptupitsyn commented on code in PR #2215:
URL: https://github.com/apache/ignite-3/pull/2215#discussion_r1236880669
##
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/InternalTableImpl.java:
##
@@ -648,18 +648,26 @@ public CompletableFuture
upsert
ptupitsyn commented on code in PR #2215:
URL: https://github.com/apache/ignite-3/pull/2215#discussion_r1236882310
##
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/InternalTableImpl.java:
##
@@ -648,18 +648,26 @@ public CompletableFuture
upsert
vldpyatkov merged PR #2209:
URL: https://github.com/apache/ignite-3/pull/2209
--
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 merged PR #2215:
URL: https://github.com/apache/ignite-3/pull/2215
--
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
sergeyuttsel commented on code in PR #2227:
URL: https://github.com/apache/ignite-3/pull/2227#discussion_r1236949433
##
modules/metastorage-api/src/main/java/org/apache/ignite/internal/metastorage/MetaStorageManager.java:
##
@@ -60,6 +61,13 @@ public interface MetaStorageManager
sk0x50 commented on code in PR #2225:
URL: https://github.com/apache/ignite-3/pull/2225#discussion_r1236963103
##
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_r1236972592
##
modules/api/src/main/java/org/apache/ignite/lang/IgniteExceptionMapperUtil.java:
##
@@ -0,0 +1,149 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under
NSAmelchev commented on code in PR #10783:
URL: https://github.com/apache/ignite/pull/10783#discussion_r1236978603
##
modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/metric/SqlViewExporterSpiTest.java:
##
@@ -309,6 +310,7 @@ public void testServices()
sonarcloud[bot] commented on PR #10783:
URL: https://github.com/apache/ignite/pull/10783#issuecomment-1600822282
Kudos, SonarCloud Quality Gate passed! [ under
sk0x50 commented on code in PR #2225:
URL: https://github.com/apache/ignite-3/pull/2225#discussion_r1236963103
##
modules/api/src/main/java/org/apache/ignite/lang/IgniteExceptionMapperUtil.java:
##
@@ -0,0 +1,149 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under
AMashenkov commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1237108035
##
modules/catalog/src/test/java/org/apache/ignite/internal/catalog/CatalogServiceSelfTest.java:
##
@@ -1248,19 +1275,22 @@ public void testCreateIndexEvents() {
AMashenkov commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1237108035
##
modules/catalog/src/test/java/org/apache/ignite/internal/catalog/CatalogServiceSelfTest.java:
##
@@ -1248,19 +1275,22 @@ public void testCreateIndexEvents() {
ibessonov commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1237119534
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -277,82 +259,62 @@ private Catalog catalogAt(long timestamp) {
Daikon5 opened a new pull request, #168:
URL: https://github.com/apache/ignite-website/pull/168
(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,
ashapkin merged PR #168:
URL: https://github.com/apache/ignite-website/pull/168
--
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..
yurinaryshkin opened a new pull request, #10798:
URL: https://github.com/apache/ignite/pull/10798
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:
#
sonarcloud[bot] commented on PR #10798:
URL: https://github.com/apache/ignite/pull/10798#issuecomment-1601279680
SonarCloud Quality Gate failed. [ {
tkalkirill commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1237469616
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -277,82 +259,62 @@ private Catalog catalogAt(long timestamp) {
tkalkirill commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1237515837
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -277,82 +259,62 @@ private Catalog catalogAt(long timestamp) {
tkalkirill commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1237551575
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/commands/AbstractIndexCommandParams.java:
##
@@ -41,6 +47,20 @@ public String schemaName() {
tkalkirill commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1237557975
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/events/AddColumnEventParameters.java:
##
@@ -24,25 +24,27 @@
* Add column event parameters con
tkalkirill commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1237562111
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/events/AlterColumnEventParameters.java:
##
@@ -23,32 +23,36 @@
* Create table event parameters
tkalkirill commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1237563034
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/events/AlterZoneEventParameters.java:
##
@@ -23,25 +23,25 @@
* Alter zone event parameters con
tkalkirill commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1237583162
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/storage/CatalogFireEvent.java:
##
@@ -0,0 +1,39 @@
+/*
+ * Licensed to the Apache Software Found
tkalkirill commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1237587629
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/storage/UpdateLogImpl.java:
##
@@ -167,7 +169,7 @@ private void restoreStateFromVault(OnUpdateHa
tkalkirill commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1238002599
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/storage/UpdateEntry.java:
##
@@ -18,9 +18,11 @@
package org.apache.ignite.internal.catalog.stor
korlov42 commented on code in PR #2223:
URL: https://github.com/apache/ignite-3/pull/2223#discussion_r1238013978
##
modules/runner/src/integrationTest/java/org/apache/ignite/internal/sql/engine/datatypes/varbinary/ItVarBinaryExpressionTest.java:
##
@@ -67,24 +67,32 @@ public voi
korlov42 commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1238017426
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/events/AddColumnEventParameters.java:
##
@@ -24,25 +24,27 @@
* Add column event parameters conta
korlov42 commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1238018549
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/events/AddColumnEventParameters.java:
##
@@ -24,25 +24,27 @@
* Add column event parameters conta
korlov42 commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1238020934
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -150,66 +138,61 @@ public CatalogServiceImpl(UpdateLog updateLog,
korlov42 commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1238021635
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogService.java:
##
@@ -36,7 +36,7 @@
* TBD: events
*/
public interface CatalogService {
korlov42 commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1238025041
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -277,29 +254,18 @@ private Catalog catalogAt(long timestamp) {
korlov42 commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1238029989
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -1089,4 +644,195 @@ private static void throwUnsupportedDdl(String
korlov42 commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1238031732
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/events/CatalogEventParameters.java:
##
@@ -23,12 +23,24 @@
* Base class for Catalog event parame
tkalkirill commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1238047928
##
modules/catalog/src/test/java/org/apache/ignite/internal/catalog/CatalogServiceSelfTest.java:
##
@@ -1248,19 +1275,22 @@ public void testCreateIndexEvents() {
korlov42 commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1238050421
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/storage/CatalogFireEvent.java:
##
@@ -0,0 +1,39 @@
+/*
+ * Licensed to the Apache Software Foundat
ibessonov commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1238084242
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/events/CatalogEventParameters.java:
##
@@ -23,12 +23,24 @@
* Base class for Catalog event param
ibessonov commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1238085646
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/events/AlterColumnEventParameters.java:
##
@@ -23,32 +23,36 @@
* Create table event parameters
ibessonov commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1238087675
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -277,82 +259,62 @@ private Catalog catalogAt(long timestamp) {
sanpwc commented on code in PR #2227:
URL: https://github.com/apache/ignite-3/pull/2227#discussion_r1238089266
##
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/persistence/RocksDbKeyValueStorage.java:
##
@@ -1215,6 +1227,50 @@ private Entry doGe
ibessonov commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1238089630
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/events/AlterColumnEventParameters.java:
##
@@ -23,32 +23,36 @@
* Create table event parameters
ibessonov commented on code in PR #2231:
URL: https://github.com/apache/ignite-3/pull/2231#discussion_r1238092368
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/storage/UpdateLogImpl.java:
##
@@ -167,7 +169,7 @@ private void restoreStateFromVault(OnUpdateHan
sergeyuttsel commented on code in PR #2227:
URL: https://github.com/apache/ignite-3/pull/2227#discussion_r1238101765
##
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/persistence/RocksDbKeyValueStorage.java:
##
@@ -1215,6 +1227,50 @@ private Entr
sanpwc commented on code in PR #2227:
URL: https://github.com/apache/ignite-3/pull/2227#discussion_r1238105469
##
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/persistence/RocksDbKeyValueStorage.java:
##
@@ -1215,6 +1227,50 @@ private Entry doGe
sanpwc commented on code in PR #2227:
URL: https://github.com/apache/ignite-3/pull/2227#discussion_r1238107936
##
modules/metastorage-api/src/main/java/org/apache/ignite/internal/metastorage/MetaStorageManager.java:
##
@@ -60,6 +61,13 @@ public interface MetaStorageManager exten
sanpwc commented on code in PR #2227:
URL: https://github.com/apache/ignite-3/pull/2227#discussion_r1238111679
##
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/persistence/RocksDbKeyValueStorage.java:
##
@@ -1215,6 +1227,50 @@ private Entry doGe
sanpwc commented on code in PR #2227:
URL: https://github.com/apache/ignite-3/pull/2227#discussion_r1238112862
##
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/persistence/RocksDbKeyValueStorage.java:
##
@@ -1215,6 +1227,50 @@ private Entry doGe
sanpwc commented on code in PR #2227:
URL: https://github.com/apache/ignite-3/pull/2227#discussion_r1238113967
##
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/persistence/RocksDbKeyValueStorage.java:
##
@@ -1252,6 +1308,46 @@ private static lon
valepakh commented on code in PR #2207:
URL: https://github.com/apache/ignite-3/pull/2207#discussion_r1238115550
##
modules/code-deployment/src/main/java/org/apache/ignite/internal/deployunit/DeploymentManagerImpl.java:
##
@@ -182,12 +159,12 @@ private CompletableFuture doDeploy
sanpwc commented on code in PR #2227:
URL: https://github.com/apache/ignite-3/pull/2227#discussion_r1238118058
##
modules/metastorage/src/test/java/org/apache/ignite/internal/metastorage/server/BasicOperationsKeyValueStorageTest.java:
##
@@ -190,6 +191,88 @@ void getWithRevision
zstan commented on code in PR #2223:
URL: https://github.com/apache/ignite-3/pull/2223#discussion_r1238120187
##
modules/runner/src/integrationTest/java/org/apache/ignite/internal/sql/engine/datatypes/varbinary/ItVarBinaryExpressionTest.java:
##
@@ -67,24 +67,32 @@ public void t
vshipb opened a new pull request, #10799:
URL: https://github.com/apache/ignite/pull/10799
(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-ma
sonarcloud[bot] commented on PR #10799:
URL: https://github.com/apache/ignite/pull/10799#issuecomment-1602181216
Kudos, SonarCloud Quality Gate passed! [
--
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-mai
nizhikov merged PR #10799:
URL: https://github.com/apache/ignite/pull/10799
--
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
sonarcloud[bot] commented on PR #10799:
URL: https://github.com/apache/ignite/pull/10799#issuecomment-1602219091
Kudos, SonarCloud Quality Gate passed! [![Quality Gate
passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png
'Qua
sonarcloud[bot] commented on PR #10797:
URL: https://github.com/apache/ignite/pull/10797#issuecomment-1602225809
SonarCloud Quality Gate failed. [![Quality Gate
failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png
'Quality Ga
zstan commented on PR #2234:
URL: https://github.com/apache/ignite-3/pull/2234#issuecomment-1602226157
@ygerzhedovich can you approve it plz ?
--
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
zstan commented on code in PR #2223:
URL: https://github.com/apache/ignite-3/pull/2223#discussion_r1238192918
##
modules/runner/src/integrationTest/java/org/apache/ignite/internal/sql/engine/datatypes/varbinary/ItVarBinaryExpressionTest.java:
##
@@ -67,24 +67,32 @@ public void t
korlov42 commented on code in PR #2223:
URL: https://github.com/apache/ignite-3/pull/2223#discussion_r1238225571
##
modules/runner/src/integrationTest/java/org/apache/ignite/internal/sql/engine/datatypes/varbinary/ItVarBinaryExpressionTest.java:
##
@@ -67,24 +67,32 @@ public voi
tkalkirill opened a new pull request, #2236:
URL: https://github.com/apache/ignite-3/pull/2236
https://issues.apache.org/jira/browse/I[IGNITE-16004
--
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
AMashenkov commented on code in PR #2199:
URL: https://github.com/apache/ignite-3/pull/2199#discussion_r1238263250
##
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/rel/IndexScanNodeTest.java:
##
@@ -0,0 +1,288 @@
+/*
+ * Licensed to the Apache Softw
AMashenkov commented on code in PR #2199:
URL: https://github.com/apache/ignite-3/pull/2199#discussion_r1238269338
##
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/rel/IndexScanNodeTest.java:
##
@@ -0,0 +1,288 @@
+/*
+ * Licensed to the Apache Softw
ygerzhedovich commented on code in PR #2205:
URL: https://github.com/apache/ignite-3/pull/2205#discussion_r1238270424
##
modules/runner/build.gradle:
##
@@ -158,8 +158,21 @@ dependencies {
integrationTestImplementation libs.typesafe.config
integrationTestImplementation
sanpwc commented on code in PR #2227:
URL: https://github.com/apache/ignite-3/pull/2227#discussion_r1238283724
##
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/persistence/RocksDbKeyValueStorage.java:
##
@@ -1215,6 +1227,50 @@ private Entry doGe
petrov-mg opened a new pull request, #10800:
URL: https://github.com/apache/ignite/pull/10800
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:
sergeyuttsel commented on code in PR #2227:
URL: https://github.com/apache/ignite-3/pull/2227#discussion_r1238290409
##
modules/metastorage/src/test/java/org/apache/ignite/internal/metastorage/server/BasicOperationsKeyValueStorageTest.java:
##
@@ -190,6 +192,67 @@ void getWithRe
sergeyuttsel commented on code in PR #2227:
URL: https://github.com/apache/ignite-3/pull/2227#discussion_r1238292657
##
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/persistence/RocksDbKeyValueStorage.java:
##
@@ -1215,6 +1227,50 @@ private Entr
sergeyuttsel commented on code in PR #2227:
URL: https://github.com/apache/ignite-3/pull/2227#discussion_r1238293000
##
modules/metastorage-api/src/main/java/org/apache/ignite/internal/metastorage/MetaStorageManager.java:
##
@@ -60,6 +61,13 @@ public interface MetaStorageManager
sergeyuttsel commented on code in PR #2227:
URL: https://github.com/apache/ignite-3/pull/2227#discussion_r1238293618
##
modules/metastorage/src/test/java/org/apache/ignite/internal/metastorage/server/BasicOperationsKeyValueStorageTest.java:
##
@@ -190,6 +191,88 @@ void getWithRe
sonarcloud[bot] commented on PR #10800:
URL: https://github.com/apache/ignite/pull/10800#issuecomment-1602362509
SonarCloud Quality Gate failed. [![Quality Gate
failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png
'Quality Ga
sanpwc commented on code in PR #2227:
URL: https://github.com/apache/ignite-3/pull/2227#discussion_r1238319474
##
modules/metastorage/src/testFixtures/java/org/apache/ignite/internal/metastorage/server/SimpleInMemoryKeyValueStorage.java:
##
@@ -646,6 +655,40 @@ private Entry doG
PakhomovAlexander merged PR #2194:
URL: https://github.com/apache/ignite-3/pull/2194
--
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
sergeyuttsel commented on code in PR #2227:
URL: https://github.com/apache/ignite-3/pull/2227#discussion_r1238334631
##
modules/metastorage/src/testFixtures/java/org/apache/ignite/internal/metastorage/server/SimpleInMemoryKeyValueStorage.java:
##
@@ -646,6 +655,40 @@ private Ent
ibessonov merged PR #2235:
URL: https://github.com/apache/ignite-3/pull/2235
--
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
sashapolo commented on code in PR #2228:
URL: https://github.com/apache/ignite-3/pull/2228#discussion_r1238194079
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogServiceImpl.java:
##
@@ -130,24 +132,32 @@ public class CatalogServiceImpl extends
Produc
401 - 500 of 32267 matches
Mail list logo