Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect plugin screen on multi-nodes deployment #277

Open
pierre opened this issue May 25, 2021 · 1 comment
Open

Incorrect plugin screen on multi-nodes deployment #277

pierre opened this issue May 25, 2021 · 1 comment
Labels

Comments

@pierre
Copy link
Member

pierre commented May 25, 2021

Instead of .first, the node name should be checked here instead:

installed_plugins = []
nodes_info = KillBillClient::Model::NodesInfo.nodes_info(Kaui.current_tenant_user_options(current_user, session)) || []
plugins_info = nodes_info.empty? ? [] : (nodes_info.first.plugins_info || [])
plugins_info.each do |plugin|

To test this, setup two instance of Kill Bill locally (on different ports) and set each node with a unique creator name (org.killbill.queue.creator.name property).

@pierre pierre added the bug label May 25, 2021
@tungleduyxyz tungleduyxyz self-assigned this Jul 2, 2023
@tungleduyxyz
Copy link
Contributor

Hi @pierre ,
As I understand this ticket,
The current KPM screen only shows the installed plugins for the first node:
image
So, we need to update this to allow display all the nodes like this:
image

@tungleduyxyz tungleduyxyz removed their assignment Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants