Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Index cache bug fix

Compare
Choose a tag to compare
@oschwald oschwald released this 10 Mar 19:41
· 151 commits to main since this release
  • Code and examples for the non-functional distributed lookup service were
    removed.
  • A bug that could cause an ArrayIndexOutOfBoundsException when using
    GEOIP_INDEX_CACHE was fixed. On the last node, the reader would attempt
    to read beyond the end of the buffer due to the incorrect record length
    being used.