[jboss-jira] [JBoss JIRA] (WFLY-7078) Further optimize size of fine session attribute names cache entry

Paul Ferraro (JIRA) issues at jboss.org
Thu Sep 8 16:02:00 EDT 2016


     [ https://issues.jboss.org/browse/WFLY-7078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Ferraro updated WFLY-7078:
-------------------------------
    Description: 
1. Marshalling of AtomicInteger writes an unnecessary class descriptor, as no externalizer exists
2. Attribute IDs current require 4 bytes, but can be written using IndexExternalizer.VARIABLE

  was:
1. Marshalling of AtomicInteger writes an unnecessary class descriptor
2. Attribute IDs current require 4 bytes, but can be written using IndexExternalizer.VARIABLE



> Further optimize size of fine session attribute names cache entry
> -----------------------------------------------------------------
>
>                 Key: WFLY-7078
>                 URL: https://issues.jboss.org/browse/WFLY-7078
>             Project: WildFly
>          Issue Type: Enhancement
>          Components: Clustering
>    Affects Versions: 10.1.0.Final
>            Reporter: Paul Ferraro
>            Assignee: Paul Ferraro
>             Fix For: 11.0.0.Alpha1
>
>
> 1. Marshalling of AtomicInteger writes an unnecessary class descriptor, as no externalizer exists
> 2. Attribute IDs current require 4 bytes, but can be written using IndexExternalizer.VARIABLE



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list