cancel
Showing results for 
Search instead for 
Did you mean: 

Solr6 Reindex - unhealthy Container

maxodoble
Confirmed Champ
Confirmed Champ

Hi,

when testing an update to Alfresco Community 25.1.0 i am noticing the AIO Transform Container going to an unhealthy status real quick (a few minutes), when performing a complete Solr FTS Reindex.

calling the health endpoint manually shows something like: "maxTransform limit reached (10240), container wants to be killed."

is `maxTransforms` configurable via env var in the compose service for the aio transformer? especially during a reindex of a million documents, i'd like to keep  a healthy status of the transform container, and not going to unhealthy after transforming about 10.000 docs.

or can the unhealthy status be ignored?

 

 

 

1 ACCEPTED ANSWER

LeoMattioli
Employee
Employee

You can set it to 0 to disable the check

Here's the docs with more explanation: https://github.com/Alfresco/alfresco-transform-core/blob/master/docs/Probes.md

Hope this helps.


Leo Mattioli - Technical Account Manager @Hyland.

View answer in original post

2 REPLIES 2

LeoMattioli
Employee
Employee

You can set it to 0 to disable the check

Here's the docs with more explanation: https://github.com/Alfresco/alfresco-transform-core/blob/master/docs/Probes.md

Hope this helps.


Leo Mattioli - Technical Account Manager @Hyland.

Thanks, will try that out!

I'd suggest though, to eventually make the documentation you linked to, a little bit more precise or clear:

I initially thought, this doc doesn't apply to deployment with docker compose because of the title: "Transformer k8s liveness and readiness probes", that i interpretated as "ah... K8s only".

The documentation seems to be out of date too: "The T-Engine liveness probes will be reevaluated/changed/improved as part of the ATS-138 story.", because the probes seem to be enabled by default now, otherwise i wouldn't have stumbeled upon this topic with my tests.

Please let me know, if this is documented anywhere else already, in case i have missed this.

Thanks again,

Max