From d054b21a66318e096a809c9f94bc8659acfacfd8 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Tue, 4 Feb 2025 17:47:52 -0500 Subject: Fixed a bug with leveling layout policy --- include/framework/reconstruction/LevelingPolicy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/framework/reconstruction') diff --git a/include/framework/reconstruction/LevelingPolicy.h b/include/framework/reconstruction/LevelingPolicy.h index add28ba..89aa94b 100644 --- a/include/framework/reconstruction/LevelingPolicy.h +++ b/include/framework/reconstruction/LevelingPolicy.h @@ -54,7 +54,7 @@ public: ReconstructionTask get_flush_task(const Epoch *epoch) const override { return ReconstructionTask{ - {{buffer_shid}}, 0, m_buffer_size, ReconstructionType::Merge}; + {{buffer_shid}, {0, all_shards_idx}}, 0, m_buffer_size, ReconstructionType::Merge}; } private: -- cgit v1.2.3