Changeset 8881

Show
Ignore:
Timestamp:
06/10/11 15:26:05 (2 years ago)
Author:
bligon
Message:

Apply patch from Phil Carns that removes duplicate handles from the result
set produced by the iterate-handle function. Duplicates were probably
introduced by an old version of BDB, pre 4.8.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/test-duplicate-patch/src/io/trove/trove-handle-mgmt/trove-handle-mgmt.c

    r6351 r8881  
    127127                    if (ret != 0) 
    128128                    { 
    129                         gossip_debug( 
    130                             GOSSIP_TROVE_DEBUG, "could not remove " 
    131                             "handle %llu\n", llu(handles[i])); 
    132                         break; 
     129                        gossip_err( 
     130                            "WARNING: could not remove " 
     131                            "handle %llu from ledger; continuing.\n", llu(handles[i])); 
    133132                    } 
    134133                }