Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha-1, 2.3.0, 2.2.5
-
None
Description
The WAL enqueued to wrong replication source.
for (String queueId : previousQueueIds) { ReplicationSourceInterface replicationSource = createSource(queueId, peer); this.oldsources.add(replicationSource); this.queueStorage.getWALsInQueue(this.server.getServerName(), queueId) .forEach(wal -> src.enqueueLog(new Path(wal))); toStartup.add(replicationSource); }
Attachments
Issue Links
- links to