mesos / kibana

Kibana on Mesos
Apache License 2.0
27 stars 9 forks source link

Got error 'Framework has been removed' #27

Open ror6ax opened 7 years ago

ror6ax commented 7 years ago

When deployoing on Marathon with following JSON:

{
  "id": "kibana",
  "cpus": 0.2,
  "mem": 256,
  "instances": 1,
  "args": [
    "--spring.config.location=/mnt/mesos/sandbox/docker.properties",
    "--mesos.zookeeper.server=master.mesos:2181",
    "--elasticsearch.http=http://elasticsearch.master.mesos:31100",
    "--server.port=32000"
  ],
  "env": {
    "JAVA_OPTS": "-Xms32m -Xmx128m"
  },
  "container": {
    "type": "DOCKER",
    "docker": {
      "image": "containersol/mesosframework:0.1.0",
      "network": "HOST"
    }
  },
  "uris": [
    "https://raw.githubusercontent.com/mesos/kibana/master/docs/examples/docker.properties"
  ],
  "ports": [
    32000
  ],
  "requirePorts": true
}

I get the following error:

I0213 11:51:03.332301    31 detector.cpp:156] Detected a new leader: (id='0')
I0213 11:51:03.333328    31 group.cpp:674] Trying to get '/mesos/json.info_0000000000' in ZooKeeper
I0213 11:51:03.352200    31 detector.cpp:481] A new leading master (UPID=master@10.254.237.226:5050) is detected
I0213 11:51:03.352280    31 sched.cpp:262] New master detected at master@10.254.237.226:5050
I0213 11:51:03.354342    31 sched.cpp:272] No credentials provided. Attempting to register without authentication
I0213 11:51:03.408565    31 sched.cpp:1024] Got error 'Framework has been removed'
I0213 11:51:03.408584    31 sched.cpp:1805] Asked to abort the driver
I0213 11:51:03.469223    31 sched.cpp:1070] Aborting framework '5f3f3743-dcb5-437a-907a-6ddeaac331f6-7342'
2017-02-13 11:51:04,439:1(0x7ff243a33700):ZOO_WARN@zookeeper_interest@1557: Exceeded deadline by 30ms
2017-02-13 11:51:05,796:1(0x7ff243a33700):ZOO_WARN@zookeeper_interest@1557: Exceeded deadline by 18ms