Thank you, kuer. I'll make the change. - Doug
On Fri, Sep 4, 2009 at 1:09 AM, kuer <[email protected]> wrote: > > Hi, all, > > There is a bug in count_stored.cc : > > 102 // Create Hypertable client object > 103 ClientPtr hypertable_client = new Hypertable::Client(argv[0]); > 104 ConnectionManagerPtr conn_mgr = new ConnectionManager(); > 105 DfsBroker::Client *dfs = new DfsBroker::Client(conn_mgr, > properties); > 106 > 107 Global::dfs = dfs; <<<<<<<<--- this line should be added > 108 > > if not, when calling CellStoreFactory::open(...), the program will > crash because Global::dfs is nil. > > 131 CellStorePtr cell_store_ptr = CellStoreFactory::open > (file_vector[i].file, 0, 0); > 132 CellListScanner *scanner = 0; > > > thanks > > -- kuer > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
