website icon indicating copy to clipboard operation
website copied to clipboard

Website for tikv.org

Results 33 website issues
Sort by recently updated
recently updated
newest added

### What is changed? Fix a few broken links in deploy section ### Any related PRs or issues? ### Which version does your change affect?

## Change Request Currently the failure injection page is totally empty: https://tikv.org/deep-dive/testing/failure_injection/ From the commit history, it seems like it's always been empty. I imagine the link should just be...

It's hard to locate a doc on tikv.org. Currently the only way is clone this repo and search locally.

## Change Request Currently https://tikv.org website shows code snippets with no copy button, at least in this page - https://tikv.org/docs/5.1/concepts/tikv-in-5-minutes and this one - https://tikv.org/docs/5.1/develop/clients/java/ ### Describe the problem -...

### What is changed? Update iframe embed method to show full interactive chart generated by google sheet. ### Any related PRs or issues? ### Which version does your change affect?

## Change Request The B-Tree picture and descriptions related to the pic maybe incorrect. Location: Deep Dive -> Key-value engine -> B-Tree vs LSM-Tree ### Describe the problem / Suggest...

## Change Request ### Describe the problem The current content of https://tikv.org/ is too simple, the current introduction for TiKV is: > A distributed transactional key-value database > > Based...

## Change Request ### Describe the problem Please check the issues described below. - Relevant URL(s): https://tikv.org/docs/4.0/tasks/try/tikv-operator/ - In Step 2, item 3b, should only contain namespace creation command. -...

`store-balance-rate` is deprecated and won't be accepted as parameter on pd-ctl: ``` $ pd-ctl -u http://172.22.3.197:2379 config set store-balance-rate 4 Failed to set config: [400] "store-balance-rate has already been deprecated"...

## Diagram shows left-child with key values "less than" and right-child with key values "greater than or equal to" but text says left-child is "less than or equal to" ###...