Results 17 comments of Y

fixed by https://github.com/theplant/cldr/commit/9f76f7ce4ee8058b01f92739cf0d0cceaeda3cb2 @philiplb @abaaij thank you

while the count of the active user is going up, more limitations need to be implemented. clean up old torrents: ```sql DELETE FROM user_torrents WHERE torrent__downloaded_at < '2019-12-28'::date; ``` limit...

Apologies for the delayed reply. Thank you for the suggestion, and it would be great to have something like this if it's done right. Currently, the UX for this bot...

I've verified that this does not work even though all the tests are passing. I need more time to determine which dependency bump is causing the problem.

@robusto Hi, thanks for your explain. We use Cassandra in K8s Stateful Sets (follow the [official example](https://kubernetes.io/docs/tutorials/stateful-application/cassandra/)), then the client can use a pod DNS name to connect to servers....

@Zariel Thank you. Output from `nodetool status`, which is latest and correct: ``` Datacenter: dev =============== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns (effective) Host ID Rack DN 10.244.3.66...

@thrawn01 Thank you. I'm convinced that a pod's IP should not change when it crashes and restarts, but it will change when it has been deleted and another pod comes...

I deleted all pods (without deleting data on most node) again, and found out the first pod has those old IPs (I guess it reads from previous disk data). And...