Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
ghx-label-2
Description
Apparently Ubuntu 20.04 restricted dmesg access to root (or possibly the admin group), so bin/jenkins/finalize.sh cannot check for OOM kills since precommit builds were migrated to this platform.
The symptom is
dmesg: read kernel buffer failed: Operation not permitted
, in https://github.com/apache/impala/blob/master/bin/jenkins/finalize.sh#L44