OLog has a roll() method that is fully implemented, but no one calls it.
LogService should be able to be set up with a simple policy, such that if the current log file for any quorum grows beyond N bytes, it should be rolled.
To accomplish this, we may want to add a new method to LogPersistenceService, to retrieve the size of the current file for a given quorum.
OLog has a roll() method that is fully implemented, but no one calls it.
LogService should be able to be set up with a simple policy, such that if the current log file for any quorum grows beyond N bytes, it should be rolled.
To accomplish this, we may want to add a new method to LogPersistenceService, to retrieve the size of the current file for a given quorum.