1.if the timeout settings betwenn t1 and t2 are high (hours) and t1 does a full garbage connection ( using CMS ) , will the tsa (t2) halt all other t1s that are requesting items from the cache untill the garbage collection has occured.
2. if non-stop caches are used and t1 is doing a full GC which lasts in excess of 10seconds, does the t2 (tsa) disconnect from the offending t1 and serve cached data to all other t1s.
1. No if one cleint(t1) is long GC, there is no effect on other t1s. TSA keep working with other t1s.
2.TSA discoonect t1 as per GC tolrence time set in HA settings and keep serving other t1s.