[JBoss JIRA] (ISPN-12011) Investigate CompactionFilter for purging expired entries in RocksDB
by Dan Berindei (Jira)
Dan Berindei created ISPN-12011:
-----------------------------------
Summary: Investigate CompactionFilter for purging expired entries in RocksDB
Key: ISPN-12011
URL: https://issues.redhat.com/browse/ISPN-12011
Project: Infinispan
Issue Type: Sub-task
Components: Loaders and Stores
Reporter: Dan Berindei
Fix For: 12.0.0.Final
RocksDB allows the application to process/delete entries during compaction, and we could use this {{}}[CompactionFilter|https://github.com/facebook/rocksdb/blob/maste... callback to implement the purging of expired entries.
It's not straightforward, through: {{CompactionFilter}} must be implemented in a native (C++) library. {{rocksdb-jni}} allows using a native implementation from Java, but it does not allow defining it in Java (like it does for comparators).
Potential solutions:
# Write a native library implementing {{CompactionFilter}} for our current storage format
# Change the value format to match the Cassandra storage format and use the predefined {{CassandraCompactionFilter}}
# Revive the now-removed [LuaCompactionFilter|https://github.com/facebook/rocksdb/wiki/Lua-Compacti...] and write our filter implementation in Lua
# Contribute an adapter for Java CompactionFilter implementations to the RocksDB project, inspired by the existing AbstractComparator
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months
[JBoss JIRA] (ISPN-12009) Upgrade Hibernate to latest micro
by Pedro Ruivo (Jira)
Pedro Ruivo created ISPN-12009:
----------------------------------
Summary: Upgrade Hibernate to latest micro
Key: ISPN-12009
URL: https://issues.redhat.com/browse/ISPN-12009
Project: Infinispan
Issue Type: Component Upgrade
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Fix For: 11.0.1.Final
Upgrade Hibernate to the following versions:
* 5.1.17.Final
* 5.3.17.Final
Also, overwrite the following transitive dependencies version:
* Apache Avro to 1.9.1
* Dom4j to 2.1.3
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months