Commit 95c6ed9
authored
Fix assertion failure in IndexShard.updateGlobalCheckpointOnReplica() when remote translog is enabled (#6975)
Signed-off-by: Sachin Kale <[email protected]>1 parent e12a5b9 commit 95c6ed9
File tree
2 files changed
+4
-6
lines changed- server/src
- internalClusterTest/java/org/opensearch/remotestore
- main/java/org/opensearch/index/shard
2 files changed
+4
-6
lines changedLines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
286 | 285 | | |
287 | 286 | | |
288 | 287 | | |
289 | 288 | | |
290 | | - | |
291 | 289 | | |
292 | 290 | | |
293 | 291 | | |
294 | 292 | | |
295 | | - | |
296 | 293 | | |
297 | 294 | | |
298 | 295 | | |
299 | 296 | | |
300 | | - | |
301 | 297 | | |
302 | 298 | | |
303 | 299 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3078 | 3078 | | |
3079 | 3079 | | |
3080 | 3080 | | |
| 3081 | + | |
| 3082 | + | |
3081 | 3083 | | |
3082 | | - | |
3083 | | - | |
| 3084 | + | |
| 3085 | + | |
3084 | 3086 | | |
3085 | 3087 | | |
3086 | 3088 | | |
| |||
0 commit comments