• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • DSO:L1
  • cdennis
  • Reporter: cdennis
  • November 13, 2009
  • 0
  • Watchers: 1
  • March 23, 2011
  • November 16, 2009

Description

As the cluster info API currently relies entirely on the server for its data, races between committing transactions and object locality queries can lead to confusing results. This was seen in the ClusterMetaDataActiveActiveTest where the server was reporting that objects created in transactions that are yet to be committed are reported as not being local on the originating client.

This can be solved by merging the locality information reported by the client into the server results to ensure that new objects are reported correctly.

Comments

Chris Dennis 2009-11-16

Fixed in trunk and merged to 3.1 branch