Uploaded image for project: 'Giraph (Retired)'
  1. Giraph (Retired)
  2. GIRAPH-145

Change partition request log level to debug rather than info

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0.0
    • 1.0.0
    • bsp
    • None

    Description

      BasicRPCCommunications.java
      if (LOG.isInfoEnabled()) {
          LOG.info("sendPartitionReq: Sending to " + rpcProxy.getName() +
                   " " + addr + " from " + workerInfo +
                   ", with partition " + partition);
      }

      is too chatty. We're seeing thousands and sounds of these lines for larger graphs. This should be at debug level...

      Attachments

        1. GIRAPH-145.patch
          0.8 kB
          Jakob Homan

        Activity

          People

            jghoman Jakob Homan
            jghoman Jakob Homan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: