Bug 462626 - 500: Internal server error on query many bugs via XMLRPC
Summary: 500: Internal server error on query many bugs via XMLRPC
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Bugzilla
Classification: Community
Component: WebService
Version: 3.2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: PnT DevOps Devs
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-09-17 16:29 UTC by Martin Bacovsky
Modified: 2013-06-24 02:23 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-11-21 21:04:03 UTC
Embargoed:


Attachments (Terms of Use)

Description Martin Bacovsky 2008-09-17 16:29:17 UTC
Description of problem:
I tried to get bugs in status other than CLOSED. This should be around 40k bugs. Despite the fact that limit for XMLRPC is set to 100k bugs my query fails with 500 Internal Server Error

Version-Release number of selected component (if applicable):
3.2

How reproducible:
Always

Steps to Reproduce:
1. Run query with following params
query = {
            'column_list': ['bug_id', 'changeddate', 'bug_status'],
            'bug_status': ['NEW','ASSIGNED','MODIFIED', 'ON_DEV', 'ON_QA', 'VERIFIED', 'FAILS_QA', 'RELEASE_PENDING', 'POST']
}
             
            
Additional info:
If I limit the query to return just 'NEW','ASSIGNED' it works. (roughly 23k bugs)

I met similar behaviour while requesting full bugs in multicall. So the problem might be in some size limit for XMLRPC response.

Comment 1 David Lawrence 2008-11-21 21:04:03 UTC
This worked for me now. This may have happened before due to the performance issues Bugzilla was experiencing during the time period this bug was filed. Please retry your test now and reopen this if it still occurs.

Dave


Note You need to log in before you can comment on or make changes to this bug.