HDFS-13195. DataNode conf page cannot display the current value after reconfig. Contributed by maobaolong.
(cherry picked from commit 66461ed98b
)
This commit is contained in:
parent
485348a337
commit
c245ecedda
|
@ -120,6 +120,7 @@ public class DatanodeHttpServer implements Closeable {
|
|||
|
||||
this.infoServer = builder.build();
|
||||
|
||||
this.infoServer.setAttribute(HttpServer2.CONF_CONTEXT_ATTRIBUTE, conf);
|
||||
this.infoServer.setAttribute("datanode", datanode);
|
||||
this.infoServer.setAttribute(JspHelper.CURRENT_CONF, conf);
|
||||
this.infoServer.addServlet(null, "/blockScannerReport",
|
||||
|
|
Loading…
Reference in New Issue