You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2017/12/07 21:57:00 UTC

[jira] [Commented] (KAFKA-6327) IllegalArgumentException in RocksDB when RocksDBException being generated

    [ https://issues.apache.org/jira/browse/KAFKA-6327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16282593#comment-16282593 ] 

Matthias J. Sax commented on KAFKA-6327:
----------------------------------------

Thanks for the heads up [~nyokodo]!

> IllegalArgumentException in RocksDB when RocksDBException being generated
> -------------------------------------------------------------------------
>
>                 Key: KAFKA-6327
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6327
>             Project: Kafka
>          Issue Type: Bug
>          Components: streams
>    Affects Versions: 1.0.0
>            Reporter: Anthony May
>            Priority: Minor
>
> RocksDB had a bug where RocksDBException subCodes related to disk usage were not present and when a RocksDBException is generated for those it throws an IllegalArgumentException instead obscuring the error. This is [fixed|https://github.com/facebook/rocksdb/pull/3050] in RocksDB master but doesn't appear to have been released yet. Adding this issue so that it can be tracked for a future release.
> Exception:
> {noformat}
> java.lang.IllegalArgumentException: Illegal value provided for SubCode.
> 	at org.rocksdb.Status$SubCode.getSubCode(Status.java:109)
> 	at org.rocksdb.Status.<init>(Status.java:30)
> 	at org.rocksdb.RocksDB.write0(Native Method)
> 	at org.rocksdb.RocksDB.write(RocksDB.java:602)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)