Skip to content

Not Yet Implemented

nestorpersist edited this page Jan 6, 2013 · 25 revisions

The following OStore features have not yet been implemented or may not yet be fully functional.

  1. Background processes for anti-entropy and garbage collection. For now the separate Check program must be used.
  2. Background process to copy items to a new ring. Currently the AddRings call returns only after the entire copy is complete.
  3. The ability to add or remove derived (Map-Reduce) tables dynamically. Currently they must be specified when the database is created.
  4. The replaceNode method for error repair. Currently the entire ring must be replaced.
  5. The code for adding and deleting tables, rings, and nodes is still a little flaky.
  6. Support for r option.
  7. Dealing with too many unsent messages (when nodes are down or unreachable).
  8. The Check program does not fix derived tables
  9. Adding and removing rings, nodes and tables now happens one at a time. The entire batch should be done together.
Clone this wiki locally