Hi,
Upon restart, cleo will do some compaction to re-claim 1 or 2
fragmented segments. During this process, new segments may be
generated. However, the total number of segments will stop to grow
over time. You can try to restart your application a few times, then
you will see that the number of segments will not change (if you do
not index new elements).
Best,
Jingwei
On Apr 6, 12:26 pm, dernasherbrezon <
dernasherbre...@gmail.com> wrote:
> Hi Cleo Team,
>
> I took Company example and implemented it in my app. Then I noticed
> that every time app starts, homedir size is growing. Seems like it
> creates segments for GenericTypeahead on every initialization.
>
> Config is the same as in example:
https://github.com/linkedin/cleo/blob/master/src/examples/resources/g...
>
> GenericTypeahead initialization routine is the same as in example:
https://github.com/linkedin/cleo/blob/master/src/examples/java/cleo/e...