Return-Path: X-Original-To: apmail-mesos-issues-archive@minotaur.apache.org Delivered-To: apmail-mesos-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A012174CE for ; Wed, 4 Feb 2015 00:06:33 +0000 (UTC) Received: (qmail 91759 invoked by uid 500); 4 Feb 2015 00:06:34 -0000 Delivered-To: apmail-mesos-issues-archive@mesos.apache.org Received: (qmail 91730 invoked by uid 500); 4 Feb 2015 00:06:34 -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 91721 invoked by uid 99); 4 Feb 2015 00:06:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2015 00:06:34 +0000 Date: Wed, 4 Feb 2015 00:06:34 +0000 (UTC) From: "Adam B (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (MESOS-2317) Remove deprecated checkpoint=false code MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Adam B created MESOS-2317: ----------------------------- Summary: Remove deprecated checkpoint=false code Key: MESOS-2317 URL: https://issues.apache.org/jira/browse/MESOS-2317 Project: Mesos Issue Type: Task Affects Versions: 0.22.0 Reporter: Adam B Cody's plan from MESOS-444 was: 1) Make it so the flag can't be changed at the command line 2) Remove the checkpoint variable entirely from slave/flags.hpp. This is a fairly involved change since a number of unit tests depend on manually setting the flag, as well as the default being non-checkpointing. 3) Remove logic around checkpointing in the slave 4) Drop the flag from the SlaveInfo struct, remove logic inside the master (Will require a deprecation cycle). Only 1) has been implemented/committed. This ticket is to track the remaining work. -- This message was sent by Atlassian JIRA (v6.3.4#6332)