mirror of
https://github.com/valitydev/newway.git
synced 2024-11-06 01:15:20 +00:00
Add exception handling in DominantPoller (#75)
This commit is contained in:
parent
84c2f510fd
commit
4ab1b40bcf
@ -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