You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
John Blum opened DATACASS-273 and commented
Both the
CassandraTemplate
andCqlTemplate
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 maintainabilityAffects: 1.4.1 (Hopper SR1)
The text was updated successfully, but these errors were encountered: