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: use internal topic config for transient queries too #9393

Merged
merged 1 commit into from
Aug 5, 2022
Merged

fix: use internal topic config for transient queries too #9393

merged 1 commit into from
Aug 5, 2022

Conversation

wcarlson5
Copy link
Contributor

Signed-off-by: Walker Carlson wcarlson@confluent.io

Description

For when shared runtimes are on we should use the internal topics prefix for transient queries as well.

Testing done

run with the shared runtimes turned on

Reviewer checklist

  • Ensure docs are updated if necessary. (eg. if a user visible feature is being added or changed).
  • Ensure relevant issues are linked (description should include text like "Fixes #")

Signed-off-by: Walker Carlson <wcarlson@confluent.io>
@wcarlson5 wcarlson5 requested a review from a team as a code owner August 5, 2022 19:36
Copy link
Contributor

@ableegoldman ableegoldman left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the find

@ableegoldman ableegoldman merged commit 2201227 into confluentinc:master Aug 5, 2022
rodesai pushed a commit to rodesai/ksql that referenced this pull request Aug 6, 2022
…c#9393)

For when shared runtimes are on we should use the internal topics prefix for transient queries as well.
@wcarlson5 wcarlson5 deleted the fix_transient_topics_names branch August 8, 2022 22:42
rodesai added a commit to rodesai/ksql that referenced this pull request Aug 9, 2022
…c#9393) (confluentinc#9398)

For when shared runtimes are on we should use the internal topics prefix for transient queries as well.

Co-authored-by: Walker Carlson <18128741+wcarlson5@users.noreply.github.com>
mapr-devops pushed a commit to mapr/ksql that referenced this pull request Aug 10, 2022
* fix: use internal topic config for transient queries too (confluentinc#9393)

For when shared runtimes are on we should use the internal topics prefix for transient queries as well.

* fix: compare topics not sources (confluentinc#9388)

* Check source topics instead of sources

* Check source topics instead of sources

* Don't turn on the flag yet

* review comments

Signed-off-by: Walker Carlson <wcarlson@confluent.io>

* Update ksqldb-engine/src/main/java/io/confluent/ksql/engine/RuntimeAssignor.java

Co-authored-by: Victoria Xia <victoria.f.xia281@gmail.com>

* update name

Signed-off-by: Walker Carlson <wcarlson@confluent.io>

* update name

Signed-off-by: Walker Carlson <wcarlson@confluent.io>

Co-authored-by: Victoria Xia <victoria.f.xia281@gmail.com>

* fix: make sure to close clients from precondition checker (confluentinc#9391)

* fix: make sure to close clients from precondition checker

* add missing config from integration test

Co-authored-by: Steven Zhang <stevenz@confluent.io>

* fix: move udf loading to run before the precondition checker (confluentinc#9392)

* fix: move udf loading to run before the precondition checker

moves udf loading to run before the precondition checker. this ensures
we can quickly start the main server once the precondition checker is
completed running. Also adds a metric to measure server start time

* missing log

* fix rest app in integration test

* fix spotbugs

Co-authored-by: Steven Zhang <stevenz@confluent.io>

* fix: fix regex used to extract queryId from threadId metrics tag (confluentinc#9394)

* WIP

* checkstyle

* fix up storage utilization metrics tests

* update consumer member tag name after rebas to fix tests

Co-authored-by: Walker Carlson <18128741+wcarlson5@users.noreply.github.com>
Co-authored-by: Victoria Xia <victoria.f.xia281@gmail.com>
Co-authored-by: Rohan <desai.p.rohan@gmail.com>
Co-authored-by: Steven Zhang <stevenz@confluent.io>
Co-authored-by: A. Sophie Blee-Goldman <sophie@confluent.io>
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