Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CD6AA200C6C for ; Thu, 20 Apr 2017 22:49:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CA4BB160B9F; Thu, 20 Apr 2017 20:49:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 252AB160B90 for ; Thu, 20 Apr 2017 22:48:59 +0200 (CEST) Received: (qmail 13339 invoked by uid 500); 20 Apr 2017 20:48:59 -0000 Mailing-List: contact commits-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 commits@couchdb.apache.org Received: (qmail 13325 invoked by uid 99); 20 Apr 2017 20:48:59 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Apr 2017 20:48:59 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 25EB3865C7; Thu, 20 Apr 2017 20:48:57 +0000 (UTC) Date: Thu, 20 Apr 2017 20:48:57 +0000 To: , "' commits@couchdb.apache.org" , '@gitbox.apache.org, Subject: [couchdb] branch COUCHDB-3377 updated (8be70d1 -> 9deccf8) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <149272133781.13770.9981327624164745259@gitbox.apache.org> From: bbastian@apache.org Reply-To: "commits@couchdb.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: couchdb X-Git-Refname: refs/heads/COUCHDB-3377 X-Git-Reftype: branch X-Git-Oldrev: 8be70d1f4fa6f3ffb294436629ef2d1f20b179da X-Git-Newrev: 9deccf8ba9400adcca974067670ed2fccef394a7 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.3.dev Auto-Submitted: auto-generated archived-at: Thu, 20 Apr 2017 20:49:01 -0000 This is an automated email from the ASF dual-hosted git repository. bbastian pushed a change to branch COUCHDB-3377 in repository https://gitbox.apache.org/repos/asf/couchdb.git. omits 8be70d1 squash omits 444ad5c Update couch_mrview to use new index LRU omits 25b22c7 Use LRU for view indexes omits 9b5e2a2 Update couch view tests to use new index LRU omits f9a0d86 Generalize couch_lru adds cb823dd chmod +x couchspawnkillable.sh adds 75cec86 Reorganize snap files into ./snap/ directory adds 8af1faf Remove snap packaging, it lives in https://github.com/apache/couchdb-pkg.git now adds 7547e7f Merge pull request #473 from mhall119/snap-from-source adds 96d10a9 Clarify & correct require_valid_user setting adds a9dd4c4 Merge pull request #478 from apache/COUCHDB-3100 adds c0fda54 Fix mem3_sync_event_listener unit test adds e367575 Merge pull request #482 from apache/COUCHDB-3380-fix-mem3-sync-event-listener-unit-tests adds d754c8c Fix couch_auth_cache reinitialization logic adds 3f0f806 Merge pull request #481 from apache/COUCHDB-3379-fix-couch-auth-cache-reinit adds db2f19b Fix mango full text detection adds 778738b Merge pull request #480 from apache/COUCHDB-3378-fix-mango-full-text-detection adds 80963ca Don't crash compactor when compacting process fails adds 1c94522 Add function to clean up after failed compaction adds 81166c5 Expose couch_index_compactor:get_compacting_pid/1 adds f7767a3 Update should_remove test adds c3ff408 Merge pull request #474 from cloudant/3364-fix-view-compactor-unknown_info new 06f901b Generalize couch_lru new 257c269 Update couch view tests to use new index LRU new f0a8912 Use LRU for view indexes new c7a9004 Update couch_mrview to use new index LRU new 9e06e3d squash new f1c3bb7 Remove unreachable clause new 9deccf8 squash This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (8be70d1) \ N -- N -- N refs/heads/COUCHDB-3377 (9deccf8) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever. The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: rel/overlay/etc/default.ini | 4 ++ snapcfg/snap.ini | 10 --- snapcfg/snap_run | 9 --- snapcraft.yaml | 81 ---------------------- src/couch/priv/spawnkillable/couchspawnkillable.sh | 0 src/couch/src/couch_auth_cache.erl | 17 ++--- src/couch_index/src/couch_index.erl | 12 +++- src/couch_index/src/couch_index_compactor.erl | 17 ++++- src/couch_mrview/src/couch_mrview_compactor.erl | 9 ++- src/couch_mrview/src/couch_mrview_index.erl | 6 +- .../test/couch_mrview_compact_tests.erl | 31 ++++++++- src/mango/rebar.config.script | 23 +++--- src/mango/src/mango_cursor.erl | 21 ++++-- ...or_text.erl.nocompile => mango_cursor_text.erl} | 4 ++ src/mem3/src/mem3_sync_event_listener.erl | 2 +- 15 files changed, 105 insertions(+), 141 deletions(-) delete mode 100644 snapcfg/snap.ini delete mode 100755 snapcfg/snap_run delete mode 100644 snapcraft.yaml mode change 100644 => 100755 src/couch/priv/spawnkillable/couchspawnkillable.sh rename src/mango/src/{mango_cursor_text.erl.nocompile => mango_cursor_text.erl} (99%) -- To stop receiving notification emails like this one, please contact ['"commits@couchdb.apache.org" '].