[
https://issues.apache.org/jira/browse/FLINK-8922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16401522#comment-16401522
]
Sihua Zhou commented on FLINK-8922:
-----------------------------------
[~StephanEwen] I tried out your suggestion, still segfaulted, and more over in
that way even I didn't disable the WAL on restore it still segfaulted. But a
thing that I found when I looked at an order version code (flink 1.3.2) is
there is an annotation left for every {{RocksDB}} base state by [~aljoscha]
{code}
/**
* We disable writes to the write-ahead-log here. We can't have these
in the base class
* because JNI segfaults for some reason if they are.
*/
private final WriteOptions writeOptions;
{code}
So, it means that we met the segfaults with {{WriteOptions}} before, do you
have any advice about this [~aljoscha]] ?
> Revert FLINK-8859 because it causes segfaults in testing
> --------------------------------------------------------
>
> Key: FLINK-8922
> URL: https://issues.apache.org/jira/browse/FLINK-8922
> Project: Flink
> Issue Type: Bug
> Components: State Backends, Checkpointing
> Affects Versions: 1.5.0
> Reporter: Stefan Richter
> Assignee: Stefan Richter
> Priority: Major
> Fix For: 1.5.0
>
>
> We need to revertĀ FLINK-8859 because it causes problems with RocksDB that
> make our automated tests fail on Travis. The change looks actually good and
> it is currently unclear why this can introduce such a problem. This might
> also be a Rocks in RocksDB. Nevertheless, for the sake of a proper release
> testing, we should revert the change for now.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)