You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/05/11 22:49:04 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16007328#comment-16007328 ] 

ASF subversion and git services commented on GEODE-1130:
--------------------------------------------------------

Commit 5b122c795ef9156ab4b003e5a04c348baf9ffcf6 in geode's branch refs/heads/develop from [~barry.oglesby]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=5b122c7 ]

GEODE-1130: Removed log message


> 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)