unit tests and fixes
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2024-12-27 09:59:13 -06:00
parent 1667c18d7e
commit 424a1f6cce

View File

@ -431,7 +431,7 @@ void ring_buffer_open_file::set(std::size_t first_chunk,
}
ring_pos_ = current_chunk;
ring_state_.set(0U, ring_state_.size(), false);
ring_state_.set(0U, ring_state_.size(), true);
chunk_notify_.notify_all();
}