Skip to content

LookupSender#groupByLeaderAndType may enter a busy loop when tableInfo is missing from the metadata #2092

@swuferhong

Description

@swuferhong

Search before asking

  • I searched in the issues and found nothing similar.

Fluss version

0.8.0 (latest release)

Please describe the bug 🐞

LookupSender#groupByLeaderAndType may enter a busy loop when tableInfo is missing from the metadata.

The reason is that metadataUpdater.leaderFor() will first getTableInfo from metadateUpdater, this operation will throw an exception which will be catch by LookupSender#groupByLeaderAndType and never return.

Solution

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions