https://github.com/emc-isilon/pike/blob/master/pike/model.py#L1454 `resp_future.then(close_req.handle.dispose())` needs to be a lambda. there may be other places in the code that have similar issues.
https://github.com/emc-isilon/pike/blob/master/pike/model.py#L1454
resp_future.then(close_req.handle.dispose())needs to be a lambda.
there may be other places in the code that have similar issues.