mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
don't forget the exception there
This commit is contained in:
@@ -69,6 +69,7 @@ public class RemoteObjectServiceClient {
|
||||
} catch (SyncHandler.OutdatedUpdateException ignored) {
|
||||
Log.info("Outdated update of " + md.getName() + " from " + reply.getSelfUuid());
|
||||
invalidationQueueService.pushInvalidationToOne(UUID.fromString(reply.getSelfUuid()), md.getName(), true); // True?
|
||||
throw new StatusRuntimeException(Status.ABORTED.withDescription("Received outdated object version"));
|
||||
} catch (Exception e) {
|
||||
Log.error("Received unexpected object version from " + reply.getSelfUuid()
|
||||
+ " for " + reply.getObject().getHeader().getName() + " and conflict resolution failed", e);
|
||||
|
||||
Reference in New Issue
Block a user