[
https://issues.apache.org/jira/browse/SAMZA-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tao Feng reassigned SAMZA-857:
------------------------------
Assignee: Tao Feng
> Missing break in RocksDbOptionsHelper#options()
> -----------------------------------------------
>
> Key: SAMZA-857
> URL: https://issues.apache.org/jira/browse/SAMZA-857
> Project: Samza
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Tao Feng
> Priority: Minor
>
> Here is related code:
> {code}
> case "none":
> compressionType = CompressionType.NO_COMPRESSION;
> default:
> log.warn("Unknown rocksdb.compression codec " + compressionInConfig +
> ", overwriting to Snappy");
> {code}
> Since CompressionType.NO_COMPRESSION is chosen for the "none" case, the call
> to log.warn() shouldn't be executed.
> A break was missing for the "none" case.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)