Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.14.5, 1.15.1, 1.16.0
Description
The image here shows if we start a Flink application with four parallelism and four splits. All the splits would be sent to the first added reader. This is because we don't assign splits by pre-divide splits according to the size of parallelism. The readers are added to the enumerator one by one in the first bootstrap.
Attachments
Attachments
Issue Links
- fixes
-
FLINK-27388 PulsarSourceEnumeratorTest#discoverPartitionsTriggersAssignments seems flaky
- Closed
-
FLINK-27400 Pulsar connector subscribed the system topic when using the regex
- Closed
-
FLINK-27611 ConcurrentModificationException during Flink-Pulsar checkpoint notification
- Closed
-
FLINK-28084 Pulsar unordered reader should disable retry and delete reconsume logic.
- Closed
- links to