淘先锋技术网

首页 1 2 3 4 5 6 7

我正在运行一个python脚本,它执行以下逻辑步骤:从数据库查询获取主机列表

对于每个主机,都会得到一个csv

用Pandas处理csv

在elasticsearch中插入输出

它工作得很好,但由于主机列表在某些情况下很大,可能需要6天才能完成一些运行。在

问题是有时它会在没有太多信息的情况下崩溃。

这是/var/log/messages中的错误情况:abrt[3769]:Saved core dump of pid 24382 (/usr/bin/python) to

/var/spool/abrt/ccpp-2016-02-05-10:33:42-24382 (631136256 bytes)

abrtd: Directory 'ccpp-2016-02-05-10:33:42-24382' creation detected

abrtd: Interpreter crashed, but no packaged script detected: 'python

/home/cloud/collection-all-es-commissioned.py' abrtd: 'post-create' on

'/var/spool/abrt/ccpp-2016-02-05-10:33:42-24382' exited with 1 abrtd:

Deleting problem directory

'/var/spool/abrt/ccpp-2016-02-05-10:33:42-24382'

Oracle Linux中的Python2.6和2.7也会发生这种情况。在

关于如何找出根本原因并解决它有什么想法吗?在

谢谢,

艾萨克