You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sean Busbey (Jira)" <ji...@apache.org> on 2020/06/05 13:57:00 UTC

[jira] [Commented] (HBASE-24476) release scripts should provide timing information

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

Sean Busbey commented on HBASE-24476:
-------------------------------------

latest run locally created the gpg test signature at June 4 9:21pm local

{code}
-rw-r--r--   1 busbey  staff     4B Jun  4 21:21 gpg_test.txt
-rw-r--r--   1 busbey  staff   508B Jun  4 21:22 gpg_test.txt.asc
{code}

and wrote out the vote message at June 5 01:52am local

{code}
-rw-r--r--   1 busbey  staff   899B Jun  5 01:52 vote.txt
{code}

that's a total run time of ~4.5 hours.

I can get how long a few major maven steps were:
{code}

busbey-mba13:hbase busbey$ grep -r "Total time:" ~/Downloads/3.0.0-alpha-1-RC0-first/output/*.log
/Users/busbey/Downloads/3.0.0-alpha-1-RC0-first/output/mvn_deploy_release.log:06:52:54 [INFO] Total time:  33:47 min
/Users/busbey/Downloads/3.0.0-alpha-1-RC0-first/output/publish-dist.log:03:16:42 [INFO] Total time:  18:07 min
/Users/busbey/Downloads/3.0.0-alpha-1-RC0-first/output/publish-dist.log:03:38:03 [INFO] Total time:  21:11 min
/Users/busbey/Downloads/3.0.0-alpha-1-RC0-first/output/publish-dist.log:04:43:35 [INFO] Total time:  01:05 h
/Users/busbey/Downloads/3.0.0-alpha-1-RC0-first/output/publish-release.log:06:18:59 [INFO] Total time:  11.528 s
/Users/busbey/Downloads/3.0.0-alpha-1-RC0-first/output/tag.log:02:57:51 [INFO] Total time:  01:33 min
/Users/busbey/Downloads/3.0.0-alpha-1-RC0-first/output/tag.log:02:58:09 [INFO] Total time:  11.149 s
{code}

but those only account for 2hr 20 minutes of the total time.

there's start/stop log message for building the binary tarballs
{code}
busbey-mba13:hbase busbey$ grep -E "^2020.*uilding binary dist" ~/Downloads/3.0.0-alpha-1-RC0-first/output/*.log
/Users/busbey/Downloads/3.0.0-alpha-1-RC0-first/output/publish-dist.log:2020-06-05T02:58:27Z Building binary dist
/Users/busbey/Downloads/3.0.0-alpha-1-RC0-first/output/publish-dist.log:2020-06-05T04:46:22Z Done building binary distribution
{code}

this tells me that bit took a little under 2 hours. that's basically all accounted for in the three maven times from {{publish-dist.log}}.

Currently getting any more details about what we spent the other 2 hours on requires me looking at last modified times on output files.

> release scripts should provide timing information
> -------------------------------------------------
>
>                 Key: HBASE-24476
>                 URL: https://issues.apache.org/jira/browse/HBASE-24476
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Sean Busbey
>            Assignee: Sean Busbey
>            Priority: Minor
>
> right now I can get timing from the individual maven commands but it would be nice to get higher level times.



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