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

"created_on" in table info is set to UTC time 0 #2632

Closed
MichaelScofield opened this issue Oct 20, 2023 · 0 comments · Fixed by #2710
Closed

"created_on" in table info is set to UTC time 0 #2632

MichaelScofield opened this issue Oct 20, 2023 · 0 comments · Fixed by #2710
Labels
C-bug Category Bugs good first issue Good for newcomers

Comments

@MichaelScofield
Copy link
Collaborator

What type of bug is this?

Incorrect result

What subsystems are affected?

Frontend

What happened?

The "created_on" field in table info is set to UTC time 0 ("1970-01-01T00:00:00Z"). Which is expected to be the time when the table was actually created. See the raw value got from etcd:

image

What operating system did you use?

macos

Relevant log output and stack trace

No response

How can we reproduce the bug?

Use gtctl to start a GreptimeDB instance, create any table, then use etcdctl to find the table info: etcdctl get --prefix "__table_info".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category Bugs good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants