Ganeshwara Hananda

Results 34 issues of Ganeshwara Hananda

Implement user role management API supporting the following functionalities: 1. Role CRUD 2. Assigning a role to a user

type: feature
priority: high

Heartbeat pulse should be managed at the client-level rather than session-level.

type: refactor
priority: high

The pom.xml is incorrect in that it has two repositories: snapshot and release: https://github.com/graknlabs/client-java/blob/master/test/deployment/pom.xml ``` repo.grakn.ai.release repo.grakn.ai http://repo.grakn.ai/repository/maven/ repo.grakn.ai.snapshot repo.grakn.ai http://repo.grakn.ai/repository/maven-snapshot/ ``` This isn't good because it means we don't...

type: refactor
priority: low
domain: build

Currently, the client keeps track of various aspects of the replicas of a given database: role, term, and 'is prefered secondary' status. The information is stored in the [`ClusterDatabase`](https://github.com/vaticle/typedb-client-java/blob/master/connection/cluster/ClusterDatabase.java) class...

type: refactor
priority: medium

## Problem to Solve A particular aspect of "cluster session" architecture is unintuitive: sessions aren't bound to a particular server, but rather to the whole cluster, with the ability to...

type: refactor
priority: medium

- The "internal" version of the command is used by the failover functionality and should be invokable from any replica. - The "user-facing" version is used for displaying replica status....

type: bug
priority: medium

Implement user role management API supporting the following functionalities: 1. Role CRUD 2. Assigning a role to a user

type: feature
priority: high

The notion of performing read from secondary replicas in TypeDB Core does not make sense since there's only one server. However, the user can mistakenly do so since the API...

type: refactor

## Description Under network partitioning scenario, it is possible for a cluster to have two primary replicas. Primary replicas are assigned a term number, therefore it is possible to tell...

type: bug
priority: high