[JBoss JIRA] (ISPN-10408) Operator Docs: Version Compatibility
by Donald Naro (Jira)
[ https://issues.jboss.org/browse/ISPN-10408?page=com.atlassian.jira.plugin... ]
Donald Naro updated ISPN-10408:
-------------------------------
Description:
Break in Operator compatibility to support ServerNG
0.x Operator remain server 9.x compatible.
1.x Operators for ServerNG (Infinispan server 10.x)
Should do this when 1.x branches from master.
was:
Break in Operator compatibility to support ServerNG
0.x Operator remain server 9.x compatible.
1.x Operators for ServerNG (Infinispan server 10.x)
> Operator Docs: Version Compatibility
> ------------------------------------
>
> Key: ISPN-10408
> URL: https://issues.jboss.org/browse/ISPN-10408
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation-Core
> Reporter: Donald Naro
> Assignee: Donald Naro
> Priority: Major
>
> Break in Operator compatibility to support ServerNG
> 0.x Operator remain server 9.x compatible.
> 1.x Operators for ServerNG (Infinispan server 10.x)
> Should do this when 1.x branches from master.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 6 months
[JBoss JIRA] (ISPN-10574) Off Heap iteration performance improvements
by Will Burns (Jira)
[ https://issues.jboss.org/browse/ISPN-10574?page=com.atlassian.jira.plugin... ]
Will Burns reassigned ISPN-10574:
---------------------------------
Assignee: Will Burns
> Off Heap iteration performance improvements
> -------------------------------------------
>
> Key: ISPN-10574
> URL: https://issues.jboss.org/browse/ISPN-10574
> Project: Infinispan
> Issue Type: Enhancement
> Components: Off Heap
> Affects Versions: 10.0.0.CR1
> Reporter: Will Burns
> Assignee: Will Burns
> Priority: Major
> Fix For: 10.0.0.Final
>
>
> When testing out some things it was found that an off heap cache with a single entry compared to an object one takes significantly longer for state transfer. Off Heap can be improved to make iteration faster and thus improve things like state transfer.
> # Off Heap entries are stored using modulus for locks. This causes iteration to not access entries sequentially as well as having to acquire the same lock many times over.
> # Off Heap should optimize code paths that can be short circuited (ie. don't create stream if size is 0)
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 6 months