[Suggestion] Outstanding PRs by @Ayanda-D #15111
-
RabbitMQ series4.2.x Operating system (distribution) usedLinux How is RabbitMQ deployed?Generic binary package What would you like to suggest for a future version of RabbitMQ?Moved from #14305 to discuss the contributor opinion on a few PRs by @Ayanda-D:
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 3 replies
-
|
Regarding #13873, The very nature of the command gives me that bulk vibe. The concern is if it is intended do be some kind of "emergency" operation (but also if it is not, but a little bit less) the already stressed system will get tons of rpc calls and influx of new members - raft sync, snapshot sync, reelection cycles. Was this tested? |
Beta Was this translation helpful? Give feedback.
-
|
just a few follow up notes regarding these proposed new tools: #13873 - CMQs had 3 HA-Policies for replicating a queue: #15021 - this just helps in filtering/matching queues to be shrunk - when all queues are not required to force shrink on per vhost or globally. #14237 - this is to help avoid parsing the We don't see these updates lying on any critical path to affect performance - hence low risk? unless folks see otherwise (perhaps #13873 & #15021 to be carried out planned periods). These tools and extensions are just to assist on QQ operational procedures. |
Beta Was this translation helpful? Give feedback.
-
|
I am trying to reach consensus on merging #13873 which seems to have received a more neutral review than the |
Beta Was this translation helpful? Give feedback.
-
|
#13873 is in with a few tweaks (that do not change the idea or CLI interface) #15166. |
Beta Was this translation helpful? Give feedback.
-
|
#15021 is in. |
Beta Was this translation helpful? Give feedback.
-
|
@Ayanda-D both PRs that I could, however slowly and painfully, reach consensus on with the rest of the core team, are now merged. I hope this gives you folks enough space to implement the QQ recovery procedure you want to have as an option. As for #14237, looks like it is not as useful as originally expected, according to reviews. But even if I'm wrong, #14237 looks like something a custom plugin can reimplement in a separate module. |
Beta Was this translation helpful? Give feedback.
@Ayanda-D both PRs that I could, however slowly and painfully, reach consensus on with the rest of the core team, are now merged.
I hope this gives you folks enough space to implement the QQ recovery procedure you want to have as an option.
As for #14237, looks like it is not as useful as originally expected, according to reviews. But even if I'm wrong, #14237 looks like something a custom plugin can reimplement in a separate module.