Commit e42f7bf9 authored by NILANJAN DAW's avatar NILANJAN DAW

minor bug fix

parent 2011b7f2
......@@ -62,7 +62,7 @@ public class MetadataServer {
public boolean startFollowerServices() {
// In case of followers NetworkHandler will only serve read requests for private metadata
// Other network handler services will fail
this.server = ServerBuilder.forPort(ConfigConstants.PORT)
this.server = ServerBuilder.forPort(port)
.addService(new NetworkHandler(this.ioHandler))
.addService(new ReplicateHandler(this.ioHandler))
.build();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment