Ignore EPOLL_CTL_DEL ENOENT, fix detection of the rollback version

This commit is contained in:
Vitaliy Filippov
2020-05-23 15:43:37 +03:00
parent 393fe75900
commit 6488d0044a
5 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ void pg_obj_state_check_t::finish_object()
{
pcs.stable_ver = list[i].version;
}
if (list[i].version <= target_ver)
if (list[i].version <= target_ver && !pcs.max_target)
{
pcs.max_target = list[i].version;
}