Matthew Foley created HBASE-24589:
-------------------------------------
Summary: In HBase UI, srcChecksum has bad content
Key: HBASE-24589
URL: https://issues.apache.org/jira/browse/HBASE-24589
Project: HBase
Issue Type: Bug
Components: UI
Affects Versions: 3.0.0-alpha-1, 2.3.0
Reporter: Matthew Foley
Assignee: Matthew Foley
The value of srcChecksum displayed in the HBase UI is generated at build time
by
https://github.com/apache/hbase/blob/master/hbase-common/src/saveVersion.sh#L53-L61
On a Linux build host,
if `openssl`(v 1.1.1) is available, the resulting value of srcChecksum is
`(stdin)=`
else if `gpg` (v 2.2.19) is available, the value is only the first 8-character
substring of the sha512 hash.
On a Mac build host,
if `openssl`(LibreSSL 2.8.3) is available, the resulting value of srcChecksum
is correct
else if `gpg` (v 2.2.19) is available, the value is again the first 8-character
substring of the sha512 hash.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)