Patch to remove segfault on the exiting of a service.
[openais.git] / TODO
blob90d6524e8afaee6f3cb232d0654ddeb4e2c111a4
1 The openais standards based cluster framework TODO list
2 Last Updated: May 26, 2006
4 P1 items are to be implemented before Wilson release.  P2 items may be
5 implemented in Wilson if interested parties provide patches.  P3 items are
6 targeted for Humphrey.
8 Generic Items
9 -------------
10 * P1 32/64 bit cross-endian must be working.
11 * P2 Itemize any changes required for AIS B.02.01 in the TODO list.
12 * P2 doxygen-ize the include and lib directories.
13 * P2 There are many TODOs in the code that need attention.
14 * P2 Implement static voting virtual synchrony filter.
15 * P3 Integrate with rgmanager system.
16 * P3 doxygen-ize the exec directory.
17 * P3 Advanced Synchronization Engine needed to synchronize data without
18      long blocking delays during configuration changes.
20 Totem
21 -----
22 * P1 Test scalability to 128 processors.
23 * P1 Implement safe message delivery (for both Wilson and Picacho).
24 * P1 Add mechanism to reenable a redundant ring after that ring has been
25      declared faulty and then repaired by the system administration.
26 * P1 In redundant ring configuration disallow binding to localhost interface.
27 * P2 Flush totem messages during RECOVERY state that are in the
28      new_message_queue.
29 * P2 Turn totem layer into an LCR component.
30 * P3 Implement the totem multiring protocol.
32 YKD Virtual Synchrony Filter
33 ----------------------------
34 * P1 32/64 bit cross-endian must be working.
35 * P2 Scale to 128 processors.
37 LCR
38 ---
39 * P2 Finish live component replacement services.
41 Checkpointing
42 -------------
43 * P1 32/64 bit cross-endian must be working.
44 * P1 There is a bug in that iteration doesn't work under heavy load that
45      must be fixed.
46 * P1 Creation/deletion of checkpoints should be done using SAFE messaging.
47 * P1 The checkpoint unlink operation doesn't work as per specification.  The
48      specification says that a checkpoint unlink should then allow a new
49      checkpoint with the same name to be created.  All cluster members using
50      the old checkpoint continue to use the old checkpoint until they all
51      stop using the checkpoint, at which point the checkpoint should be removed
52      from the cluster. 
53 * P2 Conformance testing via SAF-TEST needs to reach 100%.
55 Distributed Locking Service
56 ---------------------------
57 * P1 32/64 bit cross-endian must be working.
58 * P1 Distributed locking needs configuration change support.
59 * P1 Provide kernel-based DLM service handler for distributed locking.
60 * P2 Conformance testing via SAF-TEST needs to reach 100%.
62 Messaging Service
63 -----------------
64 * P2 32/64 bit cross-endian must be working.
65 * P2 Finish implementation.
66 * P2 Conformance testing via SAF-TEST needs to reach 100%.
68 Availability Management Framework
69 ---------------------------------
70 * P1 32/64 bit cross-endian must be working.
71 * P1 Finish next generation state machine design.
72 * P1 Implement next generation state machine design.
73 * P2 Conformance testing via SAF-TEST needs to reach 100%.
75 Logging Service
76 ---------------
77 * P2 32/64 bit cross-endian must be working.
78 * P2 Design and implement.
79 * P3 Conformance testing via SAF-TEST needs to reach 100%.
81 IMMS
82 ----
83 * P3 32/64 bit cross-endian must be working.
84 * P3 Design and implement morphing the configuration object database.
85 * P3 Conformance testing via SAF-TEST needs to reach 100%.
87 Cluster Membership
88 ------------------
89 * P1 32/64 bit cross-endian testing.  Code completed and believed to be correct.
91 Eventing
92 --------
93 * P1 32/64 bit cross-endian must be working.
95 Closed Process Groups
96 ---------------------
97 * P1 32/64 bit cross-endian must be working.
99 Extended Virtual Synchrony Passthrough Interface
100 ------------------------------------------------
101 * P1 32/64 bit cross-endian must be working.
102 * P1 Modify man pages to match new API semantics.
103 * P1 Add mechanism to get redundant ring information from EVS interface.
107 * There are no TODOs for the IPC system.
109 SYNC
110 ----
111 * P1 32/64 bit cross-endian must be working.