Changes between Initial Version and Version 1 of Ticket #4857, comment 12
- Timestamp:
- 02/22/21 14:58:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #4857, comment 12
initial v1 6 6 }}} 7 7 8 But very slow to kill the same query at the same point by restarting the server!8 But it's very slow to kill the same query at the same point by restarting the server. 9 9 10 There must be some difference in the behavio ur between the two. It creates a real problem in that restarting the server can bring the entire production database down for up to two minutes.10 There must be some difference in the behavior between the two types of kill. It creates a real problem in that restarting the server can bring the entire production database down for up to two minutes. 11 11 12 12 I understand this is a frustrating bug, but if there's a way to cause it to abort in the same way during a database shutdown, it would prevent some major outages. 13 14 Thanks again!