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

[BUG] Request index name construction in flint streaming job creation #383

Open
noCharger opened this issue Jun 12, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@noCharger
Copy link
Collaborator

What is the bug?

  private static String constructMetaLogIndexName(String dataSourceName) {
    return dataSourceName.isEmpty() ? META_LOG_NAME_PREFIX : META_LOG_NAME_PREFIX + "_" + dataSourceName;
  }

MV and CV construction generate request index names in a hardcoded manner rather than sending them from the sql plugin. There is a inconsistency among inactive and streaming job interface.

What is the expected behavior?

Short term mitigation [Done]

  • Accommodate this request index naming logic for backward compatibility.

Long term action

  • Pass the request index directly from spark submit param.
@noCharger noCharger added bug Something isn't working untriaged labels Jun 12, 2024
@noCharger noCharger changed the title [BUG] Inconsistency [BUG] Request index name construction in flint streaming job creation Jun 12, 2024
@vamsimanohar vamsimanohar assigned noCharger and unassigned noCharger Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants