Skip to content

Conversation

javeme
Copy link
Contributor

@javeme javeme commented May 8, 2021

No description provided.

@codecov
Copy link

codecov bot commented May 8, 2021

Codecov Report

Merging #47 (8fe8106) into master (c9e5ef4) will increase coverage by 0.15%.
The diff coverage is 98.43%.

Impacted file tree graph

@@ Coverage Diff @@ ## master #47 +/- ## ============================================ + Coverage 83.14% 83.30% +0.15%  - Complexity 1362 1377 +15  ============================================ Files 149 150 +1 Lines 4522 4588 +66 Branches 379 381 +2 ============================================ + Hits 3760 3822 +62  Misses 534 534 - Partials 228 232 +4 
Impacted Files Coverage Δ Complexity Δ
...egraph/computer/core/input/MasterInputManager.java 90.00% <50.00%> (-10.00%) 5.00 <1.00> (ø)
.../baidu/hugegraph/computer/core/bsp/Bsp4Master.java 100.00% <100.00%> (ø) 16.00 <9.00> (ø)
.../baidu/hugegraph/computer/core/bsp/Bsp4Worker.java 100.00% <100.00%> (ø) 14.00 <7.00> (ø)
...com/baidu/hugegraph/computer/core/bsp/BspBase.java 100.00% <100.00%> (ø) 13.00 <0.00> (ø)
...idu/hugegraph/computer/core/bsp/EtcdBspClient.java 94.11% <100.00%> (+0.36%) 8.00 <2.00> (+1.00)
.../baidu/hugegraph/computer/core/bsp/EtcdClient.java 71.88% <100.00%> (+0.26%) 32.00 <2.00> (ø)
...ugegraph/computer/core/config/ComputerOptions.java 99.37% <100.00%> (+0.02%) 2.00 <0.00> (ø)
...h/computer/core/network/session/ClientSession.java 91.02% <100.00%> (ø) 23.00 <0.00> (ø)
...graph/computer/core/graph/BuiltinGraphFactory.java 100.00% <0.00%> (ø) 14.00% <0.00%> (+3.00%)
...hugegraph/computer/core/store/DataFileManager.java 91.42% <0.00%> (ø) 11.00% <0.00%> (?%)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c9e5ef4...8fe8106. Read the comment docs.

LOG.info("Wait for keys with prefix '{}', expect {} actual {}",
prefixSeq.toString(ENCODING), count, keyValues.size());
LOG.info("Wait for keys with prefix '{}' and timeout {}ms, " +
"expect {} keys bug actual got {} keys",
Copy link
Contributor

Choose a reason for hiding this comment

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

bug -> but

this.workerInfo.id());
this.bspClient().put(path, Constants.EMPTY_BYTES);
LOG.info("Worker {} input done", this.workerInfo.id());
LOG.info("Worker({}) set input-done: {}", this.workerInfo.id());
Copy link
Contributor

Choose a reason for hiding this comment

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

remove ':{}' at end of "Worker({}) set input-done: {}"

@houzhizhen houzhizhen merged commit 639453a into master May 10, 2021
@houzhizhen houzhizhen deleted the standard-log-format branch May 10, 2021 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants