caglareker opened a new pull request, #3003: URL: https://github.com/apache/hugegraph/pull/3003
## Purpose of the PR - fix #3002 ## Main Changes The `memberSize` field in `BriefStatistics` was never being set, so GET / always returned 0. Added the missing assignment from `RaftEngine.getInstance().getMembers().size()`, same pattern as the other fields right next to it. ## Verifying these changes - [x] trivial change - [ ] already covered by existing tests - [ ] needs new tests -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
