Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to flush physical metric table #4046

Closed
WenyXu opened this issue May 26, 2024 · 0 comments · Fixed by #4045
Closed

Failed to flush physical metric table #4046

WenyXu opened this issue May 26, 2024 · 0 comments · Fixed by #4045
Labels
A-metric-engine Involves code in metric engine C-bug Category Bugs O-fuzz Found by fuzz tests

Comments

@WenyXu
Copy link
Member

WenyXu commented May 26, 2024

What type of bug is this?

Unexpected error

What subsystems are affected?

Table Engine

Minimal reproduce step

  1. Switch to feat: invoke flush_table and compact_table in fuzz tests #4045
  2. Run GreptimeDB
  3. Run
cargo fuzz run --fuzz-dir tests-fuzz -D --sanitizer=none fuzz_insert_logical_table

What did you expect to see?

Flush data successfully

What did you see instead?

2024-05-26T10:56:44.595514Z INFO operator::request: Handle table manual compaction request: CompactTableRequest { catalog_name: "greptime", schema_name: "public", table_name: "et", compact_options: Regular(Regular) }
2024-05-26T10:56:44.595696Z ERROR servers::mysql::writer: Failed to handle mysql query err=0: , at src/common/recordbatch/src/adapter.rs:258:55
1: External(0: Failed to do table mutation, at src/operator/src/table.rs:97:14
1: Failed to send request to region, at src/operator/src/request.rs:182:22
2: External error, at src/frontend/src/instance/standalone.rs:86:14
3: Operation to region server failed, at src/frontend/src/instance/standalone.rs:68:14
4: Execute gRPC request error, at src/datanode/src/region_server.rs:258:22
5: Failed to handle request for region 4398046511104(1024, 0), at src/datanode/src/region_server.rs:499:14
6: Unsupported region request: Compact, at src/metric-engine/src/engine.rs:149:87)

What operating system did you use?

Doesn't matter

What version of GreptimeDB did you use?

main

Relevant log output and stack trace

No response

@WenyXu WenyXu added C-bug Category Bugs O-fuzz Found by fuzz tests A-metric-engine Involves code in metric engine labels May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-metric-engine Involves code in metric engine C-bug Category Bugs O-fuzz Found by fuzz tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant