[tahoe-dev] odd determination of unhealthy

Greg Troxel gdt at ir.bbn.com
Mon Aug 16 15:58:47 UTC 2010


I did a 'tahoe --check --raw' on my main directory in the pubgrid, and
got an odd report: the object is 'unhealthy', even though all 10 shares
are present, plus two leftover shares of a previous version.  I would
call that healthy with some stale bits in need of garbage collection,
but maybe I don't get it.

Another oddity is that running check on another client resulted in
seeing very few shares.  Both clients have real IP addresses.  But, the
one that saw only 4 shares is running (w/o storage) on a machine that
also runs a storage node.  Is it expected that one can run a client and
a storage node on one machine at the same time without problems?


{
 "results": {
  "needs-rebalancing": true, 
  "count-shares-expected": 10, 
  "healthy": false, 
  "count-unrecoverable-versions": 1, 
  "count-shares-needed": 3, 
  "sharemap": {
   "seq11-ioef-sh7": [
    "tavrk54ewt2bl2faybb55wrs3ghissvx"
   ], 
   "seq11-ioef-sh2": [
    "tavrk54ewt2bl2faybb55wrs3ghissvx"
   ], 
   "seq12-nmj7-sh5": [
    "xflgj7cg3y7ed5echsr74s7ejir4cdnl"
   ], 
   "seq12-nmj7-sh4": [
    "zkj6swl2ijx3aiebreut4siqopfdaixc"
   ], 
   "seq12-nmj7-sh7": [
    "nszizgf5qiwjdtaugx7eurv2amaebzre"
   ], 
   "seq12-nmj7-sh6": [
    "sp26qyqclbwjv6lgqdxik5lfdlxrkpnz"
   ], 
   "seq12-nmj7-sh1": [
    "sp26qyqclbwjv6lgqdxik5lfdlxrkpnz"
   ], 
   "seq12-nmj7-sh0": [
    "xflgj7cg3y7ed5echsr74s7ejir4cdnl"
   ], 
   "seq12-nmj7-sh3": [
    "sroojqcxycnlkvnqn2edpj4slnmif53v"
   ], 
   "seq12-nmj7-sh2": [
    "4rk5oqd72s7viaw2sjczs7nnk2hmqfix"
   ], 
   "seq12-nmj7-sh9": [
    "fp3xjndgjt2npubdl2jqqb26clanyag7"
   ], 
   "seq12-nmj7-sh8": [
    "sroojqcxycnlkvnqn2edpj4slnmif53v"
   ]
  }, 
  "count-recoverable-versions": 1, 
  "servers-responding": [
   "sp26qyqclbwjv6lgqdxik5lfdlxrkpnz", 
   "4rk5oqd72s7viaw2sjczs7nnk2hmqfix", 
   "rpiw4n3ffzygwyzlkjb55upikk6mewtv", 
   "zkj6swl2ijx3aiebreut4siqopfdaixc", 
   "nszizgf5qiwjdtaugx7eurv2amaebzre", 
   "xflgj7cg3y7ed5echsr74s7ejir4cdnl", 
   "fp3xjndgjt2npubdl2jqqb26clanyag7", 
   "tavrk54ewt2bl2faybb55wrs3ghissvx", 
   "sroojqcxycnlkvnqn2edpj4slnmif53v"
  ], 
  "count-good-share-hosts": 7, 
  "count-wrong-shares": 2, 
  "count-shares-good": 10, 
  "count-corrupt-shares": 0, 
  "list-corrupt-shares": [], 
  "recoverable": true
 }, 
 "storage-index": "[redacted]",
 "summary": "Unhealthy: some versions are unrecoverable"
}



other client, soon after in time:

{
 "results": {
  "needs-rebalancing": true, 
  "count-shares-expected": 10, 
  "healthy": false, 
  "count-unrecoverable-versions": 0, 
  "count-shares-needed": 3, 
  "sharemap": {
   "seq12-nmj7-sh5": [
    "xflgj7cg3y7ed5echsr74s7ejir4cdnl"
   ], 
   "seq12-nmj7-sh7": [
    "nszizgf5qiwjdtaugx7eurv2amaebzre"
   ], 
   "seq12-nmj7-sh0": [
    "xflgj7cg3y7ed5echsr74s7ejir4cdnl"
   ], 
   "seq12-nmj7-sh2": [
    "4rk5oqd72s7viaw2sjczs7nnk2hmqfix"
   ]
  }, 
  "count-recoverable-versions": 1, 
  "servers-responding": [
   "rpiw4n3ffzygwyzlkjb55upikk6mewtv", 
   "xflgj7cg3y7ed5echsr74s7ejir4cdnl", 
   "4rk5oqd72s7viaw2sjczs7nnk2hmqfix", 
   "62nlabgfiuzbfseufd2yoymbjzsenbuz", 
   "nszizgf5qiwjdtaugx7eurv2amaebzre"
  ], 
  "count-good-share-hosts": 3, 
  "count-wrong-shares": 0, 
  "count-shares-good": 4, 
  "count-corrupt-shares": 0, 
  "list-corrupt-shares": [], 
  "recoverable": true
 }, 
 "storage-index": "[redacted]", 
 "summary": "Unhealthy: 4 shares (enc 3-of-10)"
}

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 194 bytes
Desc: not available
URL: <http://tahoe-lafs.org/pipermail/tahoe-dev/attachments/20100816/5c3d6987/attachment.pgp>


More information about the tahoe-dev mailing list