[ https://issues.apache.org/jira/browse/FLINK-15318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012283#comment-17012283 ]
Ronald O. Edmark commented on FLINK-15318: ------------------------------------------ Yum, I would like to point out that the tests just fails, changing the number from 2 seconds to 3 seconds works. Most of the time the failure are just over 2 seconds. i.e. *Time elapsed: 2.095* I made these changes to the pom. Current Flink 1.8.3 has <!-- https://mvnrepository.com/artifact/com.data-artisans/frocksdbjni --> <dependency> <groupId>com.data-artisans</groupId> <artifactId>*frocksdbjni*</artifactId> <version>*5.17.2-artisans-1.0*</version> </dependency> Changed to <!-- https://mvnrepository.com/artifact/org.rocksdb/rocksdbjni --> <dependency> <groupId>org.rocksdb</groupId> <artifactId>*rocksdbjni*</artifactId> <version>*5.17.2*</version> </dependency> I worked on removing *org.rocksdb.FlinkCompactionFilter* and *org.rocksdb.FlinkCompactionFilter.FlinkCompactionFilterFactory* but I was hitting issues getting it cleanly removed, if you can provide a modified *RocksDbTtlCompactFiltersManager.java* version that will help. Otherwise I'll work on it tomorrow when I have more time. Thanks for helping, Ron > RocksDBWriteBatchPerformanceTest.benchMark fails on ppc64le > ----------------------------------------------------------- > > Key: FLINK-15318 > URL: https://issues.apache.org/jira/browse/FLINK-15318 > Project: Flink > Issue Type: Bug > Components: Benchmarks, Runtime / State Backends > Environment: arch: ppc64le > os: rhel7.6, ubuntu 18.04 > jdk: 8, 11 > mvn: 3.3.9, 3.6.2 > Reporter: Siddhesh Ghadi > Priority: Major > Attachments: surefire-report.txt > > > RocksDBWriteBatchPerformanceTest.benchMark fails due to TestTimedOut, however > when test-timeout is increased from 2s to 5s in > org/apache/flink/contrib/streaming/state/benchmark/RocksDBWriteBatchPerformanceTest.java:75, > it passes. Is this acceptable solution? > Note: Tests are ran inside a container. -- This message was sent by Atlassian Jira (v8.3.4#803005)