You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Xiaogang Shi (JIRA)" <ji...@apache.org> on 2017/02/21 10:10:56 UTC

[jira] [Created] (FLINK-5865) Throw original exception in RocksDB states

Xiaogang Shi created FLINK-5865:
-----------------------------------

             Summary: Throw original exception in RocksDB states
                 Key: FLINK-5865
                 URL: https://issues.apache.org/jira/browse/FLINK-5865
             Project: Flink
          Issue Type: Improvement
          Components: State Backends, Checkpointing
    Affects Versions: 1.3.0
            Reporter: Xiaogang Shi
            Assignee: Xiaogang Shi


Now all exception thrown in RocksDB states are converted to {{RuntimeException}}. It's unnecessary and will print useless stacks in the log.

I think it's better to throw the original exception, without any wrapping.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)