diff options
Diffstat (limited to 'include/framework/reconstruction/BackgroundTieringPolicy.h')
| -rw-r--r-- | include/framework/reconstruction/BackgroundTieringPolicy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/reconstruction/BackgroundTieringPolicy.h b/include/framework/reconstruction/BackgroundTieringPolicy.h index 9a9ebaa..ab19e24 100644 --- a/include/framework/reconstruction/BackgroundTieringPolicy.h +++ b/include/framework/reconstruction/BackgroundTieringPolicy.h @@ -44,7 +44,7 @@ public: } for (level_index i = target_level; i > source_level; i--) { - if (lock_mngr.take_lock(i-1)) { + if (lock_mngr.take_lock(i-1, version->get_id())) { ReconstructionVector recon; size_t total_reccnt = levels[i - 1]->get_record_count(); std::vector<ShardID> shards; |