Mesos master issues with Zookeper on Fedora 29, RPM distribution: ZOO_ERROR@handle_socket_error_msg@1758: Socket [127.0.0.1:2181] zk retcode=-4,

2020-06-06 Thread Jose Nunez
Hello Mesos experts, I'm trying to setup a master with two slaves on Fedora 29, using the RPM installation. I do have the following problems: 1. I cannot connect to my master on http://mymaster:5050. I get a connection error 2. Checking the logs I do see the following error message repea

Re: No offers are being made -- how to debug Mesos?

2020-06-06 Thread Benjamin Mahler
Don't worry about that "Ignoring" message on the agent. When the framework information is updated, the master broadcasts it to the agents, and in this case the agent doesn't know about the framework since it has no tasks for it, and so it ignores the updated information. I can't quite tell from th

Re: No offers are being made -- how to debug Mesos?

2020-06-06 Thread Benjamin Wulff
So with logging_level set to INFO (and master and slave restarted) I noticed in /var/log/mesos.INFO on the agent the following line: I0606 13:46:41.393455 206117 slave.cpp:4222] Ignoring info update for framework 2777de92-bc91-4e48-9960-bbab05694665- because it does not exist That is indeed

RE: No offers are being made -- how to debug Mesos?

2020-06-06 Thread Marc Roos
You already put these on debug? [@ ]# cat /etc/mesos-master/logging_level WARNING [@ ]# cat /etc/mesos-slave/logging_level WARNING -Original Message- From: Benjamin Wulff [mailto:benjamin.wulff...@ieee.org] Sent: zaterdag 6 juni 2020 13:36 To: user@mesos.apache.org Subject: No of

No offers are being made -- how to debug Mesos?

2020-06-06 Thread Benjamin Wulff
Hi all, I’m in the process of setting up my first Mesos cluster with 1x master and 3x slaves on CentOS 8. So far set up Zookeepr and Mesos-master on the master and Mesos-slave on one of the compute nodes. Mesos-master communicates with ZK and becomes leader. Then I started memos-slave on the c