codelipenghui commented on a change in pull request #5762: Add the filesystem 
offload doc
URL: https://github.com/apache/pulsar/pull/5762#discussion_r351687199
 
 

 ##########
 File path: site2/docs/cookbooks-tiered-storage.md
 ##########
 @@ -30,6 +33,14 @@ Pulsar uses multi-part objects to upload the segment data. 
It is possible that a
 We recommend you add a life cycle rule your bucket to expire incomplete 
multi-part upload after a day or two to avoid
 getting charged for incomplete uploads.
 
+## The Filesystem offloading mechanism
+
+A topic data was stored with a lot of ledgers. Offload these ledgers into 
filesystem, we need a path for it.
+The implementation of the Filesystem offload to generate the path for 
**tenant/namespace/topic/ledgerId**.
 
 Review comment:
   The path of the data is `basePath` +  /tenant/namespace/domain/topic/ +  
ledgerId-UUID right?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to