From commits-return-41881-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Wed Oct 9 22:40:18 2019 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id D253C180645 for ; Thu, 10 Oct 2019 00:40:17 +0200 (CEST) Received: (qmail 52567 invoked by uid 500); 9 Oct 2019 22:40:17 -0000 Mailing-List: contact commits-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list commits@nifi.apache.org Received: (qmail 52558 invoked by uid 99); 9 Oct 2019 22:40:17 -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; Wed, 09 Oct 2019 22:40:17 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 18AC7890A2; Wed, 9 Oct 2019 22:40:17 +0000 (UTC) Date: Wed, 09 Oct 2019 22:40:17 +0000 To: "commits@nifi.apache.org" Subject: [nifi-minifi-cpp] branch master updated: MINIFICPP-1060 - Fixed performance problem. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157066081699.29315.17710254941924934575@gitbox.apache.org> From: aboda@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: nifi-minifi-cpp X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 536ed7aa11e23bd56648b407ad48b057a732dc66 X-Git-Newrev: 5850c1d1edc2a95fa1308b5d2663088fdba9e5e4 X-Git-Rev: 5850c1d1edc2a95fa1308b5d2663088fdba9e5e4 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. aboda pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git The following commit(s) were added to refs/heads/master by this push: new 5850c1d MINIFICPP-1060 - Fixed performance problem. 5850c1d is described below commit 5850c1d1edc2a95fa1308b5d2663088fdba9e5e4 Author: amarmer AuthorDate: Wed Oct 9 13:45:28 2019 -0700 MINIFICPP-1060 - Fixed performance problem. Signed-off-by: Arpad Boda This closes #662 --- extensions/windows-event-log/ConsumeWindowsEventLog.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extensions/windows-event-log/ConsumeWindowsEventLog.cpp b/extensions/windows-event-log/ConsumeWindowsEventLog.cpp index 3a37033..09154ae 100644 --- a/extensions/windows-event-log/ConsumeWindowsEventLog.cpp +++ b/extensions/windows-event-log/ConsumeWindowsEventLog.cpp @@ -387,7 +387,7 @@ int ConsumeWindowsEventLog::processQueue(const std::shared_ptrcreate(); @@ -408,7 +408,6 @@ int ConsumeWindowsEventLog::processQueue(const std::shared_ptrputAttribute(flowFile, FlowAttributeKey(MIME_TYPE), "text/plain"); session->getProvenanceReporter()->receive(flowFile, provenanceUri_, getUUIDStr(), "Consume windows event logs", 0); session->transfer(flowFile, Success); - session->commit(); flowFileCount++; }