There is something fishy going on here. I removed t_replicate and the server has been running for six days without getting into trouble. However when I run kamcmd tm.stats there are 767 waiting transactions, not freed. It's a very basic configuration using the dialog module, the dialog event routes. A few calls, but not much over the weekend. I will try to debug a big harder and find out where these come from. T_replicate really forced the issue and the server bogged down quickly, but it seems like ordinary calls also get transactions that hang around. That's not good. ```
{ current: 780 waiting: 767 total: 792 total_local: 0 rpl_received: 1389 rpl_generated: 339 rpl_sent: 1514 6xx: 4 5xx: 285 4xx: 172 3xx: 0 2xx: 519 created: 792 freed: 11 delayed_free: 0 }
```