-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Bug] Unify the timezone #3910
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] Unify the timezone #3910
Conversation
| } | ||
|
|
||
| // NOTICE: In most cases, you should use getCurrentCatalog() to get the catalog. | ||
| // getServiingCatalog() is only used for Checkpoint thread and some special places |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getServingCatalog
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I moved the change to PR #3229
I will rebase after that PR merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready for review.
a543f78 to
d42573f
Compare
d42573f to
4a40cc1
Compare
|
LGTM |
EmmyMiao87
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…pdate delete bitmap update lock be able to be in different fdb txns apache#45206 (apache#45559) (apache#3910)
When we get default system time zone, it will return
PRC, which is not supported by us, thuswill cause dynamic partition create failed. Fix #3919
This CL mainly changes:
system_time_zoneandtime_zoneis set to the default systemtime zone, which is
Asia/Shanghai.PRC.