Closed ashking94 closed 1 week ago
:x: Gradle check result for 8d819de1f126015739367c6fb5161e9b33dd7163: FAILURE
Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?
:x: Gradle check result for c17268348702f23d6a60ab077246c84b86c3e262: FAILURE
Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?
:white_check_mark: Gradle check result for fb503986f37119a12437cff841a47d98ab504c71: SUCCESS
Attention: Patch coverage is 88.23529%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 72.07%. Comparing base (
10873f1
) to head (fb50398
). Report is 12 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
If the index name has
.
period in it, then the stale index deletion fails as the period character interferes with the delimiter (which is also period character) by giving more parts than expected during theString.split(".")
operation while interpreting the snapshot shards path file. The fix is to handle the variables after the index name as relative from last than from 0. This fixes the problem.Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.