Changeset 3559

Show
Ignore:
Timestamp:
05/31/12 13:26:34
Author:
douglm
Message:

When rebuilding an index start a thread so that the JMX console can return immediately. Otherwise we can get http timeouts before the process finishes.

Change the rebuild to update a set of status objects which we can display through JMX allowing us to see progress.

Noticed we were indexing out/inbox and deleted. Changed skipPath processing to allow * prefixed paths

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • releases/bedework-3.8/deployment/ear.meta/jboss-service.xml

    r3547 r3559  
    99         name="org.bedework:service=Indexer"> 
    1010    <attribute name="Account">admin</attribute> 
    11     <attribute name="SkipPaths">/public/unbrowsable:/public/aliases</attribute> 
     11    <attribute name="SkipPaths">/public/unbrowsable:/public/aliases:*/Outbox:*/Inbox:*/Deleted</attribute> 
    1212     
    1313    <attribute name="MaxPublicThreads">5</attribute>