-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[oracle][fix]fix oracle maximum number of processes exceeded #1903
Conversation
…ng the upper limit
…y it to use hikari thread pool. 2. Close the connection to prevent the session from exceeding the upper limit
…y it to use hikari thread pool. 2. Close the connection to prevent the session from exceeding the upper limit
# Conflicts: # docs/content/connectors/db2-cdc.md # docs/content/connectors/mongodb-cdc.md # docs/content/connectors/mysql-cdc(ZH).md # docs/content/connectors/mysql-cdc.md # docs/content/connectors/oceanbase-cdc.md # docs/content/connectors/oracle-cdc.md # docs/content/connectors/postgres-cdc.md # docs/content/connectors/sqlserver-cdc.md # docs/content/connectors/tidb-cdc.md # docs/content/quickstart/build-real-time-data-lake-tutorial.md # docs/content/quickstart/db2-tutorial.md # docs/content/quickstart/mongodb-tutorial.md # docs/content/quickstart/mysql-postgres-tutorial.md # docs/content/quickstart/oceanbase-tutorial.md # docs/content/quickstart/oracle-tutorial.md # docs/content/quickstart/polardbx-tutorial.md # docs/content/quickstart/sqlserver-tutorial.md # docs/content/quickstart/tidb-tutorial.md # docs/content/快速上手/build-real-time-data-lake-tutorial-zh.md # docs/content/快速上手/mongodb-tutorial-zh.md # docs/content/快速上手/mysql-postgres-tutorial-zh.md # docs/content/快速上手/oceanbase-tutorial-zh.md # docs/content/快速上手/oracle-tutorial-zh.md # docs/content/快速上手/polardbx-tutorial-zh.md # docs/content/快速上手/sqlserver-tutorial-zh.md # docs/content/快速上手/tidb-tutorial-zh.md
I will participate in this PR review. |
[oracle][feat] add currentScn metrics to flink metricGroup
…hile dealing timestampltz field
Hi,I used the method in this PR to close the connection during the snapshot, but the effect is still not obvious. Synchronizing 50 million pieces of data occupied 5000 sessions. |
This pull request has been automatically marked as stale because it has not had recent activity for 60 days. It will be closed in 30 days if no further activity occurs. |
This pull request has been automatically marked as stale because it has not had recent activity for 60 days. It will be closed in 30 days if no further activity occurs. |
This pull request has been automatically marked as stale because it has not had recent activity for 60 days. It will be closed in 30 days if no further activity occurs. |
This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it are encouraged to continue work on this pull request. |
[oracle][fix]fix oracle maximum number of processes exceeded because of never close connection during snapshot