Closed bschwanitz closed 8 years ago
According to https://datastax.github.io/java-driver/2.1.7/features/object_mapper/using/, MappingManager is thread safe. So, instantiating a single MappingManager and using it in all threads has eliminated this issue.
Using cassandra-driver-mapping version 2.1.9, I'm seeing lots of "Re-preparing already prepared query..." warnings when using Mapper.save(), .get(), and .delete(). Any suggestions for preventing these?