dttlgotv commented on issue #3502: can not submit to aurora, it seems halt up.
URL: 
https://github.com/apache/incubator-heron/issues/3502#issuecomment-605559205
 
 
   @thinker0 
   
   The last modification.
   
   My heron.aurora file is below, but error can be seen yet.
   import textwrap
   
   heron_core_release_uri = '{{CORE_PACKAGE_URI}}'
   heron_topology_jar_uri = '{{TOPOLOGY_PACKAGE_URI}}'
   core_release_file = "heron-centos.tar.gz"
   topology_package_file = "topology.tar.gz"
   
   # --- processes ---
   fetch_heron_system = Process(
     name = 'fetch_heron_system',
     cmdline = 'hdfs dfs -get %s %s && tar zxf %s' % (heron_core_release_uri, 
core_release_file, core_release_file)
   )
   
   fetch_user_package = Process(
     name = 'fetch_user_package',
     cmdline = 'hdfs dfs -get %s %s && tar zxf %s' % (heron_topology_jar_uri, 
topology_package_file, topology_package_file)
   )
   
   Aurora error:
   log stderr download
   /bin/bash: hdfs: command not found
   
   mesos error:
   I0329 12:48:59.507381 23905 logging.cpp:201] INFO level logging started!
   I0329 12:48:59.508378 23905 fetcher.cpp:562] Fetcher Info: 
{"cache_directory":"/tmp/mesos/fetch/root","items":[{"action":"BYPASS_CACHE","uri":{"executable":true,"extract":true,"value":"/usr/bin/thermos_executor"}}],"sandbox_directory":"/root/mesosdata/run/slaves/e2da2e47-de60-4a1c-a81e-4f14ac3cf16f-S1/frameworks/e2da2e47-de60-4a1c-a81e-4f14ac3cf16f-0000/executors/thermos-root-devel-StreamletCloneTopology-0-e50143f2-87fd-45f5-bd6f-00ab46dcf48c/runs/752698d1-c0e5-4f5f-be41-efa49aee3a12","stall_timeout":{"nanoseconds":60000000000},"user":"root"}
   I0329 12:48:59.547435 23905 fetcher.cpp:459] Fetching URI 
'/usr/bin/thermos_executor'
   I0329 12:48:59.547525 23905 fetcher.cpp:290] Fetching 
'/usr/bin/thermos_executor' directly into the sandbox directory
   I0329 12:48:59.566543 23905 fetcher.cpp:618] Fetched 
'/usr/bin/thermos_executor' to 
'/root/mesosdata/run/slaves/e2da2e47-de60-4a1c-a81e-4f14ac3cf16f-S1/frameworks/e2da2e47-de60-4a1c-a81e-4f14ac3cf16f-0000/executors/thermos-root-devel-StreamletCloneTopology-0-e50143f2-87fd-45f5-bd6f-00ab46dcf48c/runs/752698d1-c0e5-4f5f-be41-efa49aee3a12/thermos_executor'
   I0329 12:48:59.566643 23905 fetcher.cpp:623] Successfully fetched all URIs 
into 
'/root/mesosdata/run/slaves/e2da2e47-de60-4a1c-a81e-4f14ac3cf16f-S1/frameworks/e2da2e47-de60-4a1c-a81e-4f14ac3cf16f-0000/executors/thermos-root-devel-StreamletCloneTopology-0-e50143f2-87fd-45f5-bd6f-00ab46dcf48c/runs/752698d1-c0e5-4f5f-be41-efa49aee3a12'
   twitter.common.app debug: Initializing: twitter.common.log (Logging 
subsystem.)
   Writing log files to disk in 
/root/mesosdata/run/slaves/e2da2e47-de60-4a1c-a81e-4f14ac3cf16f-S1/frameworks/e2da2e47-de60-4a1c-a81e-4f14ac3cf16f-0000/executors/thermos-root-devel-StreamletCloneTopology-0-e50143f2-87fd-45f5-bd6f-00ab46dcf48c/runs/752698d1-c0e5-4f5f-be41-efa49aee3a12
   I0329 12:49:01.113678 23907 exec.cpp:162] Version: 1.1.0
   I0329 12:49:01.123690 23914 exec.cpp:237] Executor registered on agent 
e2da2e47-de60-4a1c-a81e-4f14ac3cf16f-S1
   Writing log files to disk in 
/root/mesosdata/run/slaves/e2da2e47-de60-4a1c-a81e-4f14ac3cf16f-S1/frameworks/e2da2e47-de60-4a1c-a81e-4f14ac3cf16f-0000/executors/thermos-root-devel-StreamletCloneTopology-0-e50143f2-87fd-45f5-bd6f-00ab46dcf48c/runs/752698d1-c0e5-4f5f-be41-efa49aee3a12
   ERROR] Regular plan unhealthy!
   Traceback (most recent call last):
     File 
"/root/.pex/install/twitter.common.exceptions-0.3.7-py2-none-any.whl.f6376bcca9bfda5eba4396de2676af5dfe36237d/twitter.common.exceptions-0.3.7-py2-none-any.whl/twitter/common/exceptions/__init__.py",
 line 126, in _excepting_run
       self.__real_run(*args, **kw)
     File 
"/root/.pex/install/twitter.common.concurrent-0.3.7-py2-none-any.whl.f1ab836a5554c86d07fa3f075905c95fb20c78dd/twitter.common.concurrent-0.3.7-py2-none-any.whl/twitter/common/concurrent/deferred.py",
 line 42, in run
       self._closure()
     File 
"/root/mesosdata/run/slaves/e2da2e47-de60-4a1c-a81e-4f14ac3cf16f-S1/frameworks/e2da2e47-de60-4a1c-a81e-4f14ac3cf16f-0000/executors/thermos-root-devel-StreamletCloneTopology-0-e50143f2-87fd-45f5-bd6f-00ab46dcf48c/runs/752698d1-c0e5-4f5f-be41-efa49aee3a12/thermos_executor/apache/aurora/executor/common/announcer.py",
 line 269, in stop
   AttributeError: 'NoneType' object has no attribute 'stop'
   twitter.common.app debug: Shutting application down.
   twitter.common.app debug: Running exit function for twitter.common.log 
(Logging subsystem.)
   twitter.common.app debug: Finishing up module teardown.
   twitter.common.app debug:   Active thread: <_MainThread(MainThread, started 
140524700247872)>
   twitter.common.app debug:   Active thread (daemon): <Thread(Thread-7, 
started daemon 140524463101696)>
   twitter.common.app debug:   Active thread (daemon): 
<TaskResourceMonitor(TaskResourceMonitor[root-devel-StreamletCloneTopology-0-e50143f2-87fd-45f5-bd6f-00ab46dcf48c]
 [TID=23941], started daemon 140523612403456)>
   twitter.common.app debug:   Active thread (daemon): <_DummyThread(Dummy-2, 
started daemon 140524538636032)>
   twitter.common.app debug:   Active thread (daemon): 
<ThreadedHealthChecker(Thread-6 [TID=23940], started daemon 140524427171584)>
   twitter.common.app debug:   Active thread (daemon): <Thread(Thread-9, 
started daemon 140524435564288)>
   twitter.common.app debug:   Active thread (daemon): <Thread(Thread-8, 
started daemon 140524446316288)>
   twitter.common.app debug:   Active thread (daemon): <WaitThread(Thread-13, 
started daemon 140523576043264)>
   twitter.common.app debug:   Active thread (daemon): <WaitThread(Thread-16, 
started daemon 140523595618048)>
   twitter.common.app debug:   Active thread (daemon): <WaitThread(Thread-15, 
started daemon 140523567650560)>
   twitter.common.app debug:   Active thread (daemon): 
<ServerSetJoinThread(Thread-21 [TID=23953], started daemon 140523584435968)>
   twitter.common.app debug: Exiting cleanly.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to