As far as I can see, the problem is "non-properly-synchronized" HashMap in ReflectiveRelMetadataProvider.
The fix would probably be to using ConcurrentHashMap there, however it is better to doublecheck if there are more high-level data races there. Vladimir
