[ 
https://issues.apache.org/jira/browse/GEODE-3408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16118827#comment-16118827
 ] 

Michael Martell commented on GEODE-3408:
----------------------------------------

This may be related to the hitting the connection limit. See GEODE-3409.

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