Bugzilla – Bug 6556
add getAll to RM API
Last modified: 2010-03-12 11:36:01
You need to log in before you can comment on or make changes to this bug.
User requests adding an operation to the RM API that gets all VM information objects associated with all Callers (for periodic polling, to avoid querying the database directly).
Committed to HEAD. Waiting to resolve this to FIXED, first want to make sure it fits the need.
I should mention, it's called "getGlobalAll()" in the RM API because there already was a getAll which is scoped by ensemble etc ("get all" in a group). Here's the changeset: http://fisheye.globus.org/changelog/GlobusToolkit/workspace/vm?cs=MAIN:tfreeman:20081201173424
going to test this out to make sure, but from the diffs it looks good.
Only tested before with >0 running VMs at the time, there was a bug with that. This is probably what caused NPE that Michael was seeing. Committed fix.
(a bug with zero running, I meant)