[JBoss JIRA] (ISPN-9371) Allow passing properties to RocksDB
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-9371:
-------------------------------------
Summary: Allow passing properties to RocksDB
Key: ISPN-9371
URL: https://issues.jboss.org/browse/ISPN-9371
Project: Infinispan
Issue Type: Enhancement
Components: Loaders and Stores
Affects Versions: 9.3.0.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 9.4.0.Beta1
The org.rocksdb.DBOptions#getDBOptionsFromProps(java.util.Properties) method allows passing string-based properties for tuning RocksDB. We should pass through any such custom properties.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (ISPN-9350) Un-hardcode parser schema from tests
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-9350?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-9350:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Un-hardcode parser schema from tests
> ------------------------------------
>
> Key: ISPN-9350
> URL: https://issues.jboss.org/browse/ISPN-9350
> Project: Infinispan
> Issue Type: Enhancement
> Components: Configuration, Test Suite - Core, Test Suite - Server
> Affects Versions: 9.3.0.Final
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Fix For: 9.4.0.Alpha1
>
>
> Many parser tests hardcode the schemas. This makes upgrading the schema versions cumbersome as it needs code changes.
> Additionally, the server extensions also hardcode the versions. We should introduce something similar to ISPN-8952 to make the parsers dynamic
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (ISPN-9362) Break cycles in exception stack traces
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-9362?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-9362:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.3.1.Final
Resolution: Done
> Break cycles in exception stack traces
> --------------------------------------
>
> Key: ISPN-9362
> URL: https://issues.jboss.org/browse/ISPN-9362
> Project: Infinispan
> Issue Type: Task
> Affects Versions: 9.3.0.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Fix For: 9.4.0.Final, 9.3.1.Final
>
>
> As most of the core became non-blocking, the exception stack traces became less relevant, because as the exception is re-thrown on multiple threads yet the stack trace only shows the initial thread.
> ISPN-8893 improved this in some methods that are still blocking by catching an {{ExecutionException}}, adding it to the suppressed list of the cause, and rethrowing the cause. However, cycles in the exception trace is not properly supported by all loggers, e.g. {{logback}} only has a fix in the not yet released version 1.3.0.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months