303304305306307308309310311
try { return task.get(); } catch (final Throwable t) { log.error("��ȡtopic=" + topic + "��Ӧ��storeʧ��", t); throw new GetRecoverStorageErrorException("��ȡtopic=" + topic + "��Ӧ��storeʧ��", t); } }
336337338339340341342343344
try { return task.get(); } catch (final Throwable t) { log.error("��ȡname=" + name + "��Ӧ��storeʧ��", t); throw new GetRecoverStorageErrorException("��ȡtopic=" + name + "��Ӧ��storeʧ��", t); } }