You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Augustus Lidaka (JIRA)" <ji...@apache.org> on 2017/08/08 17:19:00 UTC

[jira] [Created] (GEODE-3408) Flood of EOF warnings

Augustus Lidaka created GEODE-3408:
--------------------------------------

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