File tree 1 file changed +2
-2
lines changed
src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/rollover
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -415,10 +415,10 @@ class AttemptRolloverStep(private val action: RolloverAction) : Step(name) {
415
415
" This index has already been rolled over using this alias, treating as a success [index=$index , alias=$alias ]"
416
416
417
417
fun getSuccessCopyAliasMessage (index : String , newIndex : String ) =
418
- " Successfully rolled over and copied alias from [index=$index ] to [index=$newIndex ]"
418
+ " Successfully rolled over and copy alias from [index=$index ] to [index=$newIndex ]"
419
419
420
420
fun getFailedCopyAliasMessage (index : String , newIndex : String ) =
421
- " Successfully rolled over but failed to copied alias from [index=$index ] to [index=$newIndex ]"
421
+ " Successfully rolled over but failed to copy alias from [index=$index ] to [index=$newIndex ]"
422
422
423
423
fun getCopyAliasNotAckMessage (index : String , newIndex : String ) =
424
424
" Successfully rolled over but copy alias from [index=$index ] to [index=$newIndex ] is not acknowledged"
You can’t perform that action at this time.
0 commit comments