Hi Doug,

In src/cc/Hypertable/RangeServer/MetadataRoot.cc:78
MetadataRoot::get_next_files

The parameter ag_name is not assigned a valid value which would cause
function Range::load_cell_stores (src/cc/Hypertable/RangeServer/
Range.c:137) to fail when the root range is recovering from its
CellStores. <Though not used at present>

We should add a line in the function.
    ...
    String attrname = (String)"files." + m_agnames[m_next];
    ag_name = m_agnames[m_next];         // add this line
    m_next++;
    ...


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Hypertable Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/hypertable-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to