Re: How to Contribute to the 'Slave - Agent Rename' Item

2015-07-28 Thread Adam Bordelon
Hi Diana, Sorry for the slow response. We're still in the design phase of this (epic) feature. BenH was preparing a proposal, but I haven't seen him post it yet. Once we have agreement on the proposal, and a design doc that details which new endpoints/messages/etc. we'll need, we can create JIRA

Re: Beware of ASSERT_* Placement

2015-07-28 Thread Bernd Mathiske
IMHO we would be better off with exception-based asserts, checks, and expects. Bernd On Jul 28, 2015, at 7:53 AM, Paul Brett pbr...@twitter.com.INVALID wrote: Michael I think Ben's suggestion of using Try is just what we want for common functions. In regards to ASSERTs, they can cause

Re: Beware of ASSERT_* Placement

2015-07-28 Thread Benjamin Mahler
Because? On Tue, Jul 28, 2015 at 12:54 AM, Bernd Mathiske be...@mesosphere.io wrote: IMHO we would be better off with exception-based asserts, checks, and expects. Bernd On Jul 28, 2015, at 7:53 AM, Paul Brett pbr...@twitter.com.INVALID wrote: Michael I think Ben's suggestion of