-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add last_error_time/last_error_message/last_error_stacktrace/remote columns for system.errors #21529
Add last_error_time/last_error_message/last_error_stacktrace/remote columns for system.errors #21529
Conversation
Rebased to fix conflicts in |
c0a02c9
to
441efef
Compare
Broken in upstream too
Any clue? Links are under nda.
Some timeout issues. |
Also timeout issues. I have increased timeout for msan. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
Note, that system.errors already uses correct types
- https://clickhouse-test-reports.s3.yandex.net/21529/2ce2772d35eb3d81628f4d294d5799e9f05333fd/functional_stateless_tests_(address).html#fail1 - https://clickhouse-test-reports.s3.yandex.net/21529/2ce2772d35eb3d81628f4d294d5799e9f05333fd/functional_stateless_tests_(ubsan).html#fail1 - https://clickhouse-test-reports.s3.yandex.net/21529/2ce2772d35eb3d81628f4d294d5799e9f05333fd/stress_test_(address).html#fail1
9e3f865
to
9dee842
Compare
2021.03.16 23:51:22.493829 [ 295 ] {} Application: Child process was terminated by signal 9 (KILL). If it is not done by 'forcestop' command or manually, the possible cause is OOM Killer (see 'dmesg' and look at the '/var/log/kern.log' for the details).
Does not looks related and fails not the first time |
It does look related: https://gist.github.com/tavplubix/012244641439238ef9e4bf21f9f57bb0 |
test_distributed_respect_user_timeouts:
|
At least it should not, I will take a look (FYI I've added some information into your gist) |
@azat , we assume it may be because |
That's a good idea.
I though about this, but decided to keep it simple, and just store string. |
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Add
last_error_time
/last_error_message
/last_error_stacktrace
/remote
columns forsystem.errors
Follow-up for: #16438