You are viewing a plain text version of this content. The canonical link for it is here.
Posted to lokahi-commits@incubator.apache.org by to...@apache.org on 2006/06/05 15:21:16 UTC

svn commit: r411814 - /incubator/lokahi/lokahi/trunk/STATUS

Author: toback
Date: Mon Jun  5 08:21:15 2006
New Revision: 411814

URL: http://svn.apache.org/viewvc?rev=411814&view=rev
Log:
Added new status file with basic todo items.

Added:
    incubator/lokahi/lokahi/trunk/STATUS

Added: incubator/lokahi/lokahi/trunk/STATUS
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/STATUS?rev=411814&view=auto
==============================================================================
--- incubator/lokahi/lokahi/trunk/STATUS (added)
+++ incubator/lokahi/lokahi/trunk/STATUS Mon Jun  5 08:21:15 2006
@@ -0,0 +1,25 @@
+Current To-do:
+======================
+
+Major:
+======================
+Refactor the TMC* classes to a final Lokahi name to provide a final api.
+
+Track down the exceptions that have not been correctly moved to the org.apache.lokahi namespace.
+
+Correct the Agent startup thread including having a Mbean to manage it (patch almost complete)
+
+Eliminate the CheckJVMThread and controller.AdminBean by completing the ControllerThread class.
+
+Minor:
+======================
+Several of the .vm files including Apache\Worker\view.vm and Tomcat\Worker\view.vm need to be corrected.  Those two in particular are currently empty and should look like Apache\Pool\view.vm
+
+The JMX error messages when a non-JMX jvm is running on the same box and is identified need to be suppressed, instead of passed back with the agent job results.
+
+
+Ideas needing expansion:
+======================
+There needs to be a CLI to the agent that calls back the controller with the proper information when a job is submitted directly to the Agent from the CLI.
+
+