GaryLiaoYuShao
GaryLiaoYuShao
I create a simple SpringBoot project on my local machine, which have configuration in applicaiton.properties like below ``` spring.datasource.hikari.keepalive-time=20000 spring.datasource.hikari.minimum-idle=1 spring.datasource.hikari.maximum-pool-size=5 ``` and `-Dcom.zaxxer.hikari.housekeeping.periodMs=40000` set in system properties. From the...
@bperhaps Hi! I would like to know which part of code have force us about 'leak-detection-threshold has to be smaller than max-lifetime.' ??
Can you also post all the configuration of maxLifeTime, leakDetectionThreshold ...etc that you have config in your application ??
Hi @akashdeepb7 , sorry that i can't quite understand what 'Now, if Consul Server 1 goes down and we need to register a new service from that instance' means ....
> Thanks for this ticket! Indeed the "origin" seems hard-coded (e.g. https://github.com/git-commit-id/git-commit-id-plugin-core/blob/cb3375a7ec1dfb722c1387cc1e15b73df5cd2f87/src/main/java/pl/project13/core/JGitProvider.java#L235). Interestingly the native-part of the plugin (using the actual underlying git binary) uses just `ls-remote` (refs https://github.com/git-commit-id/git-commit-id-plugin-core/blob/cb3375a7ec1dfb722c1387cc1e15b73df5cd2f87/src/main/java/pl/project13/core/NativeGitProvider.java#L323). So...
There is a chance there are multi remotes being set in config file. Options we have here are 1. Having a way to config target remote "subsection" that we want...