-
Notifications
You must be signed in to change notification settings - Fork 97
trymake cmake .. work in mac (x86 and m1)
#123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f725132 to
b2a09ce
Compare
yokofly
commented
Oct 9, 2023
qijun-niu-timeplus
approved these changes
Oct 9, 2023
Contributor
qijun-niu-timeplus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Collaborator
Author
|
above warning is under built with |
current this branch we update curl, v8, azure-sdk-cpp. and v8 && azure-sdk-cpp use my personal branch commit. shall we waiting to merge default branch, and then I update to default commit?
status: build pass, but running err. it cannot find a dylib correctly
- Ported necessary changes from ClickHouse/ClickHouse#35130. - Addressed compatibility post curl upgrade in commit ef02092.
porting(partial) ClickHouse/ClickHouse#49378
porting and update c-ares submodule this PR ClickHouse/ClickHouse#50403 only update to v1.19.1
edae14a to
2d623e2
Compare
``` # fatal: detected dubious ownership in repository at '/build' ```
```
2023.10.20 11:26:59.327097 [ 44069 ] {} <Warning> Context: Maximum number of threads is lower than 30000. There could be problems with handling a lot of simultaneous queries.
2023.10.20 11:26:59.327870 [ 44069 ] {} <Information> SensitiveDataMaskerConfigRead: 1 query masking rules loaded.
2023.10.20 11:26:59.328617 [ 44069 ] {} <Information> Context: Cannot connect to ZooKeeper (or Keeper) before internal Keeper start, will wait for Keeper synchronously
2023.10.20 11:26:59.329509 [ 44069 ] {} <Information> KeeperLogStore: force_sync disabled
2023.10.20 11:26:59.330475 [ 44069 ] {} <Information> KeeperServer: No config in snapshot, will use config from log store with log index 17
2023.10.20 11:26:59.330536 [ 44069 ] {} <Warning> KeeperServer: Got 1000000000000000 value for setting 'reserved_log_items' which is bigger than int32_t max value, lowering value to 2147483647.
2023.10.20 11:26:59.331069 [ 44069 ] {} <Information> RaftInstance: Raft ASIO listener initiated on :::9234, unsecured
2023.10.20 11:26:59.331153 [ 44069 ] {} <Information> RaftInstance: parameters: election timeout range 0 - 0, heartbeat 0, leadership expiry 0, max batch 100, backoff 50, snapshot distance 100000, enable randomized snapshot creation NO, log sync stop gap 99999, reserved logs 2147483647, client timeout 10000, auto forwarding on, API call type async, custom commit quorum size 0, custom election quorum size 0, snapshot receiver included, leadership transfer wait time 0, grace period of lagging state machine 0, snapshot IO: blocking, parallel log appending: off
2023.10.20 11:26:59.331199 [ 44069 ] {} <Information> RaftInstance: new election timeout range: 0 - 0
2023.10.20 11:26:59.331246 [ 44069 ] {} <Information> RaftInstance: === INIT RAFT SERVER ===
commit index 0
term 0
election timer allowed
log store start 1, end 17
config log idx 17, prev log idx 16
2023.10.20 11:26:59.331281 [ 44069 ] {} <Information> RaftInstance: detect a configuration change that is not committed yet at index 1
2023.10.20 11:26:59.331314 [ 44069 ] {} <Information> RaftInstance: peer 1: DC ID 0, localhost:9234, voting member, 1
my id: 1, voting_member
num peers: 0
2023.10.20 11:26:59.331346 [ 44069 ] {} <Information> RaftInstance: global manager does not exist. will use local thread for commit and append
2023.10.20 11:26:59.331394 [ 44069 ] {} <Information> RaftInstance: wait for HB, for 50 + [0, 0] ms
2023.10.20 11:26:59.331460 [ 44381 ] {} <Information> RaftInstance: bg append_entries thread initiated
2023.10.20 11:26:59.382579 [ 44364 ] {} <Warning> RaftInstance: Election timeout, initiate leader election
2023.10.20 11:26:59.382652 [ 44364 ] {} <Information> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 1
2023.10.20 11:26:59.382687 [ 44364 ] {} <Information> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 1, state term 0, target p 1, my p 1, hb dead, pre-vote NOT done
2023.10.20 11:26:59.382740 [ 44364 ] {} <Information> RaftInstance: [VOTE INIT] my id 1, my role candidate, term 1, log idx 17, log term 1, priority (target 1 / mine 1)
2023.10.20 11:26:59.382775 [ 44364 ] {} <Information> RaftInstance: number of pending commit elements: 0
2023.10.20 11:26:59.382804 [ 44364 ] {} <Information> RaftInstance: state machine commit index 0, precommit index 17, last log index 17
2023.10.20 11:26:59.382832 [ 44364 ] {} <Warning> RaftInstance: Currently assigned config is newer than some uncomitted config. This can only happen during startup or force recovery. If that is not the case, this is a bug.
2023.10.20 11:26:59.382884 [ 44364 ] {} <Information> RaftInstance: [BECOME LEADER] appended new config at 18
2023.10.20 11:26:59.383268 [ 44380 ] {} <Information> RaftInstance: config at index 1 is committed, prev config log idx 17
2023.10.20 11:26:59.383306 [ 44380 ] {} <Information> RaftInstance: skipped config 1, latest config 17
2023.10.20 11:26:59.383350 [ 44380 ] {} <Information> RaftInstance: config at index 2 is committed, prev config log idx 17
2023.10.20 11:26:59.383375 [ 44380 ] {} <Information> RaftInstance: skipped config 2, latest config 17
2023.10.20 11:26:59.383525 [ 44380 ] {} <Error> RaftInstance: background committing thread encounter err Operation 1937006385 is unknown (Unimplemented), exiting to protect the system
```
ld: warning: -undefined error is deprecated porting missing code line in ClickHouse/ClickHouse#37169
Closed
Collaborator
Author
Collaborator
Author
qijun-niu-timeplus
approved these changes
Oct 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.


fix #94