Code Hygiene:
In the file ThriftBlurControllerServer.java:98, getNodeName() superclass method is explicitly called by using ThriftBlurShardServer.getNodeName() which is wrong. It works right now because this call eventually resolves to the superclass ThriftSever.java getNodeName() method.
Code Hygiene:
In the file ThriftBlurControllerServer.java:98, getNodeName() superclass method is explicitly called by using ThriftBlurShardServer.getNodeName() which is wrong. It works right now because this call eventually resolves to the superclass ThriftSever.java getNodeName() method.