[
https://issues.apache.org/jira/browse/AMBARI-24324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16550819#comment-16550819
]
Hudson commented on AMBARI-24324:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #9635 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/9635/])
AMBARI-24324. install tasks sometimes fail (aonishuk) (aonishuk:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=8102517131cf019e8111f3332a209468a88a0a3a])
* (edit) ambari-common/src/main/python/ambari_commons/shell.py
> install tasks sometimes fail
> ----------------------------
>
> Key: AMBARI-24324
> URL: https://issues.apache.org/jira/browse/AMBARI-24324
> Project: Ambari
> Issue Type: Bug
> Reporter: Andrew Onischuk
> Assignee: Andrew Onischuk
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.7.1
>
> Attachments: AMBARI-24324.patch
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Traceback (most recent call last):
> File
> "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/ZOOKEEPER/package/scripts/zookeeper_client.py",
> line 81, in <module>
> ZookeeperClient().execute()
> File
> "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py",
> line 353, in execute
> method(env)
> File
> "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/ZOOKEEPER/package/scripts/zookeeper_client.py",
> line 61, in install
> self.install_packages(env)
> File
> "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py",
> line 836, in install_packages
> retry_count=agent_stack_retry_count)
> File "/usr/lib/ambari-agent/lib/resource_management/core/base.py", line
> 166, in __init__
> self.env.run()
> File
> "/usr/lib/ambari-agent/lib/resource_management/core/environment.py", line
> 160, in run
> self.run_action(resource, action)
> File
> "/usr/lib/ambari-agent/lib/resource_management/core/environment.py", line
> 124, in run_action
> provider_action()
> File
> "/usr/lib/ambari-agent/lib/resource_management/core/providers/packaging.py",
> line 30, in action_install
> self._pkg_manager.install_package(package_name,
> self.__create_context())
> File
> "/usr/lib/ambari-agent/lib/ambari_commons/repo_manager/yum_manager.py", line
> 219, in install_package
> shell.repository_manager_executor(cmd, self.properties, context)
> File "/usr/lib/ambari-agent/lib/ambari_commons/shell.py", line 742, in
> repository_manager_executor
> call_result = subprocess_executor(cmd, timeout=-1, env=env)
> File "/usr/lib/ambari-agent/lib/ambari_commons/shell.py", line 446, in
> subprocess_executor
> lines = [line for line in output]
> File "/usr/lib64/python2.7/contextlib.py", line 24, in __exit__
> self.gen.next()
> File "/usr/lib/ambari-agent/lib/ambari_commons/shell.py", line 528, in
> process_executor
> kill_timer.join()
> File "/usr/lib64/python2.7/threading.py", line 940, in join
> raise RuntimeError("cannot join thread before it is started")
> RuntimeError: cannot join thread before it is started
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)