Closed f1-outsourcing closed 4 years ago
The warnings are benign. Marathon is built and tested regularly and rigorously. I am not sure why the endpoints are not working for you, I have to think there is perhaps some configuration issue on your side. I hate to give the "WOMM" response, and, it works on my machine, my colleagues machines, in the cloud, on our CI, and across a wide deployment of various clusters.
Yes I can totally understand it. I think this must be something very trivial. Maybe it is related to initializing. I think I have been using 1.8 and got there upgrading from 1.7 versions. That is what I am going to try next. I was also thinking about things like that I am only testing with 1 mesos-master and zookeeper.
mesos-master config is totally stripped down.
/usr/sbin/mesos-master --zk=zk://m01.local:2181/mesos --port=5050 --log_dir=/var/log/mesos --logging_level=INFO --quorum=1 --work_dir=/var/lib/mesos
--agent_ping_timeout="15secs" --agent_reregister_timeout="10mins" --allocation_interval="1secs" --allocator="hierarchical" --authenticate_agents="false" --authenticate_frameworks="false" --authenticate_http_frameworks="false" --authenticate_http_readonly="false" --authenticate_http_readwrite="false" --authentication_v0_timeout="15secs" --authenticators="crammd5" --authorizers="local" --filter_gpu_resources="true" --framework_sorter="drf" --help="false" --hostname_lookup="true" --http_authenticators="basic" --initialize_driver_logging="true" --log_auto_initialize="true" --logbufsecs="0" --logging_level="INFO" --max_agent_ping_timeouts="5" --max_completed_frameworks="50" --max_completed_tasks_per_framework="1000" --max_operator_event_stream_subscribers="1000" --max_unreachable_tasks_per_framework="1000" --memory_profiling="false" --min_allocatable_resources="cpus:0.01|mem:32" --port="5050" --publish_per_framework_metrics="true" --quiet="false" --quorum="1" --recovery_agent_removal_limit="100%" --registry="replicated_log" --registry_fetch_timeout="1mins" --registry_gc_interval="15mins" --registry_max_agent_age="2weeks" --registry_max_agent_count="102400" --registry_store_timeout="20secs" --registry_strict="false" --require_agent_domain="false" --role_sorter="drf" --root_submissions="true" --version="false" --webui_dir="/usr/share/mesos/webui" --work_dir="/var/lib/mesos" --zk="zk://m01.local:2181/mesos" --zk_session_timeout="10secs"
Pffffffffffffffffffffffffffffffffff, finally managed to get 1.8 running, by switching to java 11, 1.9 is also running now
update-alternatives --config java
Can build from master, but lots of warnings, I am getting these library dependency issues.
Result again same as, end points not working https://github.com/mesosphere/marathon/issues/7200