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 C29F9200BCF for ; Mon, 5 Dec 2016 22:42:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C13EB160B21; Mon, 5 Dec 2016 21:42:59 +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 3DAB9160B09 for ; Mon, 5 Dec 2016 22:42:59 +0100 (CET) Received: (qmail 30673 invoked by uid 500); 5 Dec 2016 21:42:58 -0000 Mailing-List: contact issues-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list issues@mesos.apache.org Received: (qmail 30656 invoked by uid 99); 5 Dec 2016 21:42:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2016 21:42:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5788E2C1F54 for ; Mon, 5 Dec 2016 21:42:58 +0000 (UTC) Date: Mon, 5 Dec 2016 21:42:58 +0000 (UTC) From: "Jie Yu (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MESOS-6689) Remove of unix domain socket path in IOSwitchboard::cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 05 Dec 2016 21:42:59 -0000 [ https://issues.apache.org/jira/browse/MESOS-6689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15723451#comment-15723451 ] Jie Yu commented on MESOS-6689: ------------------------------- commit 3ad06661847a8c38ee9bfe9c7f593873f4769cbe Author: Kevin Klues Date: Mon Dec 5 13:41:25 2016 -0800 Added removal of unix domain socket path in IOSwitchboard::cleanup. Review: https://reviews.apache.org/r/54352/ > Remove of unix domain socket path in IOSwitchboard::cleanup > ----------------------------------------------------------- > > Key: MESOS-6689 > URL: https://issues.apache.org/jira/browse/MESOS-6689 > Project: Mesos > Issue Type: Bug > Reporter: Kevin Klues > Assignee: Kevin Klues > Labels: debugging, mesosphere > Fix For: 1.2.0 > > > We currently leak all of the unix domain socket files created by the switchboard in the `/tmp` directory. We need to clean them up properly. -- This message was sent by Atlassian JIRA (v6.3.4#6332)