2 réponses
- Le plus récent
- Le plus de votes
- La plupart des commentaires
3
Please note that the query in Amazon Redshift can abort for the following reasons:
-
Due to Amazon Redshift workload management (WLM) query monitoring rules implemented on cluster. -
Timeout settings -
ABORT, CANCEL, or TERMINATE requests by user/ admin. -
Network issues. -
Cluster maintenance upgrades. -
Internal processing errors. -
ASSERT errors.
You can prevent the query from being aborted, by some of the approaches mentioned below
-
Increase your timeout parameter. -
Update your WLM QMR rules [ If you have found out which rule is aborting your query] -
Schedule long-running operations outside of maintenance windows.
0
This could be anywhere from user actually cancelling query to firewall rules disconnecting web sockets. Best recourse is to log a support ticket and have it investigated.
Contenus pertinents
- demandé il y a un an
- demandé il y a 2 ans
- demandé il y a un an
- demandé il y a 5 mois
- AWS OFFICIELA mis à jour il y a 10 mois
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a un an
- AWS OFFICIELA mis à jour il y a 3 ans
