Andrei Tsaregorodtsev

Results 20 comments of Andrei Tsaregorodtsev

At the moment the SSH class was written, as far as I remember, the Paramiko was considered but was rejected as not applicable. This was very long ago and may...

Making explicit imports in TornadoREST resulted in the above error as WebHandler was relying on TornadoResponse import in TornadoREST. This PR https://github.com/DIRACGrid/WebAppDIRAC/pull/731 fixes the issue.

Here is an initial list of requirements/cases of using tokens in various DIRAC operations that we considered for the EGI service but is not really specific to EGI. To be...

The general list of requirements is anyway necessary. We have discussed them on many occasions but we did not have it written down. Tokens are not used in EGI in...

I agree with Chris that a new section, let say VOSettings, should be introduced and be largely a copy of the current Operations. Also a path given in the Operations.getValue()...

Can you make more specific suggestion about which modules you think must be dropped. Also I do not understand how DIRAC modules with the same names as system ones modulo...

If we are to define the terminology, we should also keep in mind that the job JDL parameter CPUTime is actually CPUWork according to the definitions above. And this is...

CPUTime in the JDL is in fact very confusing for users. They naturally tend to interpret it as real CPUTime whatever the CPU is. So, changing its interpretation is not...

The time estimate is rather tricky in case of the PoolComputingElement. In this case normally we have to take into account the already running jobs, estimate how much CPU they...

Yes, this is a long standing feature request. The main problem is that this operation ( file removal ) should be asynchronous. The proposal how to implement that you can...