opensearch-project / index-management

🗃 Automate periodic data operations, such as deleting indices at a certain age or performing a rollover at a certain size
https://opensearch.org/docs/latest/im-plugin/index/
Apache License 2.0
52 stars 107 forks source link

Typo in message at Line 421 of AttemptRolloverStep.kt #1123

Closed lmako-aws closed 3 months ago

lmako-aws commented 4 months ago

Hi,

Just wanted to let you know that there is a typo at Line 421 of AttemptRolloverStep.kt

https://github.com/opensearch-project/index-management/blob/042f72841ff85032beecc20c3f9338161af2ab42/src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/rollover/AttemptRolloverStep.kt#L421

The message says Successfully rolled over but failed to copied alias from [index=$index] to [index=$newIndex] instead of Successfully rolled over but failed to copy alias from [index=$index] to [index=$newIndex]

Thanks, Laz

sarthakaggarwal97 commented 3 months ago

@lmako-aws this seems like a genuine typo, would you wanna raise a PR for this?

lmako-aws commented 3 months ago

@sarthakaggarwal97 It definitely is. I just thought I'd let you know. I'm happy to leave it with you guys and you can decide whether you address it or not.