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 BA9B4200CF7 for ; Mon, 4 Sep 2017 17:35:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B91B0163960; Mon, 4 Sep 2017 15:35:08 +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 0D373163959 for ; Mon, 4 Sep 2017 17:35:07 +0200 (CEST) Received: (qmail 95218 invoked by uid 500); 4 Sep 2017 15:35:06 -0000 Mailing-List: contact dev-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list dev@manifoldcf.apache.org Received: (qmail 95076 invoked by uid 99); 4 Sep 2017 15:35:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Sep 2017 15:35:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 1F82418255A for ; Mon, 4 Sep 2017 15:35:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id v1Z66_M4zkyV for ; Mon, 4 Sep 2017 15:35:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 5CBF461276 for ; Mon, 4 Sep 2017 15:35:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7642BE046B for ; Mon, 4 Sep 2017 15:35:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2F40F2414B for ; Mon, 4 Sep 2017 15:35:00 +0000 (UTC) Date: Mon, 4 Sep 2017 15:35:00 +0000 (UTC) From: "Karl Wright (JIRA)" To: dev@manifoldcf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CONNECTORS-1455) Option to skip documents MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 04 Sep 2017 15:35:08 -0000 [ https://issues.apache.org/jira/browse/CONNECTORS-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated CONNECTORS-1455: ------------------------------------ Fix Version/s: ManifoldCF 2.9 > Option to skip documents > ------------------------ > > Key: CONNECTORS-1455 > URL: https://issues.apache.org/jira/browse/CONNECTORS-1455 > Project: ManifoldCF > Issue Type: Wish > Components: JCIFS connector > Affects Versions: ManifoldCF 2.8 > Reporter: Julien Massiera > Assignee: Karl Wright > Priority: Minor > Fix For: ManifoldCF 2.9 > > > I am referring to our discussion: http://mail-archives.apache.org/mod_mbox/manifoldcf-user/201612.mbox/%3CCALUFAGDaWaSv+CvVN92PJ=XAOcr48wzX9iLi6HfHLT=2s-7UYg@mail.gmail.com%3E > As a reminder of our discussion: In some cases, it would be good to be able to configure a job so that it can skip files after 3 (or N) ServiceInterruption instead of aborting the job. > The example I mentionned in the thread was the following: when a job encounters locked files, an SmbException is thrown. As a result, after 3 ServiceInterruption, the job simply aborts but it would be better to skip those files. With this configurable new paramter, the job would still complete instead of aborting. -- This message was sent by Atlassian JIRA (v6.4.14#64029)