Build failed in Jenkins: ManifoldCF ยป ManifoldCF-mvn #15

2021-03-16 Thread Apache Jenkins Server
See Changes: -- [...truncated 2.53 MB...] [ERROR] public void checkPost() [ERROR] ^ [ERROR]

Re: Inactive MCF agent

2021-03-16 Thread Karl Wright
If anything running in the agents process runs out of memory, it's fatal and corrupting and MUST shut the process down. So if your connector throws an OOM, the agents process will log something to the console and exit. It should exit with a very specific exit code. So all you have to do to make

RE: Inactive MCF agent

2021-03-16 Thread julien.massiera
Hi Karl, Took me some time to reproduce, but I was able to dump the process after it happened again, and it appears that an OOM is the cause of the problem. After investigation, it seems that this OOM was triggered by a transformation connector I had developed. I increased the JVM heap size a