You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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".
The text was updated successfully, but these errors were encountered:
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:
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"
.The text was updated successfully, but these errors were encountered: