[MCOL-4692] Remove global mutex lock in OAMCache facility. Created: 2021-04-22 Updated: 2021-11-10 Resolved: 2021-04-23 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr, PrimProc |
| Affects Version/s: | 5.5.2 |
| Fix Version/s: | 5.6.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Roman | Assignee: | Roman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Sprint: | 2021-7 | ||||||||||||||||
| Description |
|
oam/oamcpp/oamcache.cpp has a global mutex that can slow down execution b/c of lock contention, namely boost::mutex cacheLock. |
| Comments |
| Comment by Roman [ 2021-04-23 ] |
|
Closing it since there is nothing to test really. There must be no regression after the patch. |