TODO 3.7 KB

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