rpuch commented on code in PR #3223:
URL: https://github.com/apache/ignite-3/pull/3223#discussion_r1495845652
##########
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogService.java:
##########
@@ -60,7 +61,11 @@ public interface CatalogService extends
EventProducer<CatalogEvent, CatalogEvent
Collection<CatalogTableDescriptor> tables(int catalogVersion);
- @Nullable CatalogIndexDescriptor index(String indexName, long timestamp);
+ /**
+ * Returns an <em>alive</em> index with the given name, that is an index
which exists and is not in the
+ * {@link CatalogIndexStatus#STOPPING} state in the Catalog at a given
point in time.
Review Comment:
Mine is in terms of 'not being dropped yet'
--
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]