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: add tid and pid to RollWLogFile log message #2311

Merged
merged 1 commit into from
Aug 10, 2022

Conversation

Takeda0x64
Copy link
Contributor

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

  • Added tid and pid to RollWLogFile log message.

  • What is the current behavior? (You can also link to an open issue here)

  • it won't log the It the tid And pid

  • What is the new behavior (if this is a feature change)?

  • It Will Also log the tid And pid

@github-actions github-actions bot added the storage-engine openmldb storage engine. nameserver & tablet label Aug 6, 2022
@dl239 dl239 linked an issue Aug 7, 2022 that may be closed by this pull request
@dl239 dl239 changed the title Added tid and pid to RollWLogFile log message fix: add tid and pid to RollWLogFile log message Aug 7, 2022
@codecov
Copy link

codecov bot commented Aug 7, 2022

Codecov Report

Merging #2311 (4e1457f) into main (8b57582) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main    #2311      +/-   ##
============================================
+ Coverage     75.66%   75.68%   +0.01%     
  Complexity      368      368              
============================================
  Files           627      627              
  Lines        118215   118215              
  Branches       1022     1022              
============================================
+ Hits          89453    89476      +23     
+ Misses        28546    28523      -23     
  Partials        216      216              
Impacted Files Coverage Δ
src/replica/log_replicator.cc 81.87% <100.00%> (ø)
src/zk/dist_lock.cc 81.81% <0.00%> (-1.52%) ⬇️
src/catalog/tablet_catalog.cc 71.61% <0.00%> (-0.80%) ⬇️
src/zk/zk_client.cc 83.11% <0.00%> (-0.26%) ⬇️
src/nameserver/name_server_impl.cc 42.70% <0.00%> (-0.06%) ⬇️
hybridse/src/vm/runner.cc 67.74% <0.00%> (-0.04%) ⬇️
src/client/tablet_client.cc 56.26% <0.00%> (+0.11%) ⬆️
src/tablet/tablet_impl.cc 61.82% <0.00%> (+0.24%) ⬆️
src/sdk/db_sdk.cc 66.36% <0.00%> (+0.67%) ⬆️
src/log/log_reader.cc 79.11% <0.00%> (+2.64%) ⬆️
... 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.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 7, 2022

SDK Test Report

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

Results for commit 4e1457f.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 7, 2022

Linux Test Report

       55 files       200 suites   52m 34s ⏱️
  9 254 tests   9 250 ✔️ 4 💤 0
13 615 runs  13 611 ✔️ 4 💤 0

Results for commit 4e1457f.

@dl239 dl239 enabled auto-merge (squash) August 10, 2022 10:18
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

@dl239 dl239 merged commit d54c3f2 into 4paradigm:main Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
storage-engine openmldb storage engine. nameserver & tablet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tid and pid to RollWLogFile log message
3 participants