Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionWaldirio M Pinheiro
2019-03-27 11:43:10 UTC
Description of problem:
Sometimes we got issues where the workaround is to add the line as below
"db.config.in.operator.block.size = 1000".
Filling the BZ from Mike request.
Version-Release number of selected component (if applicable):
6.4.z
How reproducible:
Steps to Reproduce:
1. Sometimes happens with a customer with more then 17k VM's on virtualization environment
2.
3.
Actual results:
virt-who fail
---
2018-08-31 20:44:11,229 [virtwho.destination_-4756648715778885625 ERROR] MainProcess(3194):Thread-3 @virt.py:run:388 - Thread 'destination_-4756648715778885625' fails with exception:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/virtwho/virt/virt.py", line 379, in run
self._run()
File "/usr/lib/python2.7/site-packages/virtwho/virt/virt.py", line 335, in _run
self._send_data(data_to_send)
File "/usr/lib/python2.7/site-packages/virtwho/virt/virt.py", line 665, in _send_data
self.dest.check_report_state(batch_host_guest_report)
File "/usr/lib/python2.7/site-packages/virtwho/manager/subscriptionmanager/subscriptionmanager.py", line 353, in check_report_state
for fail in result_data.get('failedUpdate', []):
AttributeError: 'unicode' object has no attribute 'get'
2018-08-31 20:44:11,229 [virtwho.destination_-4756648715778885625 INFO] MainProcess(3194):Thread-3 @virt.py:_send_data:553 - Error report received
---
Expected results:
virt-who push the information without error.
Additional info:
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2020:1454
Description of problem: Sometimes we got issues where the workaround is to add the line as below "db.config.in.operator.block.size = 1000". Filling the BZ from Mike request. Version-Release number of selected component (if applicable): 6.4.z How reproducible: Steps to Reproduce: 1. Sometimes happens with a customer with more then 17k VM's on virtualization environment 2. 3. Actual results: virt-who fail --- 2018-08-31 20:44:11,229 [virtwho.destination_-4756648715778885625 ERROR] MainProcess(3194):Thread-3 @virt.py:run:388 - Thread 'destination_-4756648715778885625' fails with exception: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/virtwho/virt/virt.py", line 379, in run self._run() File "/usr/lib/python2.7/site-packages/virtwho/virt/virt.py", line 335, in _run self._send_data(data_to_send) File "/usr/lib/python2.7/site-packages/virtwho/virt/virt.py", line 665, in _send_data self.dest.check_report_state(batch_host_guest_report) File "/usr/lib/python2.7/site-packages/virtwho/manager/subscriptionmanager/subscriptionmanager.py", line 353, in check_report_state for fail in result_data.get('failedUpdate', []): AttributeError: 'unicode' object has no attribute 'get' 2018-08-31 20:44:11,229 [virtwho.destination_-4756648715778885625 INFO] MainProcess(3194):Thread-3 @virt.py:_send_data:553 - Error report received --- Expected results: virt-who push the information without error. Additional info: