[ https://issues.apache.org/jira/browse/GEODE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Barry Oglesby resolved GEODE-1130. ---------------------------------- Resolution: Fixed > Session state modules DeltaEvent logs extraneous 'attribute is already a > byte[]' message > ---------------------------------------------------------------------------------------- > > Key: GEODE-1130 > URL: https://issues.apache.org/jira/browse/GEODE-1130 > Project: Geode > Issue Type: Bug > Components: http session > Reporter: Barry Oglesby > Assignee: Barry Oglesby > > The following message is logged by {{DeltaEvent.blobifyValue}}: > {noformat} > [warning 2016/03/22 15:00:06.867 GMT+09:00 <XXX[1234][20]> tid=0x60] Session > attribute is already a byte[] - problems may occur transmitting this delta. > {noformat} > Here: > {noformat}if (value instanceof byte[]) { > LOG.warn("Session attribute is already a byte[] - problems may " > + "occur transmitting this delta."); > } > {noformat} > It can safely be removed. -- This message was sent by Atlassian JIRA (v6.3.15#6346)