Add write throttling based on the size of the uncommitted journal
authorMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 17 Mar 2011 17:12:28 +0000 (10:12 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 17 Mar 2011 17:12:28 +0000 (10:12 -0700)
Previously, throttling was based only on data in memory not committed to
the journal.  With limited upload bandwidth to the cloud, we need both.


No differences found