Bug 1264851 - XMLRPC search for bug_status=['NEW'] returns HTTP error 502
Summary: XMLRPC search for bug_status=['NEW'] returns HTTP error 502
Keywords:
Status: CLOSED DUPLICATE of bug 1266261
Alias: None
Product: Bugzilla
Classification: Community
Component: Internal Tools
Version: 4.5
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: PnT DevOps Devs
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-21 11:22 UTC by Ilya Etingof
Modified: 2017-07-07 01:16 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-09-25 04:49:30 UTC
Embargoed:


Attachments (Terms of Use)
Bugzilla XMLRPC request data (1.67 KB, text/plain)
2015-09-21 11:22 UTC, Ilya Etingof
no flags Details

Description Ilya Etingof 2015-09-21 11:22:34 UTC
Created attachment 1075473 [details]
Bugzilla XMLRPC request data

We have a script that watches relevant bugs in Bugzilla. For that it periodically runs specific XMLRPC query against production Bugzilla. It worked till last week when Bugzilla has been upgraded.

Now it still works unless 'NEW' is present in input 'bug_status' array. With 'NEW' there it always fails with 502 error code.

Please, see reproducer request in attachment. It fails unless you remove 'NEW' from it.

Comment 1 Matt Tyson 🤬 2015-09-22 06:53:35 UTC
This looks like a proxy timeout.

Can you attach your script so that I can see your exact search terms?

Comment 3 Jason McDonald 2015-09-25 04:49:30 UTC
This has been narrowed down to a specific issue with searching on the short_desc field, reported in Bug 1266261.

*** This bug has been marked as a duplicate of bug 1266261 ***


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