You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "Barry Oglesby (JIRA)" <ji...@apache.org> on 2017/05/11 23:02:04 UTC

[jira] [Resolved] (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 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)