Azat Khuzhin
|
098a0b2012
|
Add ErrorCodes::getErrorCodeByName()
|
2021-08-16 00:16:46 +03:00 |
|
Alexey Milovidov
|
e905883c75
|
More fixes for PVS-Studio
|
2021-05-08 19:12:31 +03:00 |
|
Azat Khuzhin
|
7c07b43597
|
Convert system.errors.stack_trace from String into Array(UInt64)
This should decrease overhead for the errors collecting.
|
2021-03-24 06:52:48 +03:00 |
|
Azat Khuzhin
|
9dee842b60
|
Distinguish remote and local error info
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
efdd04c958
|
Drop last_ prefix for ErrorCodes::ValuePair::error_time_ms
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
44c9dc753d
|
Add system.errors.last_error_stacktrace column
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
775f8f7682
|
Add system.errors.last_error_message column
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
c8852331a2
|
Add system.errors.last_error_time column
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
0d01eaf94f
|
Guard ErrorCodes with mutex over atomic
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
7f73ac2b7a
|
Fix ErrorCodes::Value/ErrorCode types (sigh)
Note, that system.errors already uses correct types
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
259e5ba88e
|
Separate accounting of remote exceptions in system.errors
|
2021-03-16 22:31:46 +03:00 |
|
Azat Khuzhin
|
b39f8cc6ac
|
Move ErrorCodes::increment() into module part
|
2021-03-16 22:31:41 +03:00 |
|
Azat Khuzhin
|
5363c62fc5
|
Fix overflow check in ErrorCodes
|
2020-11-01 09:00:19 +03:00 |
|
Azat Khuzhin
|
7e79769ae4
|
Fix readability-inconsistent-declaration-parameter-name in ErrorCodes.h
|
2020-10-29 21:08:09 +03:00 |
|
Azat Khuzhin
|
b42f77a791
|
Covert error codes list to lookup table and drop generation of them.
|
2020-10-29 10:55:41 +03:00 |
|