Eyebrowse/JakartaRequests

Goal: Fix indexing for Jakarta lists not currently being properly indexed


Status:


*** daedalus:/www/''tlp''.apache.org/mail/''list'' has the mbox files in compressed format.  They need to be uncompressed before running eyebrowse.  

["DONE"] for bsf-user 
["DONE"] for bsf-dev 
["DONE"] for tapestry-user 
["DONE"] for turbine-jcs-user 
["DONE"] for turbine-jcs-dev 

 cd /opt/tomcat/webapps/eyebrowse/archive/jakarta.apache.org/bsf-user 
["DONE"] wget jakarta.apache.org/mail/bsf-user/200303.gz 
["DONE"] wget jakarta.apache.org/mail/bsf-user/200304.gz 
["DONE"] wget jakarta.apache.org/mail/bsf-user/200305.gz 
["DONE"] wget jakarta.apache.org/mail/bsf-user/200306.gz 
["DONE"] wget jakarta.apache.org/mail/bsf-user/200307.gz 
["DONE"] wget jakarta.apache.org/mail/bsf-user/200308.gz 
["DONE"] wget jakarta.apache.org/mail/bsf-user/200309.gz 
["DONE"] rm 200303 200304 200305 200306 200307 200308 200309 
["DONE"] gunzip *.gz 
["DONE"] for bsf-user  
["DONE"] for bsf-dev 
["NOT DONE"] for tapestry-user - too many already indexed messages 
["DONE"] for turbine-jcs-user 
["NOT DONE"] for turbine-jcs-dev - indexed message 

 SELECT @listid := listId FROM eb_List WHERE listName LIKE "bsf-user@jakarta%"; 
  
 fileId = 2102 (select * from eb_ListFile where listId = @listid; and look for 200305) 
 (using select * from eb_Message where listId = @listid and fileId = 2102); 
 msgId = 706200 
 threadId = 348538 
  
 ** delete eb_Message entry  

["DONE"] DELETE from eb_Message where listId = @listid and msgId = 706200; 

 ** delete eb_MessageId entry 

["DONE"] DELETE from eb_MessageId where listId = @listid and msgId = 706200; 

 ** delete eb_Thread entry 

["DONE"] DELETE from eb_Thread where listId = @listid and threadId = 348538; 

 * On nagoya as regular user - re-index the files, one at a time 

["DONE"] for bsf-user 
["DONE"] for bsf-dev 
["DONE"] for tapestry-user 
["DONE"] for turbine-jcs-user 
["DONE"] for turbine-jcs-dev 

 SELECT @listid := listId FROM eb_List WHERE listName LIKE "bsf-user@jakarta%"; 
["DONE"] UPDATE eb_ListFile SET isActive = 0 WHERE listId = @listid and filePath like "%200309";  
["DONE"] UPDATE eb_ListFile SET isActive = 1 WHERE listId = @listid and filePath like "%200303"; 
["DONE"] ~noel/force-list 'bsf-user@jakarta.apache.org' 

["DONE"] ~noel/update-list 'bsf-user@jakarta.apache.org' 200304 

["DONE"] UPDATE eb_ListFile SET isActive = 0 WHERE listId = @listid and filePath like "%200304";  
["DONE"] UPDATE eb_ListFile SET isActive = 1 WHERE listId = @listid and filePath like "%200305"; 
["DONE"] ~noel/force-list 'bsf-user@jakarta.apache.org' 
["DONE"] UPDATE eb_ListFile SET isActive = 0 WHERE listId = @listid and filePath like "%200305"; 
["DONE"] UPDATE eb_ListFile SET isActive = 1 WHERE listId = @listid and filePath like "%200306"; 
["DONE"] ~noel/force-list 'bsf-user@jakarta.apache.org' 
["DONE"] UPDATE eb_ListFile SET isActive = 0 WHERE listId = @listid and filePath like "%200306"; 
["DONE"] UPDATE eb_ListFile SET isActive = 1 WHERE listId = @listid and filePath like "%200307"; 
["DONE"] ~noel/force-list 'bsf-user@jakarta.apache.org' 
["DONE"] UPDATE eb_ListFile SET isActive = 0 WHERE listId = @listid and filePath like "%200307"; 
["DONE"] UPDATE eb_ListFile SET isActive = 1 WHERE listId = @listid and filePath like "%200308"; 
["DONE"] ~noel/force-list 'bsf-user@jakarta.apache.org' 
["DONE"] UPDATE eb_ListFile SET isActive = 0 WHERE listId = @listid and filePath like "%200308"; 
["DONE"] UPDATE eb_ListFile SET isActive = 1 WHERE listId = @listid and filePath like "%200309"; 
["DONE"] ~noel/force-list 'bsf-user@jakarta.apache.org' 

 wget jakarta.apache.org/mail/bsf-user/200310 

UPDATE eb_ListFile SET isActive = 0 WHERE listId = @listid and filePath like "%200309";  
 UPDATE eb_ListFile SET isActive = 1 WHERE listId = @listid and filePath like "%200310"; 
 ~noel/force-list 'bsf-user@jakarta.apache.org' 

last edited 2005-03-22 05:44:03 by