mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 20:32:43 +00:00
Add comment.
This commit is contained in:
parent
29bf43eaf2
commit
22abc56a47
@ -48,6 +48,9 @@ enum CancelReason
|
|||||||
UNDEFINED,
|
UNDEFINED,
|
||||||
TIMEOUT,
|
TIMEOUT,
|
||||||
CANCELLED_BY_USER,
|
CANCELLED_BY_USER,
|
||||||
|
|
||||||
|
/// CANCELLED_BY_ERROR means that there were parallel processes/threads and some of them failed,
|
||||||
|
/// so we cancel other processes/threads with this cancel reason.
|
||||||
CANCELLED_BY_ERROR,
|
CANCELLED_BY_ERROR,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user