• Bug
  • Status: Closed
  • 0 Showstopper
  • Resolution: Fixed
  • teck
  • Reporter: teck
  • February 13, 2008
  • 0
  • Watchers: 0
  • February 20, 2008
  • February 15, 2008

Description

The state object for ConcurrentHashMap does not know how to write differential updates to the disk store. This means that the entire state of the map is written to disk when changes are applied to it.

This is especially problematic when the map is very large and/or contains large literal (ie. String) keys/values.

Comments

Steve Harris 2008-02-13

This is a pretty scary bug. We pitch ConcurrentHashMap all over the place. If the fix isn’t too hard we need to do it in the 2.5 line.