Skip to content

Commit

Permalink
Add followup TODO issue #3063
Browse files Browse the repository at this point in the history
  • Loading branch information
slfritchie committed Nov 21, 2019
1 parent f19a795 commit 100fe32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/wallaroo/core/boundary/boundary.pony
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,10 @@ actor OutgoingBoundary is (Consumer & TCPActor)
be rollback(payload: ByteSeq val, event_log: EventLog,
checkpoint_id: CheckpointId)
=>
// TODO: It's clear that the following line fixes BUG #3056,
// but it is not clear if it may create a problem in
// detecting out-of-order sequence IDs in the future;
// see BUG #3063.
_lowest_queue_id = 0

be update_worker_data_service(worker: WorkerName,
Expand Down

0 comments on commit 100fe32

Please sign in to comment.