Commit a191f9a
Shilpa Jagannath
rgw/multisite: avoid redundant error repo entry logging
in bucket incremental sync, if a generation other than the current generation is requested,
we mark it with -EAGAIN and retry in error repo in RGWDataSyncSingleEntry(). within this block,
we check if that requested generation is lesser than the current gen, write it to error repo,
set -EAGAIN and write it to error repo in the outer function once again. don't duplicate error
repo entry addition for this condition.
Signed-off-by: Shilpa Jagannath <[email protected]>1 parent 73a383f commit a191f9a
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6044 | 6044 | | |
6045 | 6045 | | |
6046 | 6046 | | |
6047 | | - | |
| 6047 | + | |
6048 | 6048 | | |
6049 | 6049 | | |
6050 | 6050 | | |
6051 | 6051 | | |
6052 | 6052 | | |
| 6053 | + | |
6053 | 6054 | | |
6054 | 6055 | | |
6055 | 6056 | | |
| |||
0 commit comments