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

[BUG]High-stress multi-line writing json log causes cnosdb to crash #2101

Open
lutengda opened this issue Apr 26, 2024 · 0 comments
Open

[BUG]High-stress multi-line writing json log causes cnosdb to crash #2101

lutengda opened this issue Apr 26, 2024 · 0 comments
Assignees
Labels
type/bug Something isn't working
Milestone

Comments

@lutengda
Copy link
Collaborator

Describe the bug

High pressure to write json log causes cnosdb to crash

To Reproduce

  • version: cnosdb 2.4.0, revision 07593ce3d1355dfdaad5f42d3bf035df6816ef0d
  • table schema: 171 columns, all fields, mostly are string and double type
  • start cnosdb: nohup ./target/release/cnosdb run --config ./config/config_8902.toml -M singleton &
  • Change 'public' database shard to 4: alter database public set shard 4;
  • start load cnosdb: ./load_cnosdb --db-name "public" --file "/home/xxx/.rally/benchmarks/data/tsdb/documents.json" --urls "http://127.0.0.1:8902/api/v1/es/write?table=test&have_es_command=false&time_column=@timestamp" --batch-size 2000 --workers 100

After a few seconds, you get the following error:
image

Expected behavior

No response

Additional context

No response

@lutengda lutengda added the type/bug Something isn't working label Apr 26, 2024
@lutengda lutengda added this to the V2.4.1 milestone Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants