Skip to content
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

fix: openmldb-import curator version and docs #2384

Merged
merged 1 commit into from
Aug 23, 2022

Conversation

vagetablechicken
Copy link
Collaborator

Closes #2377

  • Maybe it's better to make openmldb-import be the submodule?

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Aug 22, 2022
@codecov
Copy link

codecov bot commented Aug 22, 2022

Codecov Report

Merging #2384 (41300a0) into main (1678fe8) will increase coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main    #2384   +/-   ##
=========================================
  Coverage     75.91%   75.91%           
  Complexity      368      368           
=========================================
  Files           629      629           
  Lines        119710   119710           
  Branches       1036     1036           
=========================================
+ Hits          90872    90882   +10     
+ Misses        28622    28612   -10     
  Partials        216      216           
Impacted Files Coverage Δ
src/log/status.h 70.83% <0.00%> (-12.50%) ⬇️
src/storage/disk_table_snapshot.cc 56.71% <0.00%> (-4.48%) ⬇️
src/replica/replicate_node.cc 74.30% <0.00%> (-4.47%) ⬇️
src/log/log_reader.cc 76.47% <0.00%> (-2.65%) ⬇️
src/client/tablet_client.cc 56.15% <0.00%> (+0.11%) ⬆️
src/nameserver/name_server_impl.cc 42.82% <0.00%> (+0.13%) ⬆️
hybridse/src/codec/fe_row_codec.cc 78.52% <0.00%> (+0.15%) ⬆️
src/tablet/tablet_impl.cc 61.80% <0.00%> (+0.29%) ⬆️
src/sdk/db_sdk.cc 66.14% <0.00%> (+0.44%) ⬆️
.../query_response_time/deploy_query_response_time.cc 100.00% <0.00%> (+2.89%) ⬆️
... and 2 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

<artifactId>apache-curator</artifactId>
<version>5.1.0</version>
<type>pom</type>
<artifactId>curator-client</artifactId>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

many module has deps to curator, it is better to define curator version in a single place( the parent pom) later.

Should we exclude zookeeper as explained in https://curator.apache.org/zk-compatibility-34.html ?

Copy link
Collaborator Author

@vagetablechicken vagetablechicken Aug 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

openmldb-import is not a submodule now. Maybe later?
Excluding zookeeper is ok, we can discuss it in a new issue.

@github-actions
Copy link
Contributor

SDK Test Report

  79 files    79 suites   6m 1s ⏱️
167 tests 165 ✔️ 2 💤 0
209 runs  207 ✔️ 2 💤 0

Results for commit 41300a0.

@github-actions
Copy link
Contributor

Linux Test Report

       55 files       200 suites   54m 21s ⏱️
  9 755 tests   9 748 ✔️ 7 💤 0
14 356 runs  14 349 ✔️ 7 💤 0

Results for commit 41300a0.

Copy link
Collaborator

@tobegit3hub tobegit3hub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vagetablechicken vagetablechicken merged commit f9da337 into 4paradigm:main Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

openmldb-import run error
4 participants