-
Bug
-
Resolution: Fixed
-
Major
-
None
if (!found || duration >= 10) { LOGGER.warning(String.format("AD chain lookup is taking too long (%dms). Falling back to recursive lookup", duration)); groupLookupStrategy = GroupLookupStrategy.RECURSIVE; continue; }
This logic smells wrong. we could have taken longer than 10s to get all the results - but that may not be due to a read timeout.
We could have found the responses - just taken more than 10 seconds.