-
Bug
-
Resolution: Unresolved
-
Major
-
1.9.0.Beta1
-
None
-
False
-
False
-
-
While the expected behavior is known as not yet implemented, it may be considered a bug from the end-user's perspective.
If a connector task captures more than one database, the CapturedTables attribute of the streaming metrics of each partition will contain the table names of all tasks instead of containing only the names that correspond to the partition of the metrics.
The reason is that the partition-scoped metrics still expose the value returned by taskContext.capturedDataCollections() as is. See more details in #3261 (comment).