[GitHub] mesos pull request #:

2016-07-26 Thread jdef
Github user jdef commented on the pull request: https://github.com/apache/mesos/commit/3d807e8ddb26b5053b013a92ba90470b7b14c9fd#commitcomment-18398184 sweet! I didn't realize this made it into 1.0 --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] mesos issue #248: Fix master validation, incorrect detection of dup Executor...

2017-11-03 Thread jdef
Github user jdef commented on the issue: https://github.com/apache/mesos/pull/248 @jpeach it looks like you were in here recently, what are your thoughts on this? ---

[GitHub] mesos pull request #248: Fix master validation, incorrect detection of dup E...

2017-11-03 Thread jdef
GitHub user jdef opened a pull request: https://github.com/apache/mesos/pull/248 Fix master validation, incorrect detection of dup ExecutorID. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jdef/mesos

[GitHub] mesos pull request #248: Fix master validation, incorrect detection of dup E...

2017-11-03 Thread jdef
Github user jdef commented on a diff in the pull request: https://github.com/apache/mesos/pull/248#discussion_r148790566 --- Diff: src/master/validation.cpp --- @@ -350,12 +353,13 @@ Option reregisterSlave( } if (executor.has_executor_id

[GitHub] mesos issue #248: Fix master validation, incorrect detection of dup Executor...

2017-11-03 Thread jdef
Github user jdef commented on the issue: https://github.com/apache/mesos/pull/248 @abudnik the master.hpp code you cited is already scoped to Framework. I don't think we need to change anything there. ---

[GitHub] mesos issue #248: Fix master validation, incorrect detection of dup Executor...

2017-11-03 Thread jdef
Github user jdef commented on the issue: https://github.com/apache/mesos/pull/248 https://issues.apache.org/jira/browse/MESOS-8169 ---

[GitHub] mesos pull request #246: sched-http-api: fix example JSON

2017-11-02 Thread jdef
GitHub user jdef opened a pull request: https://github.com/apache/mesos/pull/246 sched-http-api: fix example JSON You can merge this pull request into a Git repository by running: $ git pull https://github.com/jdef/mesos patch-1 Alternatively you can review and apply

[GitHub] mesos pull request #294: FaultDomain, conventions for additional hierarchy.

2018-05-30 Thread jdef
GitHub user jdef opened a pull request: https://github.com/apache/mesos/pull/294 FaultDomain, conventions for additional hierarchy. Added notes from the "Convention for Additional Hierarchy" of the original design doc: https://docs.google.com/

[GitHub] mesos issue #263: Allow nested containers in pods to have separate namespace...

2018-02-20 Thread jdef
Github user jdef commented on the issue: https://github.com/apache/mesos/pull/263 What's the high level use case that's driving this change request? One of the major goals of task-groups (pods) is to allow containers to share networking and storage. What point is there in launching