Skip to content

Conversation

@mp911de
Copy link
Member

@mp911de mp911de commented Jun 3, 2016

CachedPreparedStatementCreator is now thread-safe and synchronizes concurrent calls to statement preparation. The synchronization prevents multiple calls to Session.prepare(…) for the same session, CQL statement and keyspace.


Should be backported to 1.4.x and if possible to 1.3.x

Related ticket: DATACASS-253

mp911de added 2 commits June 3, 2016 10:21
CachedPreparedStatementCreator is now thread-safe and synchronizes concurrent calls to statement preparation. The synchronization prevents multiple calls to Session.prepare(…) for the same session, CQL statement and keyspace.
jxblum added a commit to jxblum/spring-data-cassandra that referenced this pull request Jun 3, 2016
@jxblum
Copy link
Contributor

jxblum commented Jun 3, 2016

@jxblum jxblum closed this Jun 3, 2016
mp911de added a commit that referenced this pull request Jun 6, 2016
CachedPreparedStatementCreator is now thread-safe and synchronizes concurrent calls to statement preparation. The synchronization prevents multiple calls to Session.prepare(…) for the same session, CQL statement and keyspace. Original pull request: #62.
mp911de pushed a commit that referenced this pull request Jun 6, 2016
Original pull request: #62.
mp911de added a commit that referenced this pull request Jun 6, 2016
CachedPreparedStatementCreator is now thread-safe and synchronizes concurrent calls to statement preparation. The synchronization prevents multiple calls to Session.prepare(…) for the same session, CQL statement and keyspace. Original pull request: #62.
mp911de pushed a commit that referenced this pull request Jun 6, 2016
Original pull request: #62.
jxblum added a commit to jxblum/spring-data-cassandra that referenced this pull request Jul 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants