wu-sheng commented on code in PR #11119: URL: https://github.com/apache/skywalking/pull/11119#discussion_r1269041711
########## docs/en/changes/changes.md: ########## @@ -50,6 +50,7 @@ * Apply MQE on Virtual-Cache layer UI-templates * Add Echo component ID(5015) language: Golang. * Fix `index out of bounds exception` in `aggregate_labels` MQE function. +* Fix Elasticsearch storage TTL timer, move created the latest index before retrieval indexes by aliases to avoid the 404 exception. Review Comment: > And another possible cause: TTL deletes all indexes and fails to create the latest index (no chance to create again) This may exist in theory, but according to your changelog, it is not about this. I don't want to people thought TTL having a general bug. The biggest potential issue of TTL still is they don't set cluster mode correctly. -- 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]
