• Task
  • Status: Resolved
  • 1 Critical
  • Resolution: Fixed
  • ljacomet
  • Reporter: alexsnaps
  • January 18, 2013
  • 0
  • Watchers: 2
  • March 01, 2013
  • January 30, 2013

Description

… with the montreal design, all cache entries are always held in the lowest tier (i.e. the AuthoritativeTier), if one configures a higher tier (CachingTier) to hold more (e.g. unbound, 0, maxEntries) than the lower tier can hold, it will lead to problems.

We should log/warn people when they do this…

Comments

Alexander Snaps 2013-01-29

Ping me if you think you need more details… if I’ve been too slow, or you think you can’t do it, just send it back my way.

Louis Jacomet Jacomet 2013-01-30

Warning will be logged when * MaxBytesLocalHeap equal or greater than MaxBytesLocalOffHeap * MaxBytesLocalOffHeap equal or greater than MaxBytesLocalDisk * MaxEntriesLocalHeap equal or greater than MaxEntriesLocalDisk