horaedb icon indicating copy to clipboard operation
horaedb copied to clipboard

Apache HoraeDB (incubating) is a high-performance, distributed, cloud native time-series database.

Results 211 horaedb issues
Sort by recently updated
recently updated
newest added

## Rationale Currently, not suppport to diagnose table, as the creation of some tables may fail. ## Detailed Changes - impl table diagnose api in ceresmeta ## Test Plan -...

### Describe this problem Run benchmark with default config failed. Err msg is like: 1. Missing field. Failed to parse config.: ParseToml { path: "/Users/chenmian.cm/Projects/incubator-horaedb/src/benchmarks/config/bench.toml", source: Error { inner: Error...

bug

### Describe This Problem Currently, we rely on snafu to define/handle errors, there are some issues with current usage. First, let me explain how error is defined within horaedb. -...

feature

### Describe This Problem Collect needed features for horaectl here. ## Horaemeta side - [ ] Support listing all stale table metas(generated from table creation failure) ## Horaedb side -...

feature
good first issue
contributor friendly

### Describe this problem ``` /home/shylock/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/f04f4dd/librocksdb_sys/rocksdb/db/db_impl/db_impl.cc:1353:23: error: redundant move in return statement [-Werror=redundant-move] 1353 | return std::move(io_s); ``` ### Server version 44caa997e37991e570741c3da6c961563569da42 ### Steps to reproduce 1. Build with ```...

bug

## Rationale Close #1501 Current coderr package's usage is complex and confusing. ## Detailed Changes - Introduce the `CodeErrorDef` which is made different from the `CodeError` - Update the usage...

### Describe This Problem This is what we get when meta log err message: > 2024-03-15T10:16:16.439+0800 error procedure/util.go:35 open shard {"shardID": 231, "newLeaderNode": "11.69.60.125:8831", "error": "(#500)event dispatch failed, cause:open shard,...

feature

## Rationale RFC for next metric engine. ## Detailed Changes ## Test Plan No need.

feature

## Rationale The subtask to support compaction offloading. See #1545 ## Detailed Changes - Horaemeta: Introduce `CompactionNodeManager` in `ClusterMetadata` - support register compaction nodes - support fetch compaction node with...

## Describe This Problem We found in production that the speed of sst compaction is unable to keep up with the speed of sst generation, leading to poor query performance....