EdColeman opened a new issue, #4602:
URL: https://github.com/apache/accumulo/issues/4602
The service lock data for the monitor should include the port in the field
returned by getAddress.
Currently in ZooKeeper:
```
> get /accumulo/[IID]/monitor/lock/zlock#[UUID]#0000000001
{"descriptors":[{"uuid":"87465459-9c8f-4f95-b4c6-ef3029030d05","service":"NONE","address":"localhost","group":"default"}]}
```
It should look like (from a manager lock):
```
> get /accumulo/[IID]/managers/lock/zlock#[UUID]#0000000001
{"descriptors":[{"uuid":"f6e5ac4b-3d9a-4e90-be28-28a9fc1cc085","service":"MANAGER","address":"localhost:9999","group":"default"}]}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]