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

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 parenta14a583 commit2b6df05
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2936 | 2936 |
| |
2937 | 2937 |
| |
2938 | 2938 |
| |
| 2939 | + | |
| 2940 | + | |
| 2941 | + | |
| 2942 | + | |
2939 | 2943 |
| |
2940 | 2944 |
| |
2941 | 2945 |
| |
|
0 commit comments
Comments
(0)