Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
MXS-SPRINT-114
Description
Pinloki, or Binlog Router in 2.5 creates a new log every time it reconnects with the master. While this is not a bug, it can be wasteful and potentially cause problems if there are large amounts of reconnects, e.g. during some disturbance in the network.
Attachments
Issue Links
- is blocked by
-
MXS-3156 Optimize pinloki buffer handling (zero-copy event buffer handling).
- Closed
Extending the scope to not only avoid creating "logically" empty binlogs, but appending to the last log file until the master rotates, or a new master takes over.