[JBoss JIRA] (ISPN-8358) Reduce default concurrency-level for WeakCounter
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-8358?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-8358:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.2.0.Alpha1
Resolution: Done
> Reduce default concurrency-level for WeakCounter
> ------------------------------------------------
>
> Key: ISPN-8358
> URL: https://issues.jboss.org/browse/ISPN-8358
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Fix For: 9.2.0.Alpha1
>
>
> The current default value (64) may be to high for small cluster. Reduce it to 16. The concurrency-level is directly related to the number of keys created for a single weak counter.
> Reduce the test suite concurrency-level as well (4 should be enough for the tests)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ISPN-8359) Add default methods for various Serializable methods on Streams
by William Burns (JIRA)
William Burns created ISPN-8359:
-----------------------------------
Summary: Add default methods for various Serializable methods on Streams
Key: ISPN-8359
URL: https://issues.jboss.org/browse/ISPN-8359
Project: Infinispan
Issue Type: Task
Reporter: William Burns
Assignee: William Burns
Java 8 added default methods. At the time I didn't think to add them when I introduced Serializable variants for various methods. But as the hierarchy becomes larger, this produces a lot of code bloat. Thus we should remove all of the impl methods and replace them all with default variant on the interface.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months