[
https://issues.apache.org/jira/browse/MESOS-5141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15229837#comment-15229837
]
inred commented on MESOS-5141:
------------------------------
ano@master:~$ env |grep MESOS
MESOS_ip=192.168.60.103
MESOS_log_dir=/var/log/mesos/master
MESOS_work_dir=/var/lib/mesos/master
ano@slave1:~$ env|grep MESOS
MESOS_isolation=cgroups/cpu,cgroups/mem
MESOS_ip=192.168.60.102
MESOS_container_logger=org_apache_mesos_LogrotateContainerLogger
MESOS_containerizers=docker,mesos
MESOS_log_dir=/var/log/mesos/slave
MESOS_logrotate_path=/var/log/mesos/rotate
MESOS_hostname=slave1
MESOS_master=master:5050
MESOS_work_dir=/var/lib/mesos/slave
> Framework (CodeFuturesExampleFramework-1) at scheduler already subscribed,
> resending acknowledgement
> ------------------------------------------------------------------------------------------------------
>
> Key: MESOS-5141
> URL: https://issues.apache.org/jira/browse/MESOS-5141
> Project: Mesos
> Issue Type: Bug
> Components: master
> Affects Versions: 0.28.0
> Environment: ubuntu140.04
> mesos master and slave are 0.28
> Reporter: inred
>
> i have a master run on 192.168.60.103, slave1 running on 192.168.60.102.
> i write a framework on my laptop 192.168.13.159 and can register it and
> launch task successfully.
> but when my laptop changed ip from 192.168.13.159 to 192.168.1.103,
> can't register my framework anymore.
> the master log:
> 0407 15:01:37.085171 1819 master.cpp:2231] Received SUBSCRIBE call for
> framework 'CodeFuturesExampleFramework-1' at
> [email protected]:37072
> I0407 15:01:37.085450 1819 master.cpp:2302] Subscribing framework
> CodeFuturesExampleFramework-1 with checkpointing disabled and capabilities [
> ]
> I0407 15:01:37.085548 1819 master.cpp:2312] Framework
> 8a791189-e940-4e2f-9c1e-2fb66a50191c-0000 (CodeFuturesExampleFramework-1) at
> [email protected]:37072 already
> subscribed, resending acknowledgement
> I0407 15:01:37.086802 1825 master.cpp:2231] Received SUBSCRIBE call for
> framework 'CodeFuturesExampleFramework-1' at
> [email protected]:37072
> I0407 15:01:37.087117 1825 master.cpp:2302] Subscribing framework
> CodeFuturesExampleFramework-1 with checkpointing disabled and capabilities [
> ]
> I0407 15:01:37.087219 1825 master.cpp:2312] Framework
> 8a791189-e940-4e2f-9c1e-2fb66a50191c-0000 (CodeFuturesExampleFramework-1) at
> [email protected]:37072 already
> subscribed, resending acknowledgement
> I0407 15:01:37.088713 1811 master.cpp:2231] Received SUBSCRIBE call for
> framework 'CodeFuturesExampleFramework-1' at
> [email protected]:37072
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)