regatta icon indicating copy to clipboard operation
regatta copied to clipboard

Regatta is a distributed key-value store. It is Kubernetes friendly with emphasis on high read throughput and low operational cost.

Results 18 regatta issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When worker has a lease for a given table, the lease may expire when recovering from a snapshot, wasting resources. **Expected behavior** When the lease expires, worker...

bug

**Describe the bug** Snapshot files are filling up Regatta disk space if for whatever reason is a snapshot not deleted after its use it will remain there indefinitely. **To Reproduce**...

bug

Document Regatta API usage with code examples in at least Go and Java.

documentation
good first issue
help wanted

Problem: Snapshotting is a resource-intensive operation on the Leader cluster which in extreme could take the server down. Proposal: - Cache snapshots created by replication API. - Snapshots should not...

enhancement
help wanted

Bumps golang from 1.22.2-alpine3.19 to 1.22.3-alpine3.19. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.22.2-alpine3.19&new-version=1.22.3-alpine3.19)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker
auto-merge

Bumps the gomod group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/VictoriaMetrics/metrics](https://github.com/VictoriaMetrics/metrics) | `1.33.1` |...

dependencies
go

Bumps alpine from 3.19 to 3.20. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=alpine&package-manager=docker&previous-version=3.19&new-version=3.20)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

## Description ## Related Issue ## Motivation and Context ## How Has This Been Tested?

code