busbey commented on issue #1022: HBASE-23680 RegionProcedureStore missing 
cleaning of hfile archive
URL: https://github.com/apache/hbase/pull/1022#issuecomment-574289502
 
 
   > On why we put all things on the WAL filesystem, partly because that I want 
to put all the data under a single directory, which can hide the internal 
implementation details about procedure store, and easy to replace the old 
implementation with another implementation.
   > 
   > And another thing is about performance. The WAL filesystem is HDFS, and 
the HFile storage, if not the same one, is usually S3 or some other object 
storages, which are very slow, usually. And usually the size of the procedure 
store will be small, I think the cost is also fine.
   
   I like that this goes on the WAL filesystem and I think the justification is 
good. I went to check the docs to make sure the reasoning is spelled out as 
well there. Looks like the ref guide does not have details about the new 
procedure store and still has a bunch of stuff about the old one. Is there a 
JIRA I can watch to review when those docs are up?

----------------------------------------------------------------
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