dgraph-io / dgraph-io/dgraph4j
Implement Health API
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 170
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
The Health API offers insight into cluster operations and health. While performing massive ingest, if a predicate is moving between groups, it dramatically slows down ingest when writing the predicate that is being moved. We'd like to be able to proactively disable, slowdown, or otherwise take action with the continuous ingest stream when operations like this occur.
https://docs.dgraph.io/admin/admin-tasks/check-cluster-health
Thanks
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the cluster health documentation linked in the issue: https://docs.dgraph.io/admin/admin-tasks/check-cluster-health. Then inspect the repository's existing client entry points and tests to determine where a Health API belongs and what operations are exposed. Done means the required health operations are available through the Java client and covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100