-------- Forwarded Message --------
Hi Ken,
Waaaaaay, back when we first started talking about this, you
advised me to check the multi-archive meta data for
- metrics with more than one PMID
- PMIDs with more than one metric name.
While looking into this, I realized that the latter case is
explicitly supported in the meta data file format. That is, we
support PMIDs with more than one name. Was there some other issue
that you had in mind with regard to this?
The former case, is flagged as an error by AddPMNSNode(), but the
error is currently tolerated by __pmLogLoadMeta() -- see line 250
of logmeta.c. The comment there is incorrect. PM_ERR_PMID is
returned when the same name has a different PMID. Is there some
reason why this would a problem in particular for a multi-archive
context?
FWIW, there is a a test case (507) for which the metric
pmcd.pmie.configfile has a different PMID in the given name space
file (src/root_irix) than it does in the given archive
(archives/pcpcmd). This test started failing when I added the
check for metrics with more than one PMID.
Thanks for your advice,
Dave