[
https://issues.apache.org/jira/browse/FLINK-8402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16387702#comment-16387702
]
ASF GitHub Bot commented on FLINK-8402:
---------------------------------------
Github user StephanEwen commented on the issue:
https://github.com/apache/flink/pull/5624
The code and the tests should not rely on eventually consistent operations
at all, but only on strongly consistent operations, like "read after create".
That should also eliminate any need for retries.
Minor comment: `System.currentTimeMillis()` should not be used for interval
measurements. It is not a stable clock. All intervals should be measured in
`System.nanoTime()`.
> HadoopS3FileSystemITCase.testDirectoryListing fails on Travis
> -------------------------------------------------------------
>
> Key: FLINK-8402
> URL: https://issues.apache.org/jira/browse/FLINK-8402
> Project: Flink
> Issue Type: Bug
> Components: FileSystem, Tests
> Affects Versions: 1.5.0
> Reporter: Till Rohrmann
> Assignee: Nico Kruber
> Priority: Blocker
> Labels: test-stability
> Fix For: 1.5.0, 1.4.3
>
>
> The test {{HadoopS3FileSystemITCase.testDirectoryListing}} fails on Travis.
> https://travis-ci.org/tillrohrmann/flink/jobs/327021175
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)