What are blob keys and blob container in elasticsearch?

What are blob keys and blob container in elasticsearch?

if (blobKeys.isEmpty() == false) {
                logger.warn("Could not find a readable index-N file in a non-empty shard snapshot directory [{}]"; blobContainer.path());
            }

What does the above piece of code mean ?

Where did that code come from?

Right, so it's talking about snapshots and the blob data that the repositories - s3 etc - are using.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.