Skip to content

Release 4.1.0.28

Compare
Choose a tag to compare
@cccs-sgaron cccs-sgaron released this 09 Dec 15:40
· 102 commits to master since this release
152033e

Base

  • Stop unnecessary filestore validation after write

Core

  • Fix double counting of cache miss in ingester
  • Only drop files in ingester if inflight queue is higher then 80%
  • Use get_if_exists instead of get when saving results
  • Add more APMs to dispatch and submission clients

Service Server

  • Stop validating that the file is in the filestore since upload function already does that
  • Use a multiget to get file infos instead of sequential gets
  • Process embedded files in a threadpool
  • Add APMs