-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip non-existent MBeans in JmxRecordSetProvider
When dynamic catalogs are enabled, and multiple catalogs use the same connector, querying a metric associated with the connector may return results only from the coordinator if not all catalogs have been used yet. This happens because the corresponding MBeans haven't been registered on the workers. With this change, the query will return results from workers for catalogs that have already been used and whose MBeans have been registered, while gracefully skipping non-existent MBeans.
- Loading branch information
1 parent
3b53eee
commit cac4d27
Showing
2 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters