0

I am using Redission for locking purpose in spring which have the maven dependency version of 3.5.3 and netty-all dependency version of 4.1.22.final. But my Java VisualVM showing that redission-netty thread is always in running stage . Can someone tell me the reason behind this.

enter image description here

Manshavi Kumar
  • 133
  • 2
  • 9

1 Answers1

0

Did you call Redisson.shutdown method during application shutdown process?

Nikita Koksharov
  • 10,283
  • 1
  • 62
  • 71