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 [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5755D1670A0 for ; Tue, 25 Jul 2017 18:17:31 +0200 (CEST) Received: (qmail 61469 invoked by uid 500); 25 Jul 2017 16:17:30 -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 61448 invoked by uid 99); 25 Jul 2017 16:17:29 -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; Tue, 25 Jul 2017 16:17:29 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id DD83881575; Tue, 25 Jul 2017 16:17:27 +0000 (UTC) Date: Tue, 25 Jul 2017 16:17:27 +0000 To: , "' commits@couchdb.apache.org" , '@gitbox.apache.org, Subject: [couchdb] branch optimize-ddoc-cache updated (99443c3 -> 8eee7b1) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150099944707.30881.12742970689131751715@gitbox.apache.org> From: davisp@apache.org Reply-To: "commits@couchdb.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: couchdb X-Git-Refname: refs/heads/optimize-ddoc-cache X-Git-Reftype: branch X-Git-Oldrev: 99443c302960551df1e65803982cb1e164813f19 X-Git-Newrev: 8eee7b14b3b06aa497f2b0d1b925c5bfab921069 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. davisp pushed a change to branch optimize-ddoc-cache in repository https://gitbox.apache.org/repos/asf/couchdb.git. omit 99443c3 FIXUP: Remove debug logging omit 876f5da FIXUP: Remove bad assertions and debug log omit da5eca6 FIXUP: Use the shard record definition omit 61ae43a FIXUP: Label state variable with a name omit 4d54571 FIXUP: Reorder clauses for readability omit b0e35a2 FIXUP: Factor out common code. omit 102b5f5 FIXUP: Remove old tables process omit cb6cf4c FIXUP: Change from entry count to memory size omit 8e66b07 FIXUP: Process processes in the process of dying omit d538f02 Silence compiler warning omit c850ec5 FIXUP: Tyypoo omit 1b4cbf2 Fix test race with ddoc_cache omit 91ea494 FIXUP: Move invalidation to ddoc_cache_entry omit 652b263 TMP: soak-javascript target omit f3f3510 FIXUP: Prevent dirty reads from cache omit 3181e05 FIXUP: Don't send possibly large messages omit eefdc0d FIXUP: Add vsn attribute omit 53f60c5 FIXUP: Remove unnecessary catch omit 72fd30b FIXUP: Crash the LRU if its evictor dies omit 7cd7a8d FIXUP: Don't manually track cache size omit 2ebb155 FIXUP: Ignore unused variable omit 7b00668 FIXUP: Remember to clear out the waiters list omit ae7873b FIXUP: Make the refresh timeout configurable omit 45cf36c FIXUP: Reuse fabric lookup results omit 02d45e8 FIXUP: Comment on use of no_ddocid omit 43b0ff8 FIXUP: Evict unused entries omit 877a1af Remove debug logging omit 7000fa0 FIXUP: Automatically detect coverage runs omit d8ce868 FIXUP: Add tests for no VDU behavior omit d559d9a FIXUP: Re-enable code purging omit 15fc956 FIXUP: Add gen_server behavior omit 0737d4a TMP: Simple benchmark script omit 345d82b Rewrite ddoc_cache to improve performance omit 0ea1058 Remove duplicated eviction messages add 70b9b81 Increase timeout of some replication tests add b245d5b Temporarily disable Jenkins builds add 42f26d5 Explicitly mention Facebook "BSD+Patents" license in NOTICE per LEGAL-303 add 07c3509 Improve JS restartServer() support function add 4b63ba8 Fix couch_peruser EUnit test add 9fbbbd7 bump all deps to tags add d5b4eba Do not persist restart times setting in os_daemons_tests add dd56185 Bump config dep to 1.0.1 (ncrease timeouts for set and get). add 375adce Restore Jenkins builds on master add 82559b0 Merge branch 'master' of https://github.com/apache/couchdb add a666d57 Fix link to changelog/whatsnew add 351679b Increase timeout in couch's couch_db_mpr_tests module to 30 seconds add dbe4eba Strip ?rev off of logfile-uploader's printed URL add e767b34 Update default.ini with all changes since 2.0 new 22fe0b5 Remove duplicated eviction messages new 6b1a815 Rewrite ddoc_cache to improve performance new 8eee7b1 TMP: soak-javascript target 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 (99443c3) \ N -- N -- N refs/heads/optimize-ddoc-cache (8eee7b1) 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 "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: Jenkinsfile | 343 +++++++++++++++------ NOTICE | 2 + README.rst | 4 +- build-aux/logfile-uploader.py | 2 +- rebar.config.script | 22 +- rel/overlay/etc/default.ini | 22 +- src/couch/test/couch_db_mpr_tests.erl | 45 +-- src/couch/test/couchdb_os_daemons_tests.erl | 2 +- src/couch_peruser/test/couch_peruser_test.erl | 60 ++-- .../test/couch_replicator_large_atts_tests.erl | 2 +- ...ch_replicator_small_max_request_size_target.erl | 2 +- src/ddoc_cache/src/ddoc_cache_speed.erl | 61 ---- test/javascript/test_setup.js | 26 +- 13 files changed, 354 insertions(+), 239 deletions(-) delete mode 100644 src/ddoc_cache/src/ddoc_cache_speed.erl -- To stop receiving notification emails like this one, please contact ['"commits@couchdb.apache.org" '].