Shutting down a node stops the transport layer despite of ongoing indexing operations #12314
Labels
discuss
:Distributed Indexing/Distributed
A catch all label for anything in the Distributed Indexing Area. Please avoid if you can.
The current shutdown order is as follows:
The means that the transport service is stopped before indices services, meaning that any ongoing write operation in IndicesService are blocked from the network and can't send requests. This can trigger #7572 .
IMHO we should do a best effort in flushing on going operations in IndicesService, block new one from starting and then and only then close the transport service. These days we have mechanics to do so. This does require careful thought.
The text was updated successfully, but these errors were encountered: