Skip to content

Use scoped query logger from QueryContext#21024

Merged
smitpatel merged 1 commit intomasterfrom
smit/memoryleak
May 22, 2020
Merged

Use scoped query logger from QueryContext#21024
smitpatel merged 1 commit intomasterfrom
smit/memoryleak

Conversation

@smitpatel
Copy link
Contributor

Resolves #21016

All scoped services used while executing the query comes from QueryContext.
All scoped services on QueryCompilationContext should only be used while compiling the query and should not be made part of QueryExecutorLambda.
Singleton services comes from QueryCompilationContext and added to the QueryExecutorLambda directly during compilation.

Resolves #21016

All scoped services used while executing the query comes from QueryContext.
All scoped services on QueryCompilationContext should only be used while compiling the query and should not be made part of QueryExecutorLambda.
Singleton services comes from QueryCompilationContext and added to the QueryExecutorLambda directly during compilation.
@smitpatel smitpatel requested review from AndriySvyryd and maumar May 22, 2020 18:32
@ajcvickers
Copy link
Contributor

@smitpatel Please prepare a PR for 3.1 once this merges to master.

@smitpatel smitpatel merged commit 9b8a7d0 into master May 22, 2020
@smitpatel smitpatel deleted the smit/memoryleak branch May 22, 2020 19:26
smitpatel added a commit that referenced this pull request May 22, 2020
Resolves #21016

All scoped services used while executing the query comes from QueryContext.
All scoped services on QueryCompilationContext should only be used while compiling the query and should not be made part of QueryExecutorLambda.
Singleton services comes from QueryCompilationContext and added to the QueryExecutorLambda directly during compilation.

Cherry-pick of #21024 on release/3.1
smitpatel added a commit that referenced this pull request May 22, 2020
Resolves #21016

All scoped services used while executing the query comes from QueryContext.
All scoped services on QueryCompilationContext should only be used while compiling the query and should not be made part of QueryExecutorLambda.
Singleton services comes from QueryCompilationContext and added to the QueryExecutorLambda directly during compilation.

Cherry-pick of #21024 on release/3.1
smitpatel added a commit that referenced this pull request Jun 10, 2020
Resolves #21016

All scoped services used while executing the query comes from QueryContext.
All scoped services on QueryCompilationContext should only be used while compiling the query and should not be made part of QueryExecutorLambda.
Singleton services comes from QueryCompilationContext and added to the QueryExecutorLambda directly during compilation.

Cherry-pick of #21024 on release/3.1
smitpatel added a commit that referenced this pull request Jun 10, 2020
Resolves #21016

All scoped services used while executing the query comes from QueryContext.
All scoped services on QueryCompilationContext should only be used while compiling the query and should not be made part of QueryExecutorLambda.
Singleton services comes from QueryCompilationContext and added to the QueryExecutorLambda directly during compilation.

Cherry-pick of #21024 on release/3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants