From dev-return-48971-archive-asf-public=cust-asf.ponee.io@couchdb.apache.org Wed Jan 15 20:45:47 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 216ED18065E for ; Wed, 15 Jan 2020 21:45:47 +0100 (CET) Received: (qmail 18868 invoked by uid 500); 15 Jan 2020 20:45:46 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 18856 invoked by uid 99); 15 Jan 2020 20:45:46 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jan 2020 20:45:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id E8EC2C14A7 for ; Wed, 15 Jan 2020 20:45:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.483 X-Spam-Level: * X-Spam-Status: No, score=1.483 tagged_above=-999 required=6.31 tests=[KAM_DMARC_STATUS=0.01, KAM_NUMSUBJECT=0.5, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.972] autolearn=disabled Received: from mx1-ec2-va.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id NrnG1VfNPCyd for ; Wed, 15 Jan 2020 20:45:39 +0000 (UTC) Received-SPF: Softfail (mailfrom) identity=mailfrom; client-ip=204.11.51.157; helo=smtp.justsomehost.net; envelope-from=wohali@apache.org; receiver= Received: from smtp.justsomehost.net (smtp.justsomehost.net [204.11.51.157]) by mx1-ec2-va.apache.org (ASF Mail Server at mx1-ec2-va.apache.org) with ESMTPS id EE4C0BC5C3 for ; Wed, 15 Jan 2020 20:45:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.justsomehost.net (Postfix) with ESMTP id 5F9FC58021E for ; Wed, 15 Jan 2020 15:45:32 -0500 (EST) Received: from smtp.justsomehost.net ([127.0.0.1]) by localhost (smtp.justsomehost.net [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 7tySyaBl81Qe for ; Wed, 15 Jan 2020 15:45:31 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by smtp.justsomehost.net (Postfix) with ESMTP id 8FC5C580240 for ; Wed, 15 Jan 2020 15:45:31 -0500 (EST) X-Virus-Scanned: amavisd-new at smtp.justsomehost.net Received: from smtp.justsomehost.net ([127.0.0.1]) by localhost (smtp.justsomehost.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id DTyZtBOz0gVg for ; Wed, 15 Jan 2020 15:45:31 -0500 (EST) Received: from [192.168.1.14] (toroon0560w-lp130-01-174-88-79-193.dsl.bell.ca [174.88.79.193]) by smtp.justsomehost.net (Postfix) with ESMTPSA id 7026B58021E for ; Wed, 15 Jan 2020 15:45:31 -0500 (EST) Subject: Re: CouchDB 3.0 Update - Jan 15 To: dev@couchdb.apache.org References: From: Joan Touzet Organization: Apache Software Foundation Message-ID: <345c9f36-c3bb-67d5-d9af-bd6b2877b39d@apache.org> Date: Wed, 15 Jan 2020 15:45:29 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-CA Content-Transfer-Encoding: 7bit Hi Deni and others, Since you last sent this, a few things have happened: * We found ongoing, persistent crashes in couchjs after upgrading to SpiderMonkey 60. The bulk of these appear to have been removed by disabling the Ion JIT. The rest appear relegated to a specific architecture (arm64), where we need to enforce running against 1.8.5 for now. Paul is working this one through #2449. * In CI runs we're seeing hung Erlang beam.smp processes, consuming 100% CPU. We have a traceback from Nick's laptop as well. It's not clear this is entirely related to couchjs crashing, especially because it's happening on FreeBSD when Jenkins attempts to kill off CouchDB forcibly during a test run. This is being tracked in #2437. There are a couple of new tickets: * #1783 needs attention; Tony Sun was the original developer here and we're hoping someone can carry his work across the finish line * #2435/#2218 covers documentation work that must be done before 3.0 can release. There's quite a lot of this, unfortunately, and a separate milestone has been created in the documentation repository to track it: https://github.com/apache/couchdb-documentation/milestone/1 I'm about 75% of the way done with the Release Notes PR, but it is still draft status and not yet ready to be reviewed. * #1927 is a nice-to-have that will make our RC process cleaner, but isn't mandatory. Am hoping Dave can help with this, but if not I can give some attention once the documentation work is in hand. * #2457 is a chore to just add a few missed default config params to the default.ini file we ship. * (pending) Our Docker and packaging repos need to be updated with the outcome of the SpiderMonkey changes that have been made. The goal is to use SM60 if possible, reverting to 1.8.5 when it is not available upstream or if there are platform-specific bugs (as with arm64). On 2020-01-08 16:55, Denitsa Burroughs wrote: > Hi all, > > Thanks to everyone who contributed with closing the remaining 3.0 roadmap > items/epics. We are getting very close to RC! There are a couple of > outstanding lower level issues that also need to be addressed and any help > here would be greatly appreciated. I am adding owners to each issue based > on the comments in the ticket but please feel free to let me know if that's > incorrect. > > Here's a link to the 3.0.0 Milestone > . There are currently 6 > items on the list: > #2404 3.0 build is broken on Microsoft Windows > Joan has a fix > #2391 update rebar.config with latest module tags > - Need a > decision/consensus on the approach. Adam/Jan? > #1783 fix empty queries - > Tony? > #2393 fix(#2143): allow env var overrides for js query server config > - blocked by #2404. Joa > #2218 Deprecation list for 3.0 (release notes compilation) > - Doc ticket > #1927 build: stop propagating RC tags into erlang apps > - Dave/Joan? > > Any other issues that need to be tagged for 3.0? > > Thanks, > > Deni >