Hi, When trying to persist 120k (120,000) files into the repository (using a dbstore datastore with mysql), I see the following in the logs:
> 2011-05-26 06:32:35,564 [http-8080-1] INFO > org.apache.jackrabbit.core.persistence.util.LRUNodeIdCache :: > num=10240/10240 hits=1312421 miss=1777579 > 2011-05-26 06:32:36,877 [http-8080-1] INFO > org.apache.jackrabbit.core.persistence.util.BundleCache :: num=3393 > mem=8189k max=8192k avg=2471 hits=238776 miss=1541224 > 2011-05-26 06:32:40,612 [http-8080-1] INFO > org.apache.jackrabbit.core.persistence.util.LRUNodeIdCache :: > num=10240/10240 hits=1312928 miss=1787072 > 2011-05-26 06:37:26,134 [http-8080-1] WARN > org.apache.jackrabbit.core.observation.ObservationDispatcher :: More than > 200000 events in the queue > java.lang.Exception: Stack Trace > at > org.apache.jackrabbit.core.observation.ObservationDispatcher.dispatchEvents(ObservationDispatcher.java:228) > at > org.apache.jackrabbit.core.observation.EventStateCollection.dispatch(EventStateCollection.java:475) > at > org.apache.jackrabbit.core.state.SharedItemStateManager$Update.end(SharedItemStateManager.java:765) > at o Although the data makes its way through to the database, I wanted to get a little bit more clarity on what the above trace means and if something terribly wrong is happening under the covers. Please advise. Thanks -PeriS
