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

Minimize or remove the use of unnecessary callbacks/temporary objects in CassandraTemplate and CqlTemplate [DATACASS-273] #446

Open
spring-projects-issues opened this issue Apr 13, 2016 · 0 comments
Assignees
Labels
in: core Issues in core support type: enhancement A general enhancement

Comments

@spring-projects-issues
Copy link

John Blum opened DATACASS-273 and commented

Both the CassandraTemplate and CqlTemplate make use of the Template design pattern with anonymous callbacks (temporary objects) that, when called under load, can reck havoc on the JVM garbage collection process, especially in an embedded context. Review the use of callbacks and minimize where possible without sacrificing maintainability


Affects: 1.4.1 (Hopper SR1)

@spring-projects-issues spring-projects-issues added type: enhancement A general enhancement in: core Issues in core support labels Dec 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core support type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants