Skip to content

Commit 488951e

Browse files
authored
Data stream lifecycle does not record error in failure store rollover (#126229)
**Issue** The data stream lifecycle does not register correctly rollover errors for failure store. **Observed bahaviour** When data stream lifecycle encounters a rollover error it records it unless it sees that the current write index of this data stream doesn't match the source index of the request. However, the write index check does not use the failure write index but the write backing index, so the failure gets ignored **Desired behaviour** When data stream lifecycle encounters a rollover error it will check the relevant write index before it determines if it should be recorded or not.
1 parent d9bc3b9 commit 488951e

File tree

3 files changed

+275
-30
lines changed

3 files changed

+275
-30
lines changed

0 commit comments

Comments
 (0)