-
Notifications
You must be signed in to change notification settings - Fork 3
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.
- Background processes for anti-entropy and garbage collection. For now the separate Check program must be used.
- Background process to copy items to a new ring. Currently the AddRings call returns only after the entire copy is complete.
- The ability to add or remove derived (Map-Reduce) tables dynamically. Currently they must be specified when the database is created.
- The replaceNode method for error repair. Currently the entire ring must be replaced.
- The code for adding and deleting tables, rings, and nodes is still a little flaky.
- Support for
r
option. - Dealing with too many unsent messages (when nodes are down or unreachable).
- The Check program does not fix derived tables
- Adding and removing rings, nodes and tables now happens one at a time. The entire batch should be done together.