replication failure may leave garbage in the read buffer
Bug #1017905 reported by
Kostja Osipov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tarantool |
Fix Released
|
Medium
|
Kostja Osipov |
Bug Description
remote_read_row(), when there is a read failure, calls fiber_close(). fiber_close() does not clear fiber read buffer, and can leave garbage in the buffer.
this leads to a persistent failure to read replication greeting.
Changed in tarantool: | |
assignee: | nobody → Kostja Osipov (kostja) |
milestone: | none → 1.4.7 |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in tarantool: | |
status: | Confirmed → Fix Committed |
Changed in tarantool: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.