-
Type:
Improvement
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Impala 4.0
-
Component/s: Backend
-
Labels:
-
Target Version:
-
Epic Color:ghx-label-1
We use boost::unique_lock, boost::lock_guard, boost::mutex, etc throughout the backend. There are now standard library equivalents. It would be good to switch to them and remove the dependency on that part of boost.
We need to wait for c++17 support for shared_mutex. All others are available in gcc 4.9.2
- depends upon
-
IMPALA-5490 Upgrade to GCC 7.x or greater
-
- Resolved
-