Skip to content

Commit

Permalink
[fix](resource-tag) missing resource tag after forwarding to master (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
morningman authored Jun 17, 2024
1 parent c9d31e0 commit 71596e9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,9 @@ public TMasterOpResult proxyExecute(TMasterOpRequest request) {
ctx.initTracer("master trace");
}

// set resource tag
ctx.setResourceTags(Env.getCurrentEnv().getAuth().getResourceTags(ctx.qualifiedUser));

ctx.setThreadLocalInfo();
StmtExecutor executor = null;
try {
Expand Down

0 comments on commit 71596e9

Please sign in to comment.