• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • Communications Layer
  • ssubbiah
  • Reporter: amiller
  • November 13, 2008
  • 0
  • Watchers: 0
  • July 27, 2012
  • November 13, 2008

Description

FindBugs noticed that batchData field in this message is dehydrateValues and hydrateValue do not synchronize access to batchData while some of the other methods do. This may actually be ok in our usage patterns but someone should verify.

Comments

Saravanan Subbiah 2008-11-13

Removed unnecessary synchronization that tips off find bug. Since we move messages from one thread to another thru seda queue, that will give us the synchronization point.