Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
Another thing I broke when porting to the new master, LogRoller is started but never added to HLog meaning that only hourly rolls work. Easy fix in HRS:
this.hlogRoller = new LogRoller(this, this); listeners.add(this.hlogRoller); if (this.replicationHandler != null) { - listeners = new ArrayList<WALObserver>(); // Replication handler is an implementation of WALActionsListener. listeners.add(this.replicationHandler);