Hi again everyone, Update for this week on 2.3.0: we are down to two issues blocking 2.3.0's release:
#1772: Slow operation in couch_proc_manager This is a result of the new config code calling os:getenv/1 too often, and should easily be resolved by calling it once on startup and placing the results in an ETS table for later consultation. PR to come. #1579: Autocompaction never triggered in Couch v2.2 A partial fix for it has landed in #1768, which correctly compacts all shards of a view for databases with q>1, but the original reporter may have a different issue, meaning we may be fixing 2 bugs here, not one. We also still have #1749 open, but that is just updating our docs and Fauxton references to the latest versions before release. These were resolved successfully: #1607: Replicator fails to authenticate to open db after cookie timeout #1746: ini-file admin users always cause auth cache miss #1764: Switch scripts to python3 (with associated work in the couchdb-pkg repo) These were dropped out of 2.3.0 for inactivity: PR #1470: Fix calculation of external size for attachments PR #1272: Record and expose last compaction time #1600 Sporadic errors on /_all_docs with Cookie auth and system databases I am now predicting that the first 2.3.0 RC will drop next week. -Joan