Uploaded image for project: 'openflowjava'
  1. openflowjava
  2. OPNFLWJAVA-27

Performance problem - data buffer logging in data path

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Done
    • unspecified
    • None
    • General
    • None
    • Operating System: Mac OS
      Platform: Macintosh

    • 1323

    Description

      The method OFDecoder.decode() logs every packet. The packet is translated into string, which kills performance. Log probably log levels and messages are only logged at appropriate levels (which are set to ERROR in performance testing), but the translation of the buffer to string happens before the logger function is entered.

      Rather than log, we need a stat, or make sure that the translation only happens when log level is set to debug.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            jmedved@cisco.com Jan Medved
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: