legiangthanh
legiangthanh
Hi @hiroyuki-sato, thank you for updating.
In the latest version, almost methods in `S3FileInputPlugin.java` is private which makes we can not customize the behavior of this class. It means we only use this plugin the way...
Thank @dmikurube for your comment. > At first, please follow the steps written in [EEP-1](https://github.com/embulk/embulk/blob/master/docs/eeps/eep-0001.md). I saw you submitted the idea in https://github.com/orgs/embulk/discussions/1, and I left some comments there. But...
@dmikurube, I can see this log message show when cleanup if the plugin throws an exception, here is an example ``` thanh.le@TLE-0932X6 embulk % java -XX:MaxMetaspaceSize=80m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/Users/thanh.le/Work/private/embulk -jar build/libs/embulk-0.10.44.jar...
Base on my test, this issue more likely happens when using a ruby plugin, when I switch to the maven plugin, although the class is reloaded, OOM don't happen ```...
Hi @hiroyuki-sato, > What JRuby are you using? I am using Jruby 9.1.15.0 > Have you tried changing to another JRuby version, like 9.4.2.0 (latest)? Not yet, let me try...