prabhatbhattarai / project-voldemort

Automatically exported from code.google.com/p/project-voldemort
Apache License 2.0
0 stars 0 forks source link

AdminServlet problem #381

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

In the attached screenshot you can see the look of the AdminServlet right now 
(/admin), in Voldemort 0.90.1

As you can see there seems to be 3 problems:
- Mina Port: is empty. In fact, what's the "Mina Port"?
- Available: $node.status.isAvailable() is not resolved
- Last Check: $node.status.msSinceLastCheck is not resolved

I checked the code and the Node.java class doesn't have any 'status' structure, 
the closed I found was the AbstractFailureDetecter.getNodeStatus() method.

I'll be happy to fix it, but I would need to guidance with the code since I 
don't see how to retrieve these values. Also, has this ever worked? I tested 
with Voldemort 0.80 and was already broken

Thanks,

Original issue reported on code.google.com by ctasada on 22 Feb 2012 at 5:31

Attachments: