This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
Index cache bug fix
- 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.