-
## Bug Report
### What version of TiKV are you using?
TiKV
Release Version: 8.2.0
Edition: Community
Git Commit Hash: 6e50b27980d7d2795c2d662c7a11d03d81d4b64d
Git Commit Bra…
-
Using boxed arrays leads to fragmented addresses, reducing cache performance.
I could:
- Ignore the problem until it really hurts
- Implement some kind of jank compaction scheme (probably using…
-
GraalVM Native Image CE currently provides a simple (non-parallel, non-concurrent) stop© GC. There are various areas where the GC can be improved. This issue captures ideas. Actual work should be …
-
OutOfMemoryError: Out of Memory
File "store_impl.dart", in SembastStore.currentRecords
File "store_impl.dart", in SembastStore.forEachRecords
File "store_impl.dart", in SembastStore.txnFindRe…
-
Food for thought: file cache expire currently requires file cache action to initiate. Is it possible to start the expire on "dormant" file caches via the Throttle 1 minute loop (as now done for comp…
-
The splitstore may remove important state given the following sequence of events:
1. Client syncs to tipset A at height X.
2. Client switches to tipset B at height X.
3. Splitstore starts garbage…
-
> Refer to roadmap [2023](https://github.com/StarRocks/starrocks/issues/16445) [2022](https://github.com/StarRocks/starrocks/issues/1244)
# Shared-data & StarOS
- Align with all functionalities…
-
Incremental compilation is beginning to work on master under `-fno-emit-bin` or `-ofmt=c`. **Bug reports for crashes or incorrect behavior when using incremental compilation with these compiler flags …
mlugg updated
3 weeks ago
-
Jira Link: [DB-948](https://yugabyte.atlassian.net/browse/DB-948)
### Description
(thanks to an investigation with @ttyusupov)
Currently in YB version 2.13.0.0 build 42, the statistic `rocksdb_re…
-
**Describe the bug**
I am using Loki (v2.9.8) + S3 (data persistency) + Redis (Cache) with a few tenants.
After ingesting some data, I can use the label browser and see the labels. As soon as the …