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

[HTCondor-users] have people seen scalability issues with condor submission using the python bindings?



Hi,

I am observing what I believe are some scale problems trying to submit
using the python bindings.
Version of condor is 8.6.12
My application has multiple threads, and when they all try to submit
almost at the same time, using the same Schedd, around 40% of them
succeed and ~60% fail.
I know I should write the code smarter, maybe some thread locking, or
similar trick.
But, in any case, I am just wondering if people have observed a
similar behavior. And, in that case, how they fixed it.

Cheers,
Jose