Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: Batch of prepared statements exceeding threshold #33

Closed
jahangirmohammed opened this issue Dec 2, 2014 · 4 comments
Closed

Comments

@jahangirmohammed
Copy link

Hello Martin,

I see these warnings in cassandra logs when trying this out-
Batch of prepared statements for [akka.messages] is of size 5331, exceeding specified threshold of 5120 by 211.

This looks more of a concern from cassandra side than this plugin itself. But, wanted to check anyway.

Thanks in advance.

@matlockx
Copy link
Collaborator

matlockx commented Dec 3, 2014

it's related to cassandra. the payload of your message is 211 bytes bigger than the specified threshold in cassandra. From my perspective it's only a warning. If you get real bigger values you might need to change commitlog_segment_size_in_mb in cassandra.yml

@matlockx
Copy link
Collaborator

matlockx commented Dec 4, 2014

@jahangirmohammed does that answer your question so that this issues can be closed?

@jahangirmohammed
Copy link
Author

Thanks..That helps..I will try out the above suggestion.

rafalsiwiec pushed a commit to rafalsiwiec/akka-persistence-cassandra that referenced this issue Mar 23, 2016
@liuhouting
Copy link

thanks..good job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants