xuelongjiang

Results 1 issues of xuelongjiang

调用这个方法 storageClient.upload_file(groupName, fileSize, uploadStream, extraName, nvp); 并发执行 50M * 20 ,30M * 25 返回结果为Null, 每一次请求都创建了一个新的客户端。 获取客户端: public StorageClient getStorageClient() { StorageClient storageClient = null; try { ClientGlobal.initByTrackers(trackerServices); TrackerClient trackerClient =...