WUListQueries and WUQueryDetails return different results for same params

Environment

http://10.173.147.1:8010

Description

When I search for a roxie query using WUQueryDetails and passing in a queryset and query id, I get a result.

When I pass in the same query id and queryset into WUListQueries, nothing returns.

This is on the http://10.173.147.1:8010 cluster (version HPCC 5.6)

Working WUQueryDetails soapcall:
[code]<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns="urn:hpccsystems:ws:wsworkunits">
<soap:Body>
<WUQueryDetailsRequest>
<QueryId>lrenn_delete.ins002_service_20160517_050433.1</QueryId>
<QuerySet>roxie</QuerySet>
<IncludeStateOnClusters>1</IncludeStateOnClusters>
<IncludeSuperFiles>1</IncludeSuperFiles>
</WUQueryDetailsRequest>
</soap:Body>
</soap:Envelope>
/code

Failing WUListQueries soapcall:
[code]<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns="urn:hpccsystems:ws:wsworkunits">
<soap:Body>
<WUListQueriesRequest>
<QuerySetName>roxie</QuerySetName>
<ClusterName>roxie</ClusterName>
<QueryID>lrenn_delete.ins002_service_20160517_050433.1</QueryID>
</WUListQueriesRequest>
</soap:Body>
</soap:Envelope>
/code

Conclusion

None

Activity

Show:

Drea Leed May 18, 2016 at 12:58 PM

Fixing this is a high priority for HIPIE: a 1.7 bug fix (files for services not being correctly deleted) is dependent on it.

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Fix versions

Pull Request URL

Affects versions

Created May 17, 2016 at 9:12 PM
Updated July 11, 2016 at 9:48 AM
Resolved July 11, 2016 at 9:48 AM