Sanketh I
Sanketh I
[DocDB] Master incorrectly complains if master_addresses does not contain its own rpc_bind_addresses
Jira Link: [[DB-309]](https://yugabyte.atlassian.net/browse/DB-309) ### Description 1. Create an entry in /etc/hosts of the form `127.0.0.2 localhost2` 2. Forward 127.0.0.2:7100 -> 127.0.0.1:7100 using something like `ssh -L 127.0.0.2:7100:127.0.0.1:7100 localhost bash` 3....
Clarify local vs remote storage tradeoffs
Jira Link: [DB-2264](https://yugabyte.atlassian.net/browse/DB-2264) The following docdb metrics could help us alert better: 1. master lb count of tasks remaining : could be used to alert for a stuck master lb...
Jira Link: [DB-8400](https://yugabyte.atlassian.net/browse/DB-8400) ### Description After a master failover, the new master has a table -> tablet map and a tablet -> tserver map in the sys catalog (The latter...
Jira Link: [DB-10113](https://yugabyte.atlassian.net/browse/DB-10113) ### Description #18788 added a new RPC to expose the RAFT heartbeat delay for masters. Could we also expose this as a metric so that it can...
Jira Link: [DB-8577](https://yugabyte.atlassian.net/browse/DB-8577) ### Description Master load balancing continues to add tablets to a tserver even if it doesn't have the disk capacity. This can cause the tserver to run...