lukass77

Results 11 comments of lukass77

With regard to point number 2 , where it can be customized ? On Thu, 16 Mar 2023, 18:30 Adrian Mróź, ***@***.***> wrote: > Please note few things: > >...

Hey any update on this , documentation change ?

please re-check this issue is not a duplicate with same root cause as this one - https://github.com/spring-projects/spring-boot/issues/4960 by try to exclude - HazelcastJpaDependencyAutoConfiguration on your spring boot application + if...

building docker image from git tag `docker build https://github.com/allegro/turnilo.git#1.39.0 -t turnilo:1.39.0 ` question - after I have the built docker image , do I have any option to set env...

[RocksDbSample.zip](https://github.com/facebook/rocksdb/files/13532699/RocksDbSample.zip) attached java project , rocks-db version is 8.8.1

it appear that only after calling programtilcy to rockdDb.compactRange(); , after this line - Thread.sleep(20000); to some up - eviction is not taking place automatilcy but only upon calling rockdDb.compactRange()

Thanks @alanpaxton , FYI @adamretter I understand your point , so entry will be deleted on compaction . now what I am facing is that compaction is not executed automatically...

Hi @alanpaxton - as this issue is closed do you prefer to have a new issue "PeriodicCompaction not working out of the box" so it will be more visable on...

Hi @rhubner , your second point - "There must be at least two SST files on disk for competitions." , not sure I understnad why .. but is this a...

Hey @rhubner I succeed to make my program TTL to work after I added second "put" with that still few issues , as it seems the TTL is not working...