Forum Discussion

GertjanA's avatar
GertjanA
Moderator
10 years ago
Solved

ev11 dtrace indexvolumeprocessor

Hello all,

Due to an issue with indxing running behind, I ran a dtrace on the EVIndexVolumesProcessor.

I restarted the indexig service.

I see at the end of the log :

20477 15:28:42.778  [61920] (EVIndexVolumesProcessor) <Work Item enqueuing thread:39356> EV-M {IndexVolumesManager} There are currently no available slots in the work items queue.

Are the items queued, and handled when slots are available? How do they come available? Can I check if the slots are 'moving'?

Thanks.

 

EV11SP1CHF2 on W2008R2

  •  

     

    open a perfmon and add the EV index volume process. You can see the index volumes moving in the report.

    If you dont see any movement, then theres something wrong with your index engine. Look for event ID 29057

    https://www.veritas.com/support/en_US/article.TECH227713

     

     

     

     

     

     

  • From what I understand Index Volumes Processor internally queues up jobs (or work items) and processes them in a prioritized manner based on archive type and job type. Jobs are either one of two types; synchronization or sub task (i.e. Rebuild, Repair, Verify etc). I think the work items notifiy Index Volumes Processor when it's ready to give up a slot. If there are other work items on the queue, the running item will be suspended and placed back on the queue so that a new work item can be activated in its place.

    Maybe somebody can correct me. I am not sure how to check if the slots are "moving" other than constantly dtracing maybe.

  • after restarting indexing, did indexing fully initialize before or after that line on the dtrace?

  • Service initialized fully before showing these entries:

    41302 The Indexing Service has completed its initialization. The service is now functioning fully.

  •  

     

    open a perfmon and add the EV index volume process. You can see the index volumes moving in the report.

    If you dont see any movement, then theres something wrong with your index engine. Look for event ID 29057

    https://www.veritas.com/support/en_US/article.TECH227713