4paradigm / 4paradigm/OpenMLDB

some third-party library need upgrade

Open
#794 3 comments 0 reactions 1 assignee Claimed by @aceforeverd View on GitHub
enhancement
Dominant language
C++
Stars
1.7k
Forks
331
Avg merge
12d 12h
Merged PRs (30d)
1

Description

with higher gcc version, old code may easy fail to compile because of more strict flags given from gcc by default.

here are few know problems:
- zookeeper c client:
- libcppunit change: https://github.com/apache/zookeeper/pull/803
- compile flag changes: https://issues.apache.org/jira/browse/ZOOKEEPER-3293

anyway, zookeeper need consider backward compatible

- libunwind
- https://github.com/libunwind/libunwind/pull/166

- boost: see if we can remove it, use abseil or std

Contributor guide

Open the contributing guide

Research direction

Identify the third-party dependencies in the build configuration (likely CMakeLists.txt or similar). Check the linked upstream issues for zookeeper and libunwind to understand the required changes. Assess if boost can be replaced with abseil or std by examining the code that uses it. Testing involves ensuring the project compiles with a higher GCC version.

Written by the indexing model from the issue text.

Assessment

Domain
build-system, tooling
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.