[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] condor_history query



On 08/18/2017 09:15 AM, Weiming Shi wrote:
Hi all,

When I try to query the results of a condor job history with condor_history, I found that the query will be stuck and not return unless I specify a -limit argument to the query. Is it because the job history is too much to handle or a known issue? I am with version 5.8.5.

Does condor_history *ever* return? With a very large history file, it might take minutes for condor_history to finish looking through all the job history, but it should eventually exit. When it is running like this, does top show condor_history using cpu?

-greg