续期的无限套娃
scheduleExpirationRenewal 最终会调用 renewExpiration:
private void renewExpiration() {// 这里的 1/3 是硬编码的规则// 默认 lockWatchdogTimeout 是 30000ms// 所以每 10000ms 执行一次Timeout task commandExecutor.getConnectionManager().newTimeout(ne…
2026/6/30 22:00:56