[JBoss JIRA] (ISPN-9505) Off-heap data container puts all the entries in a single bucket
by Dan Berindei (JIRA)
Dan Berindei created ISPN-9505:
----------------------------------
Summary: Off-heap data container puts all the entries in a single bucket
Key: ISPN-9505
URL: https://issues.jboss.org/browse/ISPN-9505
Project: Infinispan
Issue Type: Bug
Components: Core
Reporter: Dan Berindei
Assignee: William Burns
Fix For: 9.4.0.Final
Having lots of elements in the same bucket slows things down quite a bit, especially with trace logging enabled: inserting the 1000th entry requires 13k log messages.
This means {{OffHeapSingleNodeTest.testLotsOfWrites}} takes > 300 seconds with trace logging enabled, and the long test watcher crashes the build.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (ISPN-9504) Transformable.transformer should use generics
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-9504?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-9504:
--------------------------------
Description: This is of type Class without using generics due to an unknown annotation processor bug that supposedly happened in 2011. This should actually be Class<? extends Transformer>.
> Transformable.transformer should use generics
> ---------------------------------------------
>
> Key: ISPN-9504
> URL: https://issues.jboss.org/browse/ISPN-9504
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 9.4.0.Final
>
>
> This is of type Class without using generics due to an unknown annotation processor bug that supposedly happened in 2011. This should actually be Class<? extends Transformer>.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (ISPN-9502) Cleanup clustered query package
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-9502?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-9502:
--------------------------------
Description:
This query package had it's API recently unified with query, but the internals were never touched for years and it could use a bit of cleanup.
Too many classes are externally accessible.
was:This query package had it's API recently unified with query, but the internals were never touched for years and it could use a bit of cleanup.
> Cleanup clustered query package
> -------------------------------
>
> Key: ISPN-9502
> URL: https://issues.jboss.org/browse/ISPN-9502
> Project: Infinispan
> Issue Type: Enhancement
> Components: Embedded Querying
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 9.4.0.Final
>
>
> This query package had it's API recently unified with query, but the internals were never touched for years and it could use a bit of cleanup.
> Too many classes are externally accessible.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months