Update logic for flushing data to cloud.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 24 Aug 2010 23:53:00 +0000 (16:53 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 24 Aug 2010 23:53:00 +0000 (16:53 -0700)
Do not force a commit of the most recent data, and instead just write out
whatever was last written to the journal.

This could be a win or a loss:
  - We do not need to force a sync of all data to the journal when we
    upload data to the cloud.
  - But, we may end up writing out old data, which we'll then need to
    overwrite a short time later.


No differences found