|
Hi, I use the MogileFS code from official svn trunk to do some test. But when I do some domain addition/deletion operations, the output of 'mogadm domain list' becomes inconsistent between different calls. This phenomenon can be repeated by following steps:
--code begin-- sub invalidate_cache { ... %id2name=(); %name2id=(); %singleton=(); # XXX: this is newly added ... --code end-- And I have another question: does classes belong to certain domain? If so, why delete a domain does not clean up the classes under it? |
- Inconsistent output of 'mogadm domain list' encountered Chaos Wang
