You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure that the integration works with the updated Batsched protocol (waiting for confirmation from the batsched people that the protocol documentation on github is up to date)
Using the wrench or fast_conservative branch of Batsched on gitlab, implement the QUERY/ANSWER feature, that should be implemented
Modify the current wrench::BatchService API to add a getQueueWaitingTimeEstimate() function. That function will handle all messaging with the batch service. Once that's done, remove the ServiceInformationMessage handling in the Job Manager.
The text was updated successfully, but these errors were encountered:
# This is the 1st commit message:
Adding skeleton for a CompoundStorageService (heavily inspired by SimpleStorageService)
# This is the commit message wrench-project#2:
CompoundStorageService starts (working service state, even though it doesn't do anything yet)
# This is the commit message wrench-project#3:
CompoundStorageService : adding method to get all internal services ; FileLocation : adding two methodes to update storage service and mount point of an existing FileLocation ; BareMetalCompoundService: adding a very simple (and dirty) code block to automatically replace a CompoundStorageService in a Read or Write file Action with its first (or only) internal concrete storage service ; BatchComputeService: just tinkering with comments in order to find an appropriate place to put the same kind of code block as in BareMetalComputeService
# This is the commit message wrench-project#4:
Fixing CompoundStorageService after last merge from master: manually adding a LogicalFilesystem on /dev/null, updating the use od StorageService constructor and adding proper messagepayloadsize and property values init.
# This is the commit message wrench-project#5:
New scheduler (copy of ConservativeBackfilling, but storage-aware)
# This is the commit message wrench-project#6:
Functional test added for CompoundStorageService. Also overriding some parent methods in CSS for coherency, and putting in place a few safeguards. Test is still incomplete (but passing at the moment)
# This is the commit message wrench-project#7:
Updating CompoundStorageService so that it can safely discard Read/Write/Delete/Lookup/Copy message requests (it answers with a failure cause stating that the feature in not available) ; updated test accordingly
# This is the commit message wrench-project#8:
Fixing a small bug in the new test setup
# This is the commit message wrench-project#9:
Cleaning up batch scheduler for storage, adding some logging in CompoundStorageService and cleaning up functionnal test
# This is the commit message wrench-project#10:
Minor clean-up and comments
# This is the commit message wrench-project#11:
First (probably still broken) implementation of message transfer inside the CSS -> tested for FileCopy and FileRead, and it seems to work..
# This is the commit message wrench-project#12:
Minor fix to the Storage selection callback in CSS
# This is the commit message wrench-project#13:
Working on tests for message transfers in CSS (currently there's a crash by action deadlock in the test simulation, but several fixes already implemented)
Batsched integration milestones:
Make sure that the integration works with the updated Batsched protocol (waiting for confirmation from the batsched people that the protocol documentation on github is up to date)
Using the wrench or fast_conservative branch of Batsched on gitlab, implement the QUERY/ANSWER feature, that should be implemented
Modify the current wrench::BatchService API to add a getQueueWaitingTimeEstimate() function. That function will handle all messaging with the batch service. Once that's done, remove the ServiceInformationMessage handling in the Job Manager.
The text was updated successfully, but these errors were encountered: