Todor Ivanov

Results 42 comments of Todor Ivanov

hi @amaltaro > Dima also started gathering the feature requirements in a google document named "Premix data management for Production", which I won't link here to avoid unwanted access. Does...

@amaltaro Take look at these two functions from the current PR: * [getUnmergedfromFile](https://github.com/dmwm/WMCore/pull/11916/files#diff-d829adc30e84e637ed37c8770f8a0f84eb357772a5f210b79c8ba0f385091dfdR290) and * [filterUnmergedFromFile](https://github.com/dmwm/WMCore/pull/11916/files#diff-d829adc30e84e637ed37c8770f8a0f84eb357772a5f210b79c8ba0f385091dfdR327) They are basically exactly the same as the respective methods at the MSUnmerged class:...

With my latest commit, I finally get the direct deletions with the os based library right. Together with the lfn deletions I now also update the rse counters, such that...

@amaltaro No need for a detailed review. Just try to grasp the idea of the two big improvements this code provides: * The ability to reduce memory foot print on...

The `initStandalnoe.py` script just finished running. It took almost 3,5 h: [1]. The RSE is clean and the status document properly uploaded to MongoDB: * The detailed document (with the...

hi @amaltaro > I understand that the bulk of that implementation is in the getUnmergedfromFile and filterUnmergedFromFile methods, right? Correct > for each file from ConMon dump, short it to...

Hi @smuzaffar, In the context of the current PR, since we need to import `psutil` module at runtime, we need some more information about it's presence in CMSSW. Can you...

Thanks @smuzaffar , where could I check the `psutil` versions included in the different `CMSSW` releases. I am testing the few methods from `psutils` we are using, to check if...

Thanks @smuzaffar! I just created a CMSSW_9_0_0 dev area and checked the version: [1]. So the earliest `psutil` version available is 5.0.1. Which is good for us. I also made...

hi @amaltaro Yes, I completely agree with you - The current reason is the a missing WMBS file location, which I already mentioned. And we even know the reason why...