shardingsphere icon indicating copy to clipboard operation
shardingsphere copied to clipboard

Add session context for kernel and remove thread local

Open tuichenchuxin opened this issue 2 years ago • 0 comments

Feature Request

Kernel use thread local to handle some session context. It's better to use SessionContext to hold session context instead of threadlocal.

task

  • [x] add session context for kernel
  • [x] remove thread local for cursor
  • [ ] remove traffic context holder

tuichenchuxin avatar Aug 09 '22 02:08 tuichenchuxin