[
https://issues.apache.org/jira/browse/GEODE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008812#comment-16008812
]
ASF subversion and git services commented on GEODE-1130:
--------------------------------------------------------
Commit 5b122c795ef9156ab4b003e5a04c348baf9ffcf6 in geode's branch
refs/heads/feature/GEODE-2632-15 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)