mirror of
https://github.com/valitydev/daway.git
synced 2024-11-06 00:25:19 +00:00
Add exception handling in DominantPoller
This commit is contained in:
parent
f02e8271f2
commit
72f4c1764b
@ -35,7 +35,7 @@ public class DominantPoller {
|
||||
pullRange.entrySet().stream()
|
||||
.sorted(Map.Entry.comparingByKey())
|
||||
.forEach(e -> handleDominantData(after, versionId, e));
|
||||
} catch (TException e) {
|
||||
} catch (Exception e) {
|
||||
log.warn("Error to polling dominant, after={}", after, e);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user