[
https://issues.apache.org/jira/browse/BEAM-8742?focusedWorklogId=429270&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-429270
]
ASF GitHub Bot logged work on BEAM-8742:
----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Apr/20 21:31
Start Date: 30/Apr/20 21:31
Worklog Time Spent: 10m
Work Description: mxm edited a comment on pull request #11558:
URL: https://github.com/apache/beam/pull/11558#issuecomment-622125124
The benchmark and checkpoint data is now published to BigQuery:
```
[
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525003 UTC",
"metric":
"checkpointing_19measure_time:_start.none/beam:env:docker:v1:0_max_checkpoint_duration",
"value": "97.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525035 UTC",
"metric":
"checkpointing_41loadgenerator/reshuffle2/removerandomkeys.none/beam:env:docker:v1:0_max_checkpoint_duration",
"value": "99.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525003 UTC",
"metric":
"checkpointing_19measure_time:_start.none/beam:env:docker:v1:0_count_checkpoint_duration",
"value": "120.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525035 UTC",
"metric":
"checkpointing_41loadgenerator/reshuffle2/removerandomkeys.none/beam:env:docker:v1:0_min_checkpoint_duration",
"value": "10.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525020 UTC",
"metric":
"checkpointing_40loadgenerator/reshuffle/removerandomkeys.none/beam:env:docker:v1:0_max_checkpoint_duration",
"value": "116.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.524947 UTC",
"metric":
"checkpointing_21loadgenerator/impulse.none/beam:env:docker:v1:0_min_checkpoint_duration",
"value": "14.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.524947 UTC",
"metric":
"checkpointing_21loadgenerator/impulse.none/beam:env:docker:v1:0_sum_checkpoint_duration",
"value": "4402.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525035 UTC",
"metric":
"checkpointing_41loadgenerator/reshuffle2/removerandomkeys.none/beam:env:docker:v1:0_sum_checkpoint_duration",
"value": "2214.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525035 UTC",
"metric":
"checkpointing_41loadgenerator/reshuffle2/removerandomkeys.none/beam:env:docker:v1:0_count_checkpoint_duration",
"value": "120.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.524947 UTC",
"metric":
"checkpointing_21loadgenerator/impulse.none/beam:env:docker:v1:0_count_checkpoint_duration",
"value": "120.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525020 UTC",
"metric":
"checkpointing_40loadgenerator/reshuffle/removerandomkeys.none/beam:env:docker:v1:0_sum_checkpoint_duration",
"value": "2392.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525020 UTC",
"metric":
"checkpointing_40loadgenerator/reshuffle/removerandomkeys.none/beam:env:docker:v1:0_count_checkpoint_duration",
"value": "120.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.524947 UTC",
"metric":
"checkpointing_21loadgenerator/impulse.none/beam:env:docker:v1:0_max_checkpoint_duration",
"value": "1015.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525003 UTC",
"metric":
"checkpointing_19measure_time:_start.none/beam:env:docker:v1:0_sum_checkpoint_duration",
"value": "2098.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525003 UTC",
"metric":
"checkpointing_19measure_time:_start.none/beam:env:docker:v1:0_min_checkpoint_duration",
"value": "9.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525020 UTC",
"metric":
"checkpointing_40loadgenerator/reshuffle/removerandomkeys.none/beam:env:docker:v1:0_min_checkpoint_duration",
"value": "12.0"
}
]
```
We can visualize the data using Beam's dashboard:
https://apache-beam-testing.appspot.com/
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 429270)
Time Spent: 7h 40m (was: 7.5h)
> Add stateful processing to ParDo load test
> ------------------------------------------
>
> Key: BEAM-8742
> URL: https://issues.apache.org/jira/browse/BEAM-8742
> Project: Beam
> Issue Type: Sub-task
> Components: testing
> Reporter: Maximilian Michels
> Assignee: Maximilian Michels
> Priority: Major
> Time Spent: 7h 40m
> Remaining Estimate: 0h
>
> So far, the ParDo load test is not stateful. We should add a basic counter to
> test the stateful processing.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)