[ 
https://issues.apache.org/jira/browse/BEAM-6351?focusedWorklogId=189033&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-189033
 ]

ASF GitHub Bot logged work on BEAM-6351:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 23/Jan/19 16:15
            Start Date: 23/Jan/19 16:15
    Worklog Time Spent: 10m 
      Work Description: apilloud commented on issue #7497: [BEAM-6351] Divide 
separate job for "smoke" load test suites
URL: https://github.com/apache/beam/pull/7497#issuecomment-456863906
 
 
   Sorry, I missed your last comment. LGTM.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 189033)
    Time Spent: 1h 10m  (was: 1h)

> OutOfMemoryError on DirectRunner while running load tests 
> ----------------------------------------------------------
>
>                 Key: BEAM-6351
>                 URL: https://issues.apache.org/jira/browse/BEAM-6351
>             Project: Beam
>          Issue Type: Bug
>          Components: testing
>            Reporter: Kasia Kucharczyk
>            Assignee: Lukasz Gajowy
>            Priority: Major
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> The GroupByKey Java load test with 1000000000 number of records is failing on 
> DirectRunner with OutOfMemory Error. Then  the test is aborted after timeout.
> This is [example failing run of the 
> job|https://builds.apache.org/job/beam_Java_LoadTests_GroupByKey_Direct_Small_PR/2/].
> The stacktrace is following:
> {code:java}
> Exception in thread "main" java.lang.RuntimeException: 
> java.lang.OutOfMemoryError: GC overhead limit exceeded
> 18:02:15      at 
> org.apache.beam.runners.direct.DirectRunner.run(DirectRunner.java:204)
> 18:02:15      at 
> org.apache.beam.runners.direct.DirectRunner.run(DirectRunner.java:64)
> 18:02:15      at org.apache.beam.sdk.Pipeline.run(Pipeline.java:313)
> 18:02:15      at org.apache.beam.sdk.Pipeline.run(Pipeline.java:299)
> 18:02:15      at org.apache.beam.sdk.loadtests.LoadTest.run(LoadTest.java:75)
> 18:02:15      at 
> org.apache.beam.sdk.loadtests.GroupByKeyLoadTest.run(GroupByKeyLoadTest.java:58)
> 18:02:15      at 
> org.apache.beam.sdk.loadtests.GroupByKeyLoadTest.main(GroupByKeyLoadTest.java:130)
> 18:02:15 Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
> 18:02:15      at 
> org.apache.beam.sdk.util.CoderUtils.decodeFromByteArray(CoderUtils.java:97)
> 18:02:15      at 
> org.apache.beam.sdk.util.CoderUtils.decodeFromByteArray(CoderUtils.java:92)
> 18:02:15      at 
> org.apache.beam.sdk.util.MutationDetectors$CodedValueMutationDetector.<init>(MutationDetectors.java:117)
> 18:02:15      at 
> org.apache.beam.sdk.util.MutationDetectors.forValueWithCoder(MutationDetectors.java:44)
> 18:02:15      at 
> org.apache.beam.runners.direct.ImmutabilityCheckingBundleFactory$ImmutabilityEnforcingBundle.add(ImmutabilityCheckingBundleFactory.java:112)
> 18:02:15      at 
> org.apache.beam.runners.direct.BoundedReadEvaluatorFactory$BoundedReadEvaluator.processElement(BoundedReadEvaluatorFactory.java:151)
> 18:02:15      at 
> org.apache.beam.runners.direct.DirectTransformExecutor.processElements(DirectTransformExecutor.java:160)
> 18:02:15      at 
> org.apache.beam.runners.direct.DirectTransformExecutor.run(DirectTransformExecutor.java:124)
> 18:02:15      at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> 18:02:15      at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 18:02:15      at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> 18:02:15      at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> 18:02:15      at java.lang.Thread.run(Thread.java:748)
> 19:29:58 Build timed out (after 100 minutes). Marking the build as aborted.
> {code}
> The command to run this test is:
> {code:java}
> gradlew --info  
> -PloadTest.mainClass=org.apache.beam.sdk.loadtests.GroupByKeyLoadTest 
> -Prunner=:beam-runners-direct-java '-PloadTest.args=--publishToBigQuery=false 
> --sourceOptions={"numRecords":1000000000,"splitPointFrequencyRecords":1,"keySizeBytes":1,"valueSizeBytes":9,"numHotKeys":0,"hotKeyFraction":0,"seed":123456,"bundleSizeDistribution":{"type":"const","const":42},"forceNumInitialBundles":100,"progressShape":"LINEAR","initializeDelayDistribution":{"type":"const","const":42}}
>  
> --stepOptions={"outputRecordsPerInputRecord":1,"preservesInputKeyDistribution":true,"perBundleDelay":10000,"perBundleDelayType":"MIXED","cpuUtilizationInMixedDelay":0.5}
>  --fanout=10 --iterations=1 --runner=DirectRunner' 
> :beam-sdks-java-load-tests:run
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to