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

C++ native client performance bottleneck in access to serialization registry

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.14.0
    • native client
    • None

    Description

      It's been observed that when the number of threads used in a Geode client using PdxSerialization is greater than 8, there is an important drop in performance.

      Analysing the client process behavior with perf, it has been observed a very high CPU consumption by a spinlock (apache::geode::util::concurrent::spinlock_mutex::lock) used when accessing the serialization registry .

      Attachments

        Activity

          People

            alberto.gomez Alberto Gomez
            alberto.gomez Alberto Gomez
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: