mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-28 20:47:49 +01:00
don't resend invalidation on outdated updates
This commit is contained in:
@@ -160,7 +160,6 @@ public class SyncHandler {
|
||||
handleOneUpdate(UUID.fromString(request.getSelfUuid()), u);
|
||||
} catch (OutdatedUpdateException ignored) {
|
||||
Log.info("Outdated update of " + u.getName() + " from " + request.getSelfUuid());
|
||||
invalidationQueueService.pushInvalidationToOne(UUID.fromString(request.getSelfUuid()), u.getName(), true); // True?
|
||||
} catch (Exception ex) {
|
||||
Log.info("Error when handling update from " + request.getSelfUuid() + " of " + u.getName(), ex);
|
||||
builder.addErrors(IndexUpdateError.newBuilder().setObjectName(u.getName()).setError(ex + Arrays.toString(ex.getStackTrace())).build());
|
||||
|
||||
Reference in New Issue
Block a user