HaoLong

Results 2 issues of HaoLong

Redission Java 1)version:3.17.4 2)code ```java @Scheduled(cron = "${data.schedule}") public void execute() { RLock rLock = redissonClient.getLock(key); try { if (rLock.tryLock(10, TimeUnit.MILLISECONDS)) { dataService.handlerOtherService(); } } catch (InterruptedException e) { log.error("中断异常:",e);...

question

I added a custom field to the request header. the file is : session my nginx config: ` location /abc { proxy_pass http://d/logServer/; } ` ` upstream d { hash...