Hi all, A see lots of lots of jobs are running with duplicate jobIDs. At the time of writing, it's almost 700 of them: and it's growing in number in every hour, which is putting us in great trouble debugging some of the issues we have here.[root@serv07 ~]# condor_history | awk '{ print $1 }' | sort | uniq -d | wc -l 684 Is it a bug? How can I stop this? I really appreciate if anyone can offer some help. Thanks in advance. Cheers, Santanu |