You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Peter Somogyi (Jira)" <ji...@apache.org> on 2020/07/10 16:29:00 UTC

[jira] [Commented] (HBASE-24710) Incorrect checksum calculation in create-release Dockerfile

    [ https://issues.apache.org/jira/browse/HBASE-24710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17155596#comment-17155596 ] 

Peter Somogyi commented on HBASE-24710:
---------------------------------------

I've checked in the Dockerfile and openssl returns the following when stdin is used:

root@8224f4c69e6f:~# echo "foo" | openssl dgst -sha512
(stdin)= 0cf9180a764aba863a67b6d72f0918bc131c6772642cb2dce5a34f0a702f9470ddc2bf125c12198b1995c233c34b4afd346c54a2334c350a948a51b6e8b4e6b6

On Mac this is the result:

$ echo "foo" | openssl dgst -sha512
0cf9180a764aba863a67b6d72f0918bc131c6772642cb2dce5a34f0a702f9470ddc2bf125c12198b1995c233c34b4afd346c54a2334c350a948a51b6e8b4e6b6

> Incorrect checksum calculation in create-release Dockerfile
> -----------------------------------------------------------
>
>                 Key: HBASE-24710
>                 URL: https://issues.apache.org/jira/browse/HBASE-24710
>             Project: HBase
>          Issue Type: Bug
>          Components: scripts
>            Reporter: Peter Somogyi
>            Priority: Major
>
> The saveVersion.sh file does not parse the srcChecksum correctly during the releasing process when dev-support/create-release/hbase-rm/Dockerfile is used. This results in missing Source Checksum.
> Master UI displays this:
> |HBase Source Checksum|(stdin)=|



--
This message was sent by Atlassian Jira
(v8.3.4#803005)