Bug 1114924
| Summary: | Possible missing string terminator in ioprocess logging | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Federico Simoncelli <fsimonce> | ||||
| Component: | vdsm | Assignee: | Saggi Mizrahi <smizrahi> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Pavel Stehlik <pstehlik> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 3.5.0 | CC: | amureini, bazulay, gklein, iheim, lpeer, oourfali, pstehlik, smizrahi, yeylon | ||||
| Target Milestone: | --- | Keywords: | Triaged | ||||
| Target Release: | 3.5.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | infra | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-08-26 12:34:34 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Federico Simoncelli
2014-07-01 09:40:14 UTC
Created attachment 913717 [details] vdsm-bz1114924.log.gz Version-Release number of selected component (if applicable): python-ioprocess-0.6.1-1.el6.noarch ioprocess-0.6.1-1.el6.x86_64 I don't think this is the expected behavior: Thread-14::DEBUG::2014-08-01 10:44:26,550::__init__::232::IOProcess::(_processLogs) (1303) Got request for method 'statvfs'DEBUG|(1303) Queuing responseDEBUG|Extracting request information...DEBUG|(1304) Got reque st for method 'statvfs'DEBUG|(1304) Queuing responseDEBUG|(1301) Queuing responseDEBUG|Extracting request information...DEBUG|(1306) Got request for method 'statvfs'DEBUG|(1306) Queuing responseDEBUG|(1309) Queuin g responseDEBUG|(1311) Queuing responseDEBUG|Extracting request information...DEBUG|(1312) Got request for method 'statvfs'DEBUG|(1312) Queuing responseDEBUG|(1313) Queuing responseDEBUG|Extracting request informa tion...DEBUG|(1314) Got request for method 'statvfs'DEBUG|(1314) Queuing responseDEBUG|Extracting request information...DEBUG|(1315) Got request for method 'statvfs'DEBUG|(1315) Queuing responseDEBUG|(1316) Queuin g responseDEBUG|(1319) Queuing responseDEBUG|(1321) Queuing responseDEBUG|(1322) Queuing responseDEBUG|(1331) Queuing responseDEBUG|Extracting request information...DEBUG|(1333) Got request for method 'statvfs'DEB UG|(1333) Queuing responseDEBUG|Extracting request information...DEBUG|(1334) Got request for method 'statvfs'DEBUG|(1334) Queuing responseDEBUG|(1336) Queuing responseDEBUG|(1337) Queuing responseDEBUG|(1343) Que uing responseDEBUG|(1345) Queuing responseDEBUG|(1347) Queuing responseDEBUG|(1351) Queuing responseDEBUG|(1352) Queuing responseDEBUG|(1355) Queuing responseDEBUG|(1357) Queuing responseDEBUG|Extracting request i nformation...DEBUG|(1359) Got request for method 'access'DEBUG|(1359) Queuing responseDEBUG|Extracting request information...DEBUG|(1360) Got request for method 'access'DEBUG|(1360) Queuing responseDEBUG|(1362) Qu euing responseDEBUG|(1361) Queuing responseDEBUG|Receiving request... It's probably a side-effect of the missing terminator. This was merged in http://gerrit.ovirt.org/#/c/30977/ and is already in ioprocess 0.10.0. |