forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb2cc5b8

Amit Kapila
Remove the streaming files for incomplete xacts after restart.
After restart, we try to stream the changes for large transactions thatwere not sent before server crash and restart. However, we forget to sendthe abort message for such transactions. This leads to spurious streamingfiles on the subscriber which won't be cleaned till the apply worker orthe subscriber server restarts.Reported-by: Dilip KumarAuthor: Hou ZhijieReviewed-by: Dilip Kumar and Amit KapilaBackpatch-through: 14Discussion:https://postgr.es/m/OS0PR01MB5716A773F46768A1B75BE24394FB9@OS0PR01MB5716.jpnprd01.prod.outlook.com1 parent48599a1 commitb2cc5b8
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2898 | 2898 |
| |
2899 | 2899 |
| |
2900 | 2900 |
| |
| 2901 | + | |
| 2902 | + | |
| 2903 | + | |
| 2904 | + | |
2901 | 2905 |
| |
2902 | 2906 |
| |
2903 | 2907 |
| |
|
0 commit comments
Comments
(0)