[
https://issues.apache.org/jira/browse/FLINK-23789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yun Tang resolved FLINK-23789.
------------------------------
Resolution: Fixed
merged in master:
ee74231c385e2c2d6b11cc5d4e5f557f03d0a30f
> Remove unnecessary setTotalOrderForSeek for Rocks iterator
> ----------------------------------------------------------
>
> Key: FLINK-23789
> URL: https://issues.apache.org/jira/browse/FLINK-23789
> Project: Flink
> Issue Type: Bug
> Components: Runtime / State Backends
> Reporter: Yun Tang
> Assignee: Yun Tang
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.14.0
>
>
> From FLINK-17800, we have to explicitly add setTotalOrderForSeek to ensure
> data correctness if user choose to set OptimizeForPointLookup.
> However, this is unnecessary since we upgraded the RocksDB version (please
> refer to [rocksDB PR|https://github.com/facebook/rocksdb/pull/5165]) which
> removes the prefix extractor and hash-based indexing.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)