Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
currently, we call `OLAPContext.clearThreadLocalContexts()` function before scaning HBase.
if query failed before scaning HBase, we would get wrong `realization` of the query in the log possibly.
Because the thread pool of Tomcat multiplexed the thread and didn't clear ThreadLocal variable.