Phillippko commented on code in PR #4399:
URL: https://github.com/apache/ignite-3/pull/4399#discussion_r1771235811
##########
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/impl/MetaStorageManagerImpl.java:
##########
@@ -133,32 +145,38 @@ public class MetaStorageManagerImpl implements
MetaStorageManager, MetastorageGr
private final MetaStorageMetricSource metaStorageMetricSource;
+ private final MetastorageRepairStorage metastorageRepairStorage;
+ private final MetastorageRepair metastorageRepair;
Review Comment:
```suggestion
private final MetastorageRepairStorage metastorageRepairStorage;
private final MetastorageRepair metastorageRepair;
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]