-
Notifications
You must be signed in to change notification settings - Fork 897
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
Do not divide recipients to subgroup when sending attached report #17132
Do not divide recipients to subgroup when sending attached report #17132
Conversation
…BinaryBlob table. So, after dividing recipients sending e-mail will work only for first group of resipient, attempt to send attached report for second group will throw [Couldn't find BinaryBlob...] error. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1547846
Checked commits yrudman/manageiq@4cd90e1~...258174f with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
@miq-bot add-label fine/yes, gaprindashvili/yes |
@miq-bot assign @gtanzillo |
@yrudman unrecognized command 'assigne', ignoring... Accepted commands are: add_label, add_reviewer, assign, close_issue, move_issue, remove_label, rm_label, set_milestone |
…group-when-sending-attached-report Do not divide recipients to subgroup when sending attached report (cherry picked from commit 22652d9) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1554532
Gaprindashvili backport details:
|
…group-when-sending-attached-report Do not divide recipients to subgroup when sending attached report (cherry picked from commit 22652d9) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1554533
Fine backport details:
|
…s-to-subgroup-when-sending-attached-report Do not divide recipients to subgroup when sending attached report (cherry picked from commit 22652d9) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1554533
Issue:
When sending report by e-mail If list if recipients is long (more than some customizable value), we are dividing recipients to sub-groups and sending separate e-mails(with attached report) to each sub-group.
It works fine for the first subgroup. Attempt to send report to second group will throw
[Couldn't find BinaryBlob with 'id'=...]
error, since we are deleting record in BinaryBlob table after report was sent.BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1547846
Solution:
Do not divide recipients to subgroups.
It looks like it is OK now to have list of recipients longer than 150 bytes
@miq-bot add-label bug, reporting
\cc @gtanzillo