dgraph-io / dgraph-io/dgraph4j

Implement Health API

Open
#286 4 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.