[JBoss JIRA] (ISPN-12019) Always attempt to initialize openssl
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-12019:
--------------------------------------
Summary: Always attempt to initialize openssl
Key: ISPN-12019
URL: https://issues.redhat.com/browse/ISPN-12019
Project: Infinispan
Issue Type: Bug
Components: Security
Affects Versions: 11.0.0.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 11.0.1.Final
Registering the WildFly OpenSSL provider is not enough. We need to verify that it works by triggering the loading of the native library.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months
[JBoss JIRA] (ISPN-12011) Investigate CompactionFilter for purging expired entries in RocksDB
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-12011?page=com.atlassian.jira.plugi... ]
Dan Berindei updated ISPN-12011:
--------------------------------
Description:
RocksDB allows the application to process/delete entries during compaction, and we could use this [CompactionFilter|https://github.com/facebook/rocksdb/blob/master/include/...] 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
was:
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
> 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
> Priority: Major
> 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/master/include/...] 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-12018) Fix JpaStoreCompatibilityTest failure
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-12018?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-12018:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Fix JpaStoreCompatibilityTest failure
> -------------------------------------
>
> Key: ISPN-12018
> URL: https://issues.redhat.com/browse/ISPN-12018
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Priority: Major
> Fix For: 11.0.1.Final
>
>
> jboss-parent uses a different {{java.io.tmpdir}} to run the tests. When the JPA test suite is built, the {{persistence.xml}} file is configured with {{java.io.tmpdir=/tmp}} but when it runs, {{java.io.tmpdir=.../target/}} folder.
> The test is unable to find the 10.1x data and it fails.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months
[JBoss JIRA] (ISPN-12018) Fix JpaStoreCompatibilityTest failure
by Pedro Ruivo (Jira)
[ https://issues.redhat.com/browse/ISPN-12018?page=com.atlassian.jira.plugi... ]
Pedro Ruivo updated ISPN-12018:
-------------------------------
Status: Open (was: New)
> Fix JpaStoreCompatibilityTest failure
> -------------------------------------
>
> Key: ISPN-12018
> URL: https://issues.redhat.com/browse/ISPN-12018
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Priority: Major
> Fix For: 11.0.1.Final
>
>
> jboss-parent uses a different {{java.io.tmpdir}} to run the tests. When the JPA test suite is built, the {{persistence.xml}} file is configured with {{java.io.tmpdir=/tmp}} but when it runs, {{java.io.tmpdir=.../target/}} folder.
> The test is unable to find the 10.1x data and it fails.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months