From dev-return-70123-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Sat May 26 01:49:04 2018 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 mx-eu-01.ponee.io (Postfix) with SMTP id 5057B180679 for ; Sat, 26 May 2018 01:49:04 +0200 (CEST) Received: (qmail 44164 invoked by uid 500); 25 May 2018 23:49:03 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 44153 invoked by uid 99); 25 May 2018 23:49:03 -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; Fri, 25 May 2018 23:49:03 +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 C9C14180854 for ; Fri, 25 May 2018 23:49:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.311 X-Spam-Level: X-Spam-Status: No, score=-110.311 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, 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 Yj83Mtx3yuhR for ; Fri, 25 May 2018 23:49:02 +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 73F5F5F4A3 for ; Fri, 25 May 2018 23:49: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 E12DBE0C54 for ; Fri, 25 May 2018 23:49: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 4012C2109B for ; Fri, 25 May 2018 23:49:00 +0000 (UTC) Date: Fri, 25 May 2018 23:49:00 +0000 (UTC) From: "Patrick Hunt (JIRA)" To: dev@zookeeper.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ZOOKEEPER-3046) testManyChildWatchersAutoReset is flaky MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ZOOKEEPER-3046?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D= 16491409#comment-16491409 ]=20 Patrick Hunt commented on ZOOKEEPER-3046: ----------------------------------------- I checked job 37 above log artifacts and I don't see any "fsync" issues are= you would typically expect if the disk is slow.=20 {noformat} if (syncElapsedMS > fsyncWarningThresholdMS) { LOG.warn("fsync-ing the write ahead log in " + Thread.currentThread().getName() + " took " + syncElapsedMS + "ms which will adversely effect operation lat= ency. " + "File size is " + channel.size() + " bytes. " + "See the ZooKeeper troubleshooting guide"); } {noformat} Do you see it in any of the failures you're looking at? Perhaps we should turn on GC logging and include that in the artifact? > testManyChildWatchersAutoReset is flaky > --------------------------------------- > > Key: ZOOKEEPER-3046 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3046 > Project: ZooKeeper > Issue Type: Bug > Components: tests > Affects Versions: 3.5.3, 3.4.12 > Reporter: Bogdan Kanivets > Assignee: Bogdan Kanivets > Priority: Minor > Labels: flaky, pull-request-available > Fix For: 3.6.0, 3.4.13, 3.5.5 > > Time Spent: 0.5h > Remaining Estimate: 0h > > According to the [dashboard|https://builds.apache.org/job/ZooKeeper-Find-= Flaky-Tests/lastSuccessfulBuild/artifact/report.html]=C2=A0testManyChildWat= chersAutoReset is flaky in 3.4 and 3.5 > [ZooKeeper_branch34_java10|https://builds.apache.org/job/ZooKeeper_branch= 34_java10//13] > [ZooKeeper_branch35_java9|https://builds.apache.org/job/ZooKeeper_branch3= 5_java9/253] > Test times out and because of that ant doesn't capture any output. -- This message was sent by Atlassian JIRA (v7.6.3#76005)