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

Bruce Schuchardt resolved GEODE-3408.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.0

> Flood of EOF warnings
> ---------------------
>
>                 Key: GEODE-3408
>                 URL: https://issues.apache.org/jira/browse/GEODE-3408
>             Project: Geode
>          Issue Type: Bug
>          Components: client/server
>            Reporter: Augustus Lidaka
>             Fix For: 1.3.0
>
>
> Experimenting with the protobuf changes in the {{develop}} branch around 
> commit {{cea8312}}, after running a client scenario for a while I'm seeing a 
> flood of messages like the following. There appears to be one for each new 
> message sent from the client.
> {code}
> [warning 2017/08/07 11:15:16.628 PDT gbp-server <ServerConnection on port 
> 40404 Thread 9> tid=0x61] java.io.EOFException: Tried to deserialize protobuf 
> message at EOF
> {code}
> The log spam doesn't happen on initial connection and interaction, but for 
> example a loop like the following begins triggering it within 100 iterations 
> (possibly less):
> {code}
> for (var i = 0;; i++)
> {
>     var region = ...; // connect to localhost, single-node server, get region
>     region.Put(i, i);
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to