[
https://issues.apache.org/jira/browse/MESOS-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13238884#comment-13238884
]
[email protected] commented on MESOS-86:
----------------------------------------------------
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3083/
-----------------------------------------------------------
(Updated 2012-03-26 21:49:32.063624)
Review request for mesos, Benjamin Hindman and John Sirois.
Changes
-------
merged with the latest trunk
Summary
-------
New Scheduler callbacks for master info (ip and port)
--> registered() callback now includes maste info
--> new re-registered() callback is called when a new master is elected
--> new masterLost() callback is called when mesos core doesnt detect an
active master (e.g: during election)
This addresses bug MESOS-86.
https://issues.apache.org/jira/browse/MESOS-86
Diffs (updated)
-----
include/mesos/scheduler.hpp 5bcf065
src/examples/java/TestExceptionFramework.java d15b132
src/examples/java/TestFramework.java f86646b
src/examples/java/TestMultipleExecutorsFramework.java cdbcc48
src/examples/long_lived_framework.cpp 2775f5a
src/examples/no_executor_framework.cpp fb31b25
src/examples/python/test_framework.py 0d71831
src/examples/test_framework.cpp 622f6ac
src/java/jni/convert.cpp 5c2bf21
src/java/jni/org_apache_mesos_MesosSchedulerDriver.cpp 547d54b
src/java/src/org/apache/mesos/Scheduler.java b01468b
src/master/master.cpp 6110c17
src/messages/messages.proto 7f9cffe
src/python/native/proxy_scheduler.hpp d0e5dfd
src/python/native/proxy_scheduler.cpp 9717f44
src/python/src/mesos.py 25d762b
src/sched/sched.cpp 9440381
src/tests/exception_tests.cpp c14bacc
src/tests/fault_tolerance_tests.cpp 9e7d181
src/tests/master_tests.cpp 57db468
src/tests/resource_offers_tests.cpp a405888
src/tests/utils.hpp 9241567
Diff: https://reviews.apache.org/r/3083/diff
Testing
-------
./bin/tests/all-tests
Thanks,
Vinod
> Expose master url to the scheduler
> ----------------------------------
>
> Key: MESOS-86
> URL: https://issues.apache.org/jira/browse/MESOS-86
> Project: Mesos
> Issue Type: New Feature
> Reporter: Vinod Kone
> Assignee: Vinod Kone
>
> Introduce new / augment old api calls (callbacks) to expose the master url.
> Currently there is no way for the scheduler to know what the leading master
> is. It would be useful for scheduler's to know this information (e.g:
> pointing to the webui of the leading master). Here is the plan:
> 1) Augment registered() callback to included this info
> 2) Implement new callback re-registered() that gets called whenever a master
> re-election happens. This also contains the new master url.
> 3) Also implement a new callback masterLost() that gets called whenever the
> current master loses election.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira