[
https://issues.apache.org/jira/browse/IGNITE-28796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18090315#comment-18090315
]
Ignite TC Bot commented on IGNITE-28796:
----------------------------------------
Reviewed IGNITE-28796 against PR #13256 and the available code/docs evidence.
The change adds a new user-facing system view `SYS.IGNITE_PLUGINS` that can be
queried through SQL and the control utility to inspect plugin metadata (name,
info, version, class name). No website/docs update was found in the merged
implementation PR, so I created follow-up documentation issue IGNITE-28803 and
kept Docs Required on this ticket.
> Add a system view for PluginProvider
> ------------------------------------
>
> Key: IGNITE-28796
> URL: https://issues.apache.org/jira/browse/IGNITE-28796
> Project: Ignite
> Issue Type: Improvement
> Reporter: Kirill Tkalenko
> Assignee: Kirill Tkalenko
> Priority: Major
> Labels: ignite-2
> Fix For: 2.19
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> It is proposed to add a new system view for added plugins
> (org.apache.ignite.plugin.PluginProvider) so that information about them can
> be obtained without analyzing logs, which may be rotated.
> Discussion on the dev list [Add a new system view for
> plugins|https://lists.apache.org/thread/cj7oz53l3cpk2h1ng4qm0jv618142ttj].
> The proposed view name is "IGNITE_PLUGINS" and the columns are:
> 1. NAME.
> 2. VERSION.
> 3. CLASS_NAME.
> 4. INFO (New method String org.apache.ignite.plugin.PluginProvider#info will
> be added for this).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)