Disable live-RPC queries under split query
authorIustin Pop <iustin@google.com>
Wed, 30 Jan 2013 16:31:25 +0000 (17:31 +0100)
committerIustin Pop <iustin@google.com>
Thu, 31 Jan 2013 11:10:41 +0000 (12:10 +0100)
commitfb251c2c4c582ec0d6c00a6f6c5e134ed5196e03
treef9b9f43e0e231cb00e855dbb3ea53c56c5174faa
parent6f1e192196d30ca1afcbff5c534619480d56225a
Disable live-RPC queries under split query

Currently, the node listing RPC is very slow due to missing
parallelisation. For the 2.7 release, we reset these back to masterd,
hoping to revert them by the time 2.8 is ready.

There are a number of queries that I've left pointing to confd, as
they are non-RPC:

- node fields query
- node static fields query (and added a note in one case where it
  could become a problem)

All the other converted queries (job listing, group queries, tags,
cluster config) remain pointing to confd, as they don't use RPC.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
lib/client/gnt_node.py
lib/rapi/rlib2.py