*squee* good work everybody! Cheers Jan —
> On 29. Nov 2018, at 18:58, Joan Touzet <woh...@apache.org> wrote: > > Good news, everyone! All of the below issues have been solved. > > I am starting the 2.3.0 release process now. > > -Joan > > ----- Original Message ----- > From: "Joan Touzet" <woh...@apache.org> > To: dev@couchdb.apache.org > Sent: Wednesday, November 28, 2018 2:15:08 PM > Subject: Re: 2.3.0 progress report > > 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