Update pageserver/src/tenant/remote_timeline_client.rs

Co-authored-by: Arpad Müller <arpad-m@users.noreply.github.com>
This commit is contained in:
Alex Chi Z.
2024-11-05 12:01:07 -05:00
committed by GitHub
parent 3e62b34279
commit 35a594b91e

View File

@@ -1914,7 +1914,7 @@ impl RemoteTimelineClient {
//
// Let's think about the following operation sequence:
//
// schedule deletion of layer A at generation 5
// schedule deletion of layer A at generation 5, this can be for example a future layer
// schedule a barrier
// schedule a compaction that creates layer A at generation 5
// the actual deletion happens here