You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/03/16 20:00:00 UTC

[jira] [Commented] (COUCHDB-3226) Build under snap container is denied access to /bindf

    [ https://issues.apache.org/jira/browse/COUCHDB-3226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16402409#comment-16402409 ] 

ASF subversion and git services commented on COUCHDB-3226:
----------------------------------------------------------

Commit f8263882962745a2043d26c9b92ff6d4b8e3a93e in couchdb's branch refs/heads/COUCHDB-3326-clustered-purge-davisp-refactor from [~jiangph]
[ https://gitbox.apache.org/repos/asf?p=couchdb.git;h=f826388 ]

Use EPI to create local purge doc for indexers

  - Before performing compaction, local purge document needs to be
    created so that compaction can detect whether old purge requests
    can be compacted. Otherwise, if some old purge requests are
    compacted and some of indexers didn't process purge requests,
    it will cause index reset.
  - use EPI approach to create local purge documents (if not) before
    compacting purge requests. To do so, all local purge documents
    against valid design documents can be created and used by
    compactor to decide whether to compact old purge requests.
  - In ASF stream, the extensible plugin interface is implemented
    for secondary index (mrview index).

COUCHDB-3226


> Build under snap container is denied access to /bindf
> -----------------------------------------------------
>
>                 Key: COUCHDB-3226
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-3226
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Build System
>            Reporter: Simon C Klassen
>            Priority: Major
>
> dmesg is logging "audit: type=1400 audit(1478517224.548:198): apparmor="DENIED" operation="exec" profile="snap.couchdb.couchdb" name="/bin/df" pid=16227 comm="sh" requested_mask="x" denied_mask="x" fsuid=0 ouid=0"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)