[
https://issues.apache.org/jira/browse/BEAM-13519?focusedWorklogId=752091&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-752091
]
ASF GitHub Bot logged work on BEAM-13519:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Apr/22 03:13
Start Date: 04/Apr/22 03:13
Worklog Time Spent: 10m
Work Description: lukecwik commented on PR #17240:
URL: https://github.com/apache/beam/pull/17240#issuecomment-1087064473
This also seems to lead to a minor performance bump as well.
Without this change:
```
Benchmark Mode Cnt Score
Error Units
ProcessBundleBenchmark.testStateWithCaching thrpt 25 4721.534 ±
110.804 ops/s
ProcessBundleBenchmark.testStateWithoutCaching thrpt 25 2759.854 ±
35.983 ops/s
```
With this change:
```
Benchmark Mode Cnt Score
Error Units
ProcessBundleBenchmark.testStateWithCaching thrpt 25 4788.966 ±
74.684 ops/s
ProcessBundleBenchmark.testStateWithoutCaching thrpt 25 2783.610 ±
28.925 ops/s
```
Issue Time Tracking
-------------------
Worklog Id: (was: 752091)
Time Spent: 2h (was: 1h 50m)
> Java precommit flaky (timing out)
> ---------------------------------
>
> Key: BEAM-13519
> URL: https://issues.apache.org/jira/browse/BEAM-13519
> Project: Beam
> Issue Type: Bug
> Components: test-failures
> Reporter: Kyle Weaver
> Assignee: Kiley Sok
> Priority: P1
> Labels: flake
> Time Spent: 2h
> Remaining Estimate: 0h
>
> Java precommits are sometimes timing out with no clear cause. Gradle will log
> a bunch of routine build tasks, and then Jenkins will abort the job much
> later. There are no logs to indicate what happened. It is not even clear
> which task or tasks, if any, was the culprit, since many tasks are run in
> parallel.
> 01:53:28 > Task :sdks:java:testing:nexmark:build
> 01:53:28 > Task :sdks:java:testing:nexmark:buildDependents
> 01:53:28 > Task :sdks:java:extensions:sql:zetasql:buildDependents
> 01:53:28 > Task :sdks:java:io:google-cloud-platform:buildDependents
> 01:53:28 > Task :sdks:java:extensions:sql:buildDependents
> 01:53:28 > Task :sdks:java:io:kafka:buildDependents
> 01:53:28 > Task :sdks:java:extensions:join-library:buildDependents
> 01:53:28 > Task :sdks:java:io:synthetic:buildDependents
> 01:53:28 > Task :sdks:java:io:mongodb:buildDependents
> 01:53:28 > Task :sdks:java:io:thrift:buildDependents
> 01:53:28 > Task :sdks:java:testing:test-utils:buildDependents
> 01:53:28 > Task :sdks:java:expansion-service:buildDependents
> 01:53:28 > Task :sdks:java:extensions:arrow:buildDependents
> 01:53:28 > Task :sdks:java:extensions:protobuf:buildDependents
> 01:53:28 > Task :sdks:java:io:common:buildDependents
> 01:53:28 > Task :runners:direct-java:buildDependents
> 01:53:28 > Task :runners:local-java:buildDependents
> 01:53:28 Build timed out (after 120 minutes). Marking the build as aborted.
> https://ci-beam.apache.org/job/beam_PreCommit_Java_cron/4874/
--
This message was sent by Atlassian Jira
(v8.20.1#820001)