• Jim Fulton's avatar
    Fixed: were sending out of date size info on commit · 8d7b1ceb
    Jim Fulton authored
    Because we were computing the size info in the commit callback, which
    might be before before the inderlying data were committed.  This caused the computation to be wrong in some cases.
    
    Instead we get and send the size information after committing.
    8d7b1ceb
StorageServer.py 50.2 KB