-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[hotfix][e2e][jdbc] fix some error when docker version is old #2907
Conversation
I see some error log |
you'll need to update Docker, runc, and likely libseccomp on your host. |
|
please rerun CI. @EricJoy2048 |
PTAL thanks . @CalvinKirs @EricJoy2048 |
executorService = ThreadPoolExecutorFactory.createScheduledThreadPoolExecutor(1, String.format("parallel-split-enumerator-executor-%s", subtaskId)); | ||
splitEnumerator.open(); | ||
if (restoredSplitState.size() > 0) { | ||
splitEnumerator.addSplitsBack(restoredSplitState, subtaskId); | ||
} | ||
reader.open(); | ||
parallelEnumeratorContext.register(); |
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.
why remove it?
@ashulin please help to review
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.
you should revert?
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.
why change it?
I have the same question.
PTAL. @TyrantLucifer @CalvinKirs . |
@EricJoy2048 help to review. I'm using a old version docker environment.Now a little pretty vexed |
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.
+1
close #2905
Purpose of this pull request
run
JdbcMysqlIT
andJdbcPostgresIT
,some error will happen,and the resion is docker version is old.refer to
https://stackoverflow.com/questions/69706677/cannot-start-postgresql-docker-container-docker-entrypoint-initdb-d-oper
https://hub.docker.com/layers/bitnami/mysql/8.0.29/images/sha256-15b89acd8f2971ea127934a186e6d2483b97ffe325619d8b1bc747b303636f57?context=explore
Check list
New License Guide