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

GreptimeDB Crash Report #5414

Open
zengfanlin opened this issue Jan 21, 2025 · 3 comments
Open

GreptimeDB Crash Report #5414

zengfanlin opened this issue Jan 21, 2025 · 3 comments
Assignees
Labels
C-bug Category Bugs

Comments

@zengfanlin
Copy link

What type of bug is this?

Crash

What subsystems are affected?

Standalone mode

Minimal reproduce step

I send a export command line .\greptime cli export --addr localhost:4000 --output-dir /tmp/backup/timerange --start-time "2024-01-01 00:00:00" --end-time "2024-01-31 23:59:59"

What did you expect to see?

export data

What did you see instead?

crash

report-e1ce3ef0-c21f-4ba9-ae01-ef93cb3455dd.txt

What operating system did you use?

Windows 10 x64

What version of GreptimeDB did you use?

0.11.2

Relevant log output and stack trace

@zengfanlin zengfanlin added the C-bug Category Bugs label Jan 21, 2025
@yihong0618
Copy link
Contributor

yihong0618 commented Jan 21, 2025

when you use windows -output-dir /tmp/backup/timerange the dir name maybe need to follow windows rules

@discord9 discord9 self-assigned this Jan 21, 2025
@evenyag
Copy link
Contributor

evenyag commented Jan 21, 2025

when you use windows -output-dir /tmp/backup/timerange the dir name maybe need to follow windows rules

Yes, you may need to check if the database can write to this path.

Could you please check the logs of the server? Does it report any errors?

@discord9
Copy link
Contributor

I test it on windows and it seems if the provided http addr can't be connected then will report this error, maybe check again if the db processs is actually hosting a http server at localhost:4000, meanwhile we can add a more friendly message when failed to connect

@discord9 discord9 mentioned this issue Jan 21, 2025
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category Bugs
Projects
None yet
Development

No branches or pull requests

4 participants