ZAPI-660: Requests to /vms hang forever which have a "fields" param and match no VMs

Details

Issue Type:Bug
Priority:4 - Normal
Status:Resolved
Created at:2015-08-20T17:19:25.000Z
Updated at:2015-08-21T01:03:13.000Z

People

Created by:Former user
Reported by:Former user
Assigned to:Former user

Resolution

Fixed: A fix for this issue is checked into the tree and tested.
(Resolution Date: 2015-08-20T21:49:27.000Z)

Fix Versions

2015-09-03 Wave (Release Date: 2015-09-03)

Description

A request to /vms which contains the "fields" parameter and returns no results will currently hang forever (as the request handler crashes without replying).

See also https://github.com/joyent/sdc-vmapi/pull/2

Comments

Comment by Former user
Created at 2015-08-20T21:46:36.000Z

sdc-vmapi commit cff6bd4 (branch master, by Alex Wilson)

ZAPI-660 Requests to /vms hang forever which have a "fields" param and match no VMs
Reviewed by: Josh Wilsdon <jwilsdon@joyent.com>


Comment by Former user
Created at 2015-08-21T01:03:13.000Z

sdc-vmapi commit eb42f75 (branch master, by Alex Wilson)

ZAPI-661 Commit for ZAPI-660 broke "make check"