SHARD_SCOPE_THREADLOCAL_WARNING_CWOBJ6408=CWOBJ6408W: In the Spring framework, the thread local {0} value for the custom shard scope is not null. It is {1}.
Explanation
In the Spring framework, always clear the thread local {0} value for the custom shard scope in a finally block.
User response
Add the code to clear the thread local value in a finally block.