You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vasilisa Sidorova (JIRA)" <ji...@apache.org> on 2016/03/18 17:42:33 UTC

[jira] [Created] (IGNITE-2862) Deployment Ignite in Mesos cluster is failed

Vasilisa  Sidorova created IGNITE-2862:
------------------------------------------

             Summary: Deployment Ignite in Mesos cluster is failed
                 Key: IGNITE-2862
                 URL: https://issues.apache.org/jira/browse/IGNITE-2862
             Project: Ignite
          Issue Type: Bug
          Components: general
    Affects Versions: 1.5.0.final
            Reporter: Vasilisa  Sidorova


---------------------------------------------
DESCRIPTION
---------------------------------------------
Deployment  Ignite in Mesos cluster by this instruction https://apacheignite.readme.io/docs/mesos-deployment is failed 
---------------------------------------------
STEPS FOR REPRODUCE
---------------------------------------------
# Do items 1-5 from "RUN THE FRAMEWORK VIA MARATHON"   paragraph 
---------------------------------------------
ACTUAL RESULT
---------------------------------------------
# Ignite nodes didn't start. Only ignition task is running. Look at the attached picture "mesos_activetasks.png"
# Stderr log for ignition task get follow exception:
{noformat}
I0318 18:42:08.252142 17138 fetcher.cpp:409] Fetcher Info: {"cache_directory":"\/tmp\/mesos\/fetch\/slaves\/20160318-180241-16777343-5050-16554-S0\/root","items":[{"action":"BYPASS_CACHE","uri":{"extract":false,"value":"https:\/\/s3.amazonaws.com\/vasilisk\/m\/ignite-mesos-1.5.0.final.jar"}}],"sandbox_directory":"\/tmp\/mesos\/slaves\/20160318-180241-16777343-5050-16554-S0\/frameworks\/20150603-121744-16842879-5050-6241-0000\/executors\/ignition.f8fa2435-ed1f-11e5-bea1-0242e00dbbdd\/runs\/776db62f-965f-4e9e-950a-4edb67c44667","user":"root"}
I0318 18:42:08.253284 17138 fetcher.cpp:364] Fetching URI 'https://s3.amazonaws.com/vasilisk/m/ignite-mesos-1.5.0.final.jar'
I0318 18:42:08.253298 17138 fetcher.cpp:238] Fetching directly into the sandbox directory
I0318 18:42:08.253312 17138 fetcher.cpp:176] Fetching URI 'https://s3.amazonaws.com/vasilisk/m/ignite-mesos-1.5.0.final.jar'
I0318 18:42:08.253325 17138 fetcher.cpp:126] Downloading resource from 'https://s3.amazonaws.com/vasilisk/m/ignite-mesos-1.5.0.final.jar' to '/tmp/mesos/slaves/20160318-180241-16777343-5050-16554-S0/frameworks/20150603-121744-16842879-5050-6241-0000/executors/ignition.f8fa2435-ed1f-11e5-bea1-0242e00dbbdd/runs/776db62f-965f-4e9e-950a-4edb67c44667/ignite-mesos-1.5.0.final.jar'
I0318 18:42:12.091784 17138 fetcher.cpp:441] Fetched 'https://s3.amazonaws.com/vasilisk/m/ignite-mesos-1.5.0.final.jar' to '/tmp/mesos/slaves/20160318-180241-16777343-5050-16554-S0/frameworks/20150603-121744-16842879-5050-6241-0000/executors/ignition.f8fa2435-ed1f-11e5-bea1-0242e00dbbdd/runs/776db62f-965f-4e9e-950a-4edb67c44667/ignite-mesos-1.5.0.final.jar'
I0318 18:42:12.293658 17142 exec.cpp:132] Version: 0.23.0
I0318 18:42:12.296212 17145 exec.cpp:206] Executor registered on slave 20160318-180241-16777343-5050-16554-S0
Mar 18, 2016 6:42:12 PM org.apache.ignite.mesos.IgniteFramework main
INFO: Enabling checkpoint for the framework
2016-03-18 18:42:12.495:INFO::main: Logging initialized @151ms
2016-03-18 18:42:22.542:INFO:oejs.Server:main: jetty-9.2.z-SNAPSHOT
2016-03-18 18:42:22.579:INFO:oejs.ServerConnector:main: Started ServerConnector@1268c278{HTTP/1.1}{172.17.0.1:48610}
2016-03-18 18:42:22.580:INFO:oejs.Server:main: Started @10235ms
Exception in thread "main" java.lang.RuntimeException: Got unexpected response code. Response code: 404
	at org.apache.ignite.mesos.resource.IgniteProvider.downloadIgnite(IgniteProvider.java:202)
	at org.apache.ignite.mesos.resource.IgniteProvider.getIgnite(IgniteProvider.java:132)
	at org.apache.ignite.mesos.resource.ResourceProvider.init(ResourceProvider.java:57)
	at org.apache.ignite.mesos.IgniteFramework.main(IgniteFramework.java:77)
{noformat}

---------------------------------------------
EXPECTED RESULT
---------------------------------------------
Tasks for all 3 nodes are running with ignition task. 
---------------------------------------------
ADDITIONAL INFO
---------------------------------------------
# File "marathon.json" is attached




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)