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

test is debug enabled before LOG.debug(), so as for LOG.info()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.1.0
    • 0.1.0
    • None
    • None

    Description

      For example: src/main/java/org/apache/giraph/comm/BasicRPCCommunications.java
      in putMsgList(),
      LOG.debug("putMsgList: Adding msgList " + msgList +
      " on vertex " + vertex);

      should be:

      if (LOG.isDebugEnabled())

      { LOG.debug("putMsgList: Adding msgList " + msgList + " on vertex " + vertex); }

      Attachments

        1. GIRAPH-59.patch
          7 kB
          Zhiwei Gu

        Activity

          People

            guzhiwei Zhiwei Gu
            guzhiwei Zhiwei Gu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: