[JBoss JIRA] (ISPN-3912) Wrong description for jboss-infinispan-core_5_2.xsd expiration element
by Wolf-Dieter Fink (JIRA)
Wolf-Dieter Fink created ISPN-3912:
--------------------------------------
Summary: Wrong description for jboss-infinispan-core_5_2.xsd expiration element
Key: ISPN-3912
URL: https://issues.jboss.org/browse/ISPN-3912
Project: Infinispan
Issue Type: Bug
Components: Documentation
Reporter: Wolf-Dieter Fink
Assignee: Mircea Markus
Priority: Minor
The XSD contains a confusing description for expiration/interval.
wakeUpInterval sould be interval!
<xs:complexType name="expiration">
....
<xs:attribute name="interval" type="xs:long" default="5000">
<xs:annotation>
<xs:documentation>Interval (in milliseconds) between subsequent runs to purge expired entries from memory and any cache stores. If you wish to disable the periodic eviction process altogether, set wakeupInterval to -1.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (ISPN-3690) Lower allocation cost of instances of org.infinispan.commands.read.GetKeyValueCommand
by Sanne Grinovero (JIRA)
[ https://issues.jboss.org/browse/ISPN-3690?page=com.atlassian.jira.plugin.... ]
Sanne Grinovero commented on ISPN-3690:
---------------------------------------
Also it might be worth to be split in different implementations for some of its options.
> Lower allocation cost of instances of org.infinispan.commands.read.GetKeyValueCommand
> -------------------------------------------------------------------------------------
>
> Key: ISPN-3690
> URL: https://issues.jboss.org/browse/ISPN-3690
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Sanne Grinovero
> Assignee: Mircea Markus
>
> Classes of type {code}org.infinispan.commands.read.GetKeyValueCommand{code} have an high cost in terms of memory allocation.
> Would be great if we could reduce the runtime cost: in an app server test of just 25 minutes - which is stressing way more systems than just Infinispan - just the occasional get operations 43GB of memory accumulated over time.
> This is a high cost on the TLABs, skewing various other values, among others making the default GC options unsuitable.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months