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 9EBB0200CC5 for ; Tue, 11 Jul 2017 10:39:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9D1DA165623; Tue, 11 Jul 2017 08:39:33 +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 E2E5616561D for ; Tue, 11 Jul 2017 10:39:32 +0200 (CEST) Received: (qmail 68255 invoked by uid 500); 11 Jul 2017 08:39:32 -0000 Mailing-List: contact dev-help@atlas.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@atlas.apache.org Delivered-To: mailing list dev@atlas.apache.org Received: (qmail 68244 invoked by uid 99); 11 Jul 2017 08:39:31 -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; Tue, 11 Jul 2017 08:39:30 +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 89BFC195B3F; Tue, 11 Jul 2017 08:39:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.001 X-Spam-Level: *** X-Spam-Status: No, score=3.001 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001, HTML_MESSAGE=2, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001, URIBL_BLOCKED=0.001] 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 IseevHBExI3r; Tue, 11 Jul 2017 08:39:29 +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 267A562624; Tue, 11 Jul 2017 08:39:29 +0000 (UTC) Received: from reviews.apache.org (unknown [10.41.0.12]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C45E6E01A8; Tue, 11 Jul 2017 08:39:28 +0000 (UTC) Received: from reviews-vm2.apache.org (localhost [IPv6:::1]) by reviews.apache.org (ASF Mail Server at reviews-vm2.apache.org) with ESMTP id EAEABC400EF; Tue, 11 Jul 2017 08:39:27 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============2747547280110682104==" MIME-Version: 1.0 Subject: Re: Review Request 58422: Addressed Davids review comments From: Graham Wallis To: David Radley Cc: Ashutosh Mestry , atlas , Graham Wallis Date: Tue, 11 Jul 2017 08:39:27 -0000 Message-ID: <20170711083927.38507.70881@reviews-vm2.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Graham Wallis X-ReviewGroup: atlas X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/58422/ X-Sender: Graham Wallis References: <20170627091152.25950.25665@reviews-vm2.apache.org> In-Reply-To: <20170627091152.25950.25665@reviews-vm2.apache.org> Reply-To: Graham Wallis X-ReviewRequest-Repository: atlas archived-at: Tue, 11 Jul 2017 08:39:33 -0000 --===============2747547280110682104== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit > On June 27, 2017, 9:11 a.m., David Radley wrote: > > Please ignore the 60747 review (created by mistake). This review (58422) is the only one relevant to ATLAS-1733. > On June 27, 2017, 9:11 a.m., David Radley wrote: > > distro/src/bin/atlas_stop.py > > Lines 82 (patched) > > > > > > formatting error introduced in the fix I rebased and rebuilt the patch - new review is https://reviews.apache.org/r/60747/ - Graham ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58422/#review178961 ----------------------------------------------------------- On May 4, 2017, 10:52 a.m., Graham Wallis wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/58422/ > ----------------------------------------------------------- > > (Updated May 4, 2017, 10:52 a.m.) > > > Review request for atlas and David Radley. > > > Repository: atlas > > > Description > ------- > > On Windows there is no SIGKILL in the python signal library, so attempting to import SIGKILL causes a fatal error. > This change introduces a platform switch that avoids trying to import SIGKILL and if the 30sec timeout expires > it avoids attempting to use SIGKILL, instead using SIGTERM as the os.kill() function on Windows will terminate > the process and should be as severe as a SIGKILL (kill -9) on a *nix system. > > > Diffs > ----- > > distro/src/bin/atlas_stop.py a25d25aee599e7cc9ca3caaff8ff7f11b7e0c789 > > > Diff: https://reviews.apache.org/r/58422/diff/2/ > > > Testing > ------- > > Manually tested > > > Thanks, > > Graham Wallis > > --===============2747547280110682104==--