[
https://issues.apache.org/jira/browse/CAMEL-14737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17101670#comment-17101670
]
Nicolas Gillet commented on CAMEL-14737:
----------------------------------------
So far, I only tested it inside the IDE (IntelliJ IDEA) pressing the
"stop"/"exit" button in debug/run mode which is I believe same as ctrl+c
(sigterm)
Other springboot applications I have developped so far react to this "stop
buttons" nicely doing a graceful shutdown, that's why I reported the behavior.
I also I believe that the signal issued on a "stop" command for a a systemd
service (debian) is a SIGTERM
SIGINT can be a workaround but I feel that SIGTERM should have the same
behavior.
> Spring-boot closes datasource before the last inflight messages are processed
> -----------------------------------------------------------------------------
>
> Key: CAMEL-14737
> URL: https://issues.apache.org/jira/browse/CAMEL-14737
> Project: Camel
> Issue Type: Bug
> Components: camel-spring-boot, camel-sql
> Affects Versions: 3.0.1, 3.1.0
> Environment: Windows 10 x64
> adopt open jdk 11
> spring-boot 2.2.5-RELEASE
> postgresql 12
> Reporter: Nicolas Gillet
> Priority: Minor
> Fix For: 3.3.0
>
>
> As reported on Stack Overflow
> ([https://stackoverflow.com/questions/60654265/springboot-camel-datasource-already-closed-on-graceful-shutdown])
> I created a simple spring-boot application that fetches logs (camel-ftp)
> extract some data line by line and insert them in a database (camel-sql).
> When I stop the application (gracefully) spring shortly closes the datasource
> but there is still an inflight exchange and I get "datasource already closed"
> errors.
>
> I was looking for a way to tell spring to not close the datasource until all
> inflight exchanges are processed (or timed out ?)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)