tsr 0.10.2 release notes
Welcome to tsr 0.10.2!
tsr 0.10.2 includes one bug fix to administrative commands:
tsuru-admin commands
container-move,containers-moveandcontainers- rebalancecaused tsuru server to freeze. This issue was caused by a global mutex for all connections being permanently locked. This fix eliminates the global mutex and instead creates an independent lock per request. A performance improvement in api calls is also expected with this fix.