Commit 8af14b5
authored
[Remove cache] Fix concurrent issue (#6507)
Forgot to remove LRU_CACHE,
this makes threads share same session of clickhouse-client, which should
not allow.
Error:
```
clickhouse Attempt to execute concurrent queries within the same session.
Please use a separate client instance per thread/process.
```1 parent 4cedc0d commit 8af14b5
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | | - | |
32 | | - | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 34 | + | |
40 | 35 | | |
41 | 36 | | |
42 | 37 | | |
| |||
0 commit comments