在`org.dromara.raincat.core.service.impl.TxManagerLocator`中存储server列表的部分使用的是`AtomicReference`。这里的修改部分又加了锁,如果不用原子类,直接用`volatile`不可以吗。