You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Barry Oglesby (JIRA)" <ji...@apache.org> on 2016/03/24 20:33:25 UTC

[jira] [Assigned] (GEODE-1130) Session state modules DeltaEvent logs extraneous 'attribute is already a byte[]' message

     [ https://issues.apache.org/jira/browse/GEODE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Barry Oglesby reassigned GEODE-1130:
------------------------------------

    Assignee: Barry Oglesby

> 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}
> I can safely be removed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)