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

Enable ConcurrentHashMap support in DataSerializer

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • wan

    Description

      DataSerializer contains support for ConcurrentHashMap which is currently disabled in writeObject but enabled in readObject. This means that if we enable the writeConcurrentHashMap, rolling upgrade will still behave correctly because readObject supports reading it in from either Java Serializable or Geode DataSerializer form. Enabling writeConcurrentHashMap improves the performance of Geode messages (such as ParallelQueueRemovalMessage) that have fields of type ConcurrentHashMap or any Collection type containing a ConcurrentHashMap.

      Attachments

        Activity

          People

            klund Kirk Lund
            klund Kirk Lund
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: