[
https://issues.apache.org/jira/browse/FLINK-13598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16910150#comment-16910150
]
wangxiyuan commented on FLINK-13598:
------------------------------------
I hit a test error when try *make check_some*:
[https://logs.openlabtesting.org/logs/1/1/c12abfa2a2835a5e58516dd9c2b2251bab5afc66/check/frocksdb-build-and-test-arm64/3e27afb/job-output.txt.gz]
[ RUN ] FormatLatest/DBBloomFilterTestWithParam.BloomFilter/0
10000 present => 10070 reads
10000 missing => 182 reads
10000 present => 10070 reads
10000 missing => 184 reads
10000 present => 10070 reads
10000 missing => 182 reads
10000 present => 10070 reads
10000 missing => 182 reads
10000 present => 10070 reads
10000 missing => 182 reads
[ OK ] FormatLatest/DBBloomFilterTestWithParam.BloomFilter/0 (7528 ms)
[ RUN ] FormatLatest/DBBloomFilterTestWithParam.BloomFilter/1
10000 present => 39977 reads
10000 missing => 20193 reads
10000 present => 40076 reads
10000 missing => 20306 reads
db/db_bloom_filter_test.cc:458: Failure
Expected: (reads) <= (2 * N + 3 * N / 100), actual: 20306 vs 20300
terminate called after throwing an instance of
'testing::internal::GoogleTestFailureException'
what(): db/db_bloom_filter_test.cc:458: Failure
Expected: (reads) <= (2 * N + 3 * N / 100), actual: 20306 vs 20300
Received signal 6 (Aborted)
#0 /lib/aarch64-linux-gnu/libc.so.6(gsignal+0x38) [0xffffb9917528] ?? ??:0
can anybody give me any idea about this error?
Thanks
> frocksdb doesn't have arm release
> ----------------------------------
>
> Key: FLINK-13598
> URL: https://issues.apache.org/jira/browse/FLINK-13598
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / State Backends
> Affects Versions: 1.9.0, 2.0.0
> Reporter: wangxiyuan
> Priority: Major
>
> Flink now uses frocksdb which forks from rocksdb for module
> *flink-statebackend-rocksdb*. It doesn't contain arm release.
> Now rocksdb supports ARM from
> [v6.2.2|https://search.maven.org/artifact/org.rocksdb/rocksdbjni/6.2.2/jar]
> Can frocksdb release an ARM package as well?
> Or AFAK, Since there were some bugs for rocksdb in the past, so that Flink
> didn't use it directly. Have the bug been solved in rocksdb already? Can
> Flink re-use rocksdb again now?
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)