-
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
[BugFix] Fix jdbc catalog change password not effect #51748
Conversation
Signed-off-by: Smith Cruise <[email protected]>
Quality Gate passedIssues Measures |
[Java-Extensions Incremental Coverage Report]❌ fail : 0 / 3 (00.00%) file detail
|
[FE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
@Mergifyio backport branch-3.3 |
@Mergifyio backport branch-3.2 |
@Mergifyio backport branch-3.1 |
✅ Backports have been created
|
@Mergifyio backport branch-3.0 |
@Mergifyio backport branch-2.5 |
✅ Backports have been created
|
✅ Backports have been created
|
✅ Backports have been created
|
✅ Backports have been created
|
Signed-off-by: Smith Cruise <[email protected]> (cherry picked from commit acce535)
Signed-off-by: Smith Cruise <[email protected]> (cherry picked from commit acce535) # Conflicts: # java-extensions/jdbc-bridge/src/main/java/com/starrocks/jdbcbridge/JDBCScanner.java
Signed-off-by: Smith Cruise <[email protected]> (cherry picked from commit acce535) # Conflicts: # java-extensions/jdbc-bridge/src/main/java/com/starrocks/jdbcbridge/JDBCScanner.java
Signed-off-by: Smith Cruise <[email protected]> (cherry picked from commit acce535) # Conflicts: # java-extensions/jdbc-bridge/src/main/java/com/starrocks/jdbcbridge/JDBCScanner.java
Signed-off-by: Smith Cruise <[email protected]> (cherry picked from commit acce535) # Conflicts: # java-extensions/jdbc-bridge/src/main/java/com/starrocks/jdbcbridge/JDBCScanner.java
#51765) Signed-off-by: Smith Cruise <[email protected]>
#51758) Co-authored-by: Smith Cruise <[email protected]>
#51765) Signed-off-by: Smith Cruise <[email protected]> (cherry picked from commit 67cfd77)
#51765) Signed-off-by: Smith Cruise <[email protected]> (cherry picked from commit 67cfd77)
… (backport #51765) (#51775) Co-authored-by: Smith Cruise <[email protected]>
… (backport #51765) (#51774) Co-authored-by: Smith Cruise <[email protected]>
Signed-off-by: Smith Cruise <[email protected]>
Signed-off-by: Smith Cruise <[email protected]> Signed-off-by: zhiminr.ren <[email protected]>
Why I'm doing:
User changes the password will still use the original jdbc connection.
What I'm doing:
Change cache key compute logic.
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: