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

fix(pldebug): fix debugger create new connection attach debuggee sessionId failed #254

Merged

Conversation

krihy
Copy link
Collaborator

@krihy krihy commented Sep 7, 2023

What type of PR is this?

type-bug
module-pl debugger

What this PR does / why we need it:

bugger attach session failed when connect to proxy

Which issue(s) this PR fixes:

Debugger must connect to database server the same as debuggee, so fix debuggee connect to ob directly, debugger clone a datasource by debuggee datasource and get connection from it.

Special notes for your reviewer:

Additional documentation e.g., usage docs, etc.:


@krihy krihy added type-bug Something isn't working priority-high module-Online schema change Online schema change labels Sep 7, 2023
@krihy krihy added this to the ODC 4.2.1 milestone Sep 7, 2023
@krihy krihy self-assigned this Sep 7, 2023
@krihy krihy changed the title fix(pldebug): fix debugger create new attach debuggee session id failed fix(pldebug): fix debugger create new connection attach debuggee sessionId failed Sep 7, 2023
Copy link
Contributor

@yhilmare yhilmare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@krihy krihy linked an issue Sep 7, 2023 that may be closed by this pull request
@krihy krihy merged commit ae6d69f into oceanbase:dev/4.2.1 Sep 7, 2023
6 checks passed
@krihy krihy deleted the yaobin_fix_debug_obtain_new_connection_error branch September 7, 2023 12:05
@yhilmare yhilmare linked an issue Sep 8, 2023 that may be closed by this pull request
@krihy krihy added module-PL debugger and removed module-Online schema change Online schema change labels Sep 8, 2023
yhilmare pushed a commit that referenced this pull request Jan 15, 2024
…ionId failed (#254)

* fix debugger deach dession failed

* add comment

* format code

* remove static from clone ds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
2 participants