Netflix / astyanax

Cassandra Java Client
Apache License 2.0
1.04k stars 355 forks source link

Fixing DefaultEntityManager put and remove method #540

Open manu1887 opened 9 years ago

manu1887 commented 9 years ago

Entities inserted or updated via the put(T entity) method don't get persisted through a commit after multiple operations if autocommit is set to false. Entities removed via the remove(T entity) method don't get deleted through a commit after multiple operations if autocommit is set to false.