richardwilly98 / elasticsearch-river-mongodb

MongoDB River Plugin for ElasticSearch
1.12k stars 215 forks source link

River thread pools #451

Open dharshanr opened 9 years ago

dharshanr commented 9 years ago

Looks like each river uses 4 threads

  1. Starter thread
  2. Status checker
  3. Oplog slurper
  4. Indexer

Is it possible to have a global status checker for all the threadpools? This way we can save on threads Are these threads being allocated from ElasticSearch thread pools? If so which threadpool is this?

rfyiamcool commented 9 years ago

fix /?