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

job time is incorrect #3673

Closed
HarrisChu opened this issue Jan 10, 2022 · 2 comments
Closed

job time is incorrect #3673

HarrisChu opened this issue Jan 10, 2022 · 2 comments
Assignees
Labels
type/bug Type: something is unexpected wontfix Solution: this will not be worked on recently
Milestone

Comments

@HarrisChu
Copy link
Contributor

(root@nebula) [s1]> show job 4
+----------------+---------------+------------+----------------------------+----------------------------+
| Job Id(TaskId) | Command(Dest) | Status     | Start Time                 | Stop Time                  |
+----------------+---------------+------------+----------------------------+----------------------------+
| 4              | "COMPACT"     | "FINISHED" | 2022-01-10T07:27:18.000000 | 2022-01-10T07:27:18.000000 |
| 0              | "127.0.0.1"   | "FINISHED" | 2022-01-10T07:27:18.000000 | 2022-01-10T07:27:19.000000 |
| 1              | "127.0.0.1"   | "FINISHED" | 2022-01-10T07:27:18.000000 | 2022-01-10T07:27:19.000000 |
| 2              | "127.0.0.1"   | "FINISHED" | 2022-01-10T07:27:18.000000 | 2022-01-10T07:27:19.000000 |
| 3              | "127.0.0.1"   | "FINISHED" | 2022-01-10T07:27:18.000000 | 2022-01-10T07:27:19.000000 |
| 4              | "127.0.0.1"   | "FINISHED" | 2022-01-10T07:27:18.000000 | 2022-01-10T07:27:19.000000 |
| 5              | "127.0.0.1"   | "FINISHED" | 2022-01-10T07:27:18.000000 | 2022-01-10T07:27:19.000000 |
+----------------+---------------+------------+----------------------------+----------------------------+
Got 7 rows (time spent 1948/6453 us)

Mon, 10 Jan 2022 15:27:18 CST

(root@nebula) [s1]> show jobs
+--------+----------------+------------+----------------------------+----------------------------+
| Job Id | Command        | Status     | Start Time                 | Stop Time                  |
+--------+----------------+------------+----------------------------+----------------------------+
| 4      | "COMPACT"      | "FINISHED" | 2022-01-10T07:27:18.000000 | 2022-01-10T07:27:18.000000 |
| 3      | "DATA_BALANCE" | "FAILED"   | 2022-01-10T07:24:47.000000 | 2022-01-10T07:24:53.000000 |
+--------+----------------+------------+----------------------------+----------------------------+
Got 2 rows (time spent 4575/12908 us)

Mon, 10 Jan 2022 15:30:23 CST
  1. should display the real time, e.g. 2022-01-10T07:27:18.123456
  2. or display without microseconds, e.g. 2022-01-10T07:27:18
@HarrisChu HarrisChu added the type/bug Type: something is unexpected label Jan 10, 2022
@Sophie-Xie Sophie-Xie modified the milestones: v3.0.0, v3.1.0 Jan 10, 2022
@liwenhui-soul
Copy link
Contributor

seems like caused by wrong time zone

@jackwener jackwener modified the milestones: v3.1.0, v3.0.0 Jan 13, 2022
@jackwener jackwener self-assigned this Jan 13, 2022
@jackwener jackwener mentioned this issue Jan 14, 2022
11 tasks
@jackwener jackwener added type/enhancement Type: make the code neat or more efficient and removed type/bug Type: something is unexpected labels Feb 11, 2022
@Sophie-Xie Sophie-Xie added type/bug Type: something is unexpected and removed type/enhancement Type: make the code neat or more efficient labels Mar 1, 2022
@Sophie-Xie Sophie-Xie assigned critical27 and unassigned jackwener Mar 1, 2022
@Sophie-Xie Sophie-Xie added the wontfix Solution: this will not be worked on recently label Mar 15, 2022
@critical27
Copy link
Contributor

Will fixed in next major version, close for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Type: something is unexpected wontfix Solution: this will not be worked on recently
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants