Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-3408

Flood of EOF warnings

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.3.0
    • client/server
    • None

    Description

      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.

      [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
      

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

      for (var i = 0;; i++)
      {
          var region = ...; // connect to localhost, single-node server, get region
          region.Put(i, i);
      }
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              alidaka Augustus Lidaka
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: