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
When migrating many databases (1 SQL db, 8 Cassandra keyspaces, 1 Elasticsearch cluster) with many migrations (about 30 migrations per db) I get a report of resource leaking:
Apr 06, 2016 9:49:52 AM io.netty.util.ResourceLeakDetector reportLeak
SEVERE: LEAK: You are creating too many HashedWheelTimer instances.
HashedWheelTimer is a shared resource that must be reused across the JVM,
so that only a few instances are created.
The text was updated successfully, but these errors were encountered:
When migrating many databases (1 SQL db, 8 Cassandra keyspaces, 1 Elasticsearch cluster) with many migrations (about 30 migrations per db) I get a report of resource leaking:
The text was updated successfully, but these errors were encountered: