[
https://issues.apache.org/jira/browse/FLINK-9655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16523416#comment-16523416
]
ASF GitHub Bot commented on FLINK-9655:
---------------------------------------
GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/6209
[FLINK-9655][tests] Add missing parallelism parameters
This PR adds missing parallelism arguments to one of the externalized
checkpoints end-to-end tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 9655
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6209.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 #6209
----
commit 43da110f78b1a8e5d3e861d728a532f739abdbae
Author: zentol <chesnay@...>
Date: 2018-06-25T13:43:12Z
[FLINK-9655][tests] Add missing parallelism parameters
----
> Externalized checkpoint E2E test fails on travis
> ------------------------------------------------
>
> Key: FLINK-9655
> URL: https://issues.apache.org/jira/browse/FLINK-9655
> Project: Flink
> Issue Type: Bug
> Components: State Backends, Checkpointing, Tests
> Affects Versions: 1.5.0, 1.6.0
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Priority: Major
> Labels: pull-request-available, test-stability
>
> https://travis-ci.org/zentol/flink-ci/builds/396395491
>
> {code:java}
> ==============================================================================
> Running 'Resuming Externalized Checkpoint after terminal failure (file, sync)
> end-to-end test'
> ==============================================================================
> Flink dist directory: /home/travis/build/zentol/flink-ci/flink/build-target
> TEST_DATA_DIR:
> /home/travis/build/zentol/flink-ci/flink/flink-end-to-end-tests/test-scripts/temp-test-directory-47420177246
> Starting cluster.
> Starting standalonesession daemon on host
> travis-job-b06f9adc-9d05-4569-b4bc-af11e6a0bc6e.
> Starting taskexecutor daemon on host
> travis-job-b06f9adc-9d05-4569-b4bc-af11e6a0bc6e.
> Waiting for dispatcher REST endpoint to come up...
> Waiting for dispatcher REST endpoint to come up...
> Waiting for dispatcher REST endpoint to come up...
> Waiting for dispatcher REST endpoint to come up...
> Waiting for dispatcher REST endpoint to come up...
> Dispatcher REST endpoint is up.
> Running externalized checkpoints test, with ORIGINAL_DOP=file NEW_DOP=false
> and STATE_BACKEND_TYPE=false STATE_BACKEND_FILE_ASYNC=true
> STATE_BACKEND_ROCKSDB_INCREMENTAL=false SIMULATE_FAILURE=false ...
> Job () is running.
> Waiting for job (1) to have at least completed checkpoints ...
> Waiting for job to process up to 200 records, current progress: 0 records ...
> Waiting for job to process up to 200 records, current progress: 0 records
> ...{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)