Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
HDFS-12943
-
None
-
Reviewed
Description
zero45 finding from HDFS-14059
In ObserverReadProxyProvider there is a warn message:
LOG.warn("{} observers have failed for read request {}; also found " + "{} standby and {} active. Falling back to active.", failedObserverCount, standbyCount, activeCount, method.getName());
Seems the arguments are out of order, should probably be failedObserverCount, method.getName(), standbyCount, activeCoun`.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-14059 Test reads from standby on a secure cluster with Configured failover
- Resolved