Closed mariusgrigoriu closed 3 years ago
Thanks for the contribution @mariusgrigoriu ...
Have you an example journal we could use to create a test case for this behaviour...
I am worried that this addition could result in continuously trying to call move next on a corrupted entry and not making any progress...
Hi team,
We are facing the same issue, especially when migrating to ubuntu 20.04. Is there any plan to merge this PR?
thanks,
Does this patch fix your issue @fadlinurhasan ?
Yes @errm, so far it solves our issue.
Thanks for the contibution, sorry it took so long to review and merge!
I believe this is the fix to issue #70
According to stack traces move_next is raising an exception. This PR should rescue and allow the plugin to continue.