You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/07/13 15:40:25 UTC

[GitHub] [couchdb] noahshaw11 opened a new pull request, #4102: Add filepath to is_compacting

noahshaw11 opened a new pull request, #4102:
URL: https://github.com/apache/couchdb/pull/4102

   ## Overview
   
   When smoosh is checking for compaction files to restore active compaction jobs, it uses the wrong file path. Currently, it looks for <ShardPath>.{compact, compact.data, compact.meta} instead of the correct <ShardPath>.couch.{compact, compact.data, compact.meta}.
   
   ## Testing recommendations
   
   ```
   make eunit apps=smoosh
   ```
   
   ## Related Issues or Pull Requests
   
   Add smoosh queue persistence: https://github.com/apache/couchdb/pull/3766
   
   ## Checklist
   
   - [ ] Code is written and works correctly
   - [ ] Changes are covered by tests
   - [ ] Any new configurable parameters are documented in `rel/overlay/etc/default.ini`
   - [ ] A PR for documentation changes has been made in https://github.com/apache/couchdb-documentation
   


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

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] nickva merged pull request #4102: Add filepath to is_compacting

Posted by GitBox <gi...@apache.org>.
nickva merged PR #4102:
URL: https://github.com/apache/couchdb/pull/4102


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

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org