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

ASF GitHub Bot commented on BEAM-620:
-------------------------------------

GitHub user dhalperi opened a pull request:

    https://github.com/apache/incubator-beam/pull/932

    [BEAM-620] DataflowPipelineJob: catch an underflow in backoff code

    Forward port of 
https://github.com/GoogleCloudPlatform/DataflowJavaSDK/pull/422

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dhalperi/incubator-beam dataflow-pipeline-job

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-beam/pull/932.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #932
    
----
commit 06de8757f19eda47aa5924504ca4133bee8437e3
Author: Daniel Halperin <dhalp...@users.noreply.github.com>
Date:   2016-09-07T23:57:26Z

    DataflowPipelineJob: catch an underflow in backoff code
    
    Forward port of 
https://github.com/GoogleCloudPlatform/DataflowJavaSDK/pull/422

----


> DataflowPipelineJob IllegalArgumentException from time underflow
> ----------------------------------------------------------------
>
>                 Key: BEAM-620
>                 URL: https://issues.apache.org/jira/browse/BEAM-620
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-dataflow
>            Reporter: Daniel Halperin
>            Assignee: Daniel Halperin
>            Priority: Minor
>
> {code}
> Exception in thread "main" java.lang.IllegalArgumentException: 
> maxCumulativeBackoff PT-0.072S must be at least 1 millisecond
>         at 
> com.google.cloud.dataflow.sdk.repackaged.com.google.common.base.Preconditions.checkArgument(Preconditions.java:146)
>         at 
> com.google.cloud.dataflow.sdk.util.FluentBackoff.withMaxCumulativeBackoff(FluentBackoff.java:129)
>         at 
> com.google.cloud.dataflow.sdk.runners.DataflowPipelineJob.waitToFinish(DataflowPipelineJob.java:266)
>         at 
> com.google.cloud.dataflow.sdk.runners.DataflowPipelineJob.waitToFinish(DataflowPipelineJob.java:191)
>         at 
> com.google.cloud.dataflow.integration.WindmillAutoScalingTest.main(WindmillAutoScalingTest.java:248)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to