Details
-
Bug
-
Status: Patch Available
-
Minor
-
Resolution: Unresolved
-
3.2.1
-
None
-
None
-
Patch
Description
there is a small spelling mistake in the method :
it makes readers confused .
/*
- Returns whether we should continue to look at all heart beating nodes even
- after the reservation limit was hit. The node heart beating in could
- satisfy the request thus could be a better pick then waiting for the
- reservation to be fullfilled. This config is refreshable.
*/
public boolean getReservationContinueLook() { return getBoolean(RESERVE_CONT_LOOK_ALL_NODES, DEFAULT_RESERVE_CONT_LOOK_ALL_NODES); }
then --> than