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/10/24 20:17:07 UTC

[GitHub] [couchdb] nickva commented on issue #4239: Fix cleanup_index_files in smoosh so we can enable it by default

nickva commented on issue #4239:
URL: https://github.com/apache/couchdb/issues/4239#issuecomment-1289559799

   One idea how implement it is to add a separate cleanup channel to smoosh so instead spawning unmonitored processes there is channel which controls both capacity and concurrency of these cleanups. The database object would be clustered databases so if we're already enqueued clustered db `db1` once when we try to enqueue it again we ignore (de-duplicate) the second request.


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