This is an automated email from the ASF dual-hosted git repository.
tonysun83 pushed a change to branch add_active_tasks_fdb
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
discard 366a3c6 move active_tasks to fabric2_fdb
discard 1598517 fix indexer test
discard 59e1acb add active_tasks for view builds using version stamps
add 6bd3bb0 add active_tasks for view builds using version stamps
add c009825 add get_active_jobs to couch_jobs
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 (366a3c6)
\
N -- N -- N refs/heads/add_active_tasks_fdb (c009825)
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.
No new revisions were added by this update.
Summary of changes:
src/chttpd/src/chttpd_misc.erl | 3 +-
src/couch_jobs/src/couch_jobs_fdb.erl | 9 ++-
src/couch_views/src/couch_views_active_tasks.erl | 87 ++++++++++++++++++++++++
src/couch_views/src/couch_views_indexer.erl | 45 +-----------
src/couch_views/src/couch_views_jobs.erl | 2 +-
src/couch_views/src/couch_views_sup.erl | 1 +
src/fabric/src/fabric2_active_tasks.erl | 45 ++++++++++++
src/fabric/src/fabric2_fdb.erl | 17 -----
8 files changed, 146 insertions(+), 63 deletions(-)
create mode 100644 src/couch_views/src/couch_views_active_tasks.erl
create mode 100644 src/fabric/src/fabric2_active_tasks.erl