kick-cat

Results 2 issues of kick-cat

请问检查时间差的作用是什么 private void checkExecutor() throws Exception { // 启动时检查本机与注册中心的时间误差秒数是否在允许范围 String executorNode = SaturnExecutorsNode.EXECUTORS_ROOT + "/" + executorName; try { long timeDiff = Math.abs(System.currentTimeMillis() - coordinatorRegistryCenter .getRegistryCenterTime(executorNode + "/systemTime/current")); int maxTimeDiffSeconds...

SDK版本:2.6.0 `MilvusClientV2 sourceClient = new MilvusClientV2(ConnectConfig.builder() .uri("https://milvus.xiaoying.io") .token("xxxx") .dbName("xxx") .build());` 会报错[DEADLINE_EXCEEDED: deadline exceeded after 9.984330316s. Name resolution delay 0.013935956 seconds. [closed=[], open=[[wait_for_ready, buffered_nanos=9994177403, waiting_for_connection],原因是域名未做处理默认会加上19530端口 `public URLParser(String url) { try {...