vitaly-goot opened a new pull request #1006: Compaction status update
URL: https://github.com/apache/couchdb/pull/1006
 
 
   See issue #980 
   
   Extend `_active_tasks` reporting for data compaction. New fields include:
   - size in bytes of meta file (reported under @meta_size attribute)
   - size in bytes of data file (reported under @data_size attribute)
   - timestamp of merge phase or zero (reported under @merged_on attribute)
   
   File size reporting is handy to get statistics about disk burn rate and disk 
overhead during data compaction. 
   It also can be used to understand that compaction process is live (kind of 
beatheart) since progress is not reported during compaction `merge` phase and 
compaction appears to be stuck.  
   
   
   
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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