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

add ownedBy() for HugeTraverser.Path #1028

Merged
merged 2 commits into from
Jun 11, 2020
Merged

add ownedBy() for HugeTraverser.Path #1028

merged 2 commits into from
Jun 11, 2020

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Jun 10, 2020

Change-Id: I38c74343037014ae0c4111966dad00ef3a72093a

Change-Id: I38c74343037014ae0c4111966dad00ef3a72093a
@codecov
Copy link

codecov bot commented Jun 10, 2020

Codecov Report

Merging #1028 into master will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1028      +/-   ##
============================================
+ Coverage     69.15%   69.18%   +0.03%     
- Complexity     5361     5400      +39     
============================================
  Files           328      328              
  Lines         26215    26334     +119     
  Branches       3731     3750      +19     
============================================
+ Hits          18129    18220      +91     
- Misses         6327     6334       +7     
- Partials       1759     1780      +21     
Impacted Files Coverage Δ Complexity Δ
...idu/hugegraph/backend/id/SnowflakeIdGenerator.java 69.35% <100.00%> (ø) 10.00 <0.00> (ø)
...n/java/com/baidu/hugegraph/schema/VertexLabel.java 85.00% <0.00%> (-9.12%) 11.00% <0.00%> (+1.00%) ⬇️
...n/java/com/baidu/hugegraph/schema/SchemaLabel.java 70.96% <0.00%> (-7.88%) 23.00% <0.00%> (+2.00%) ⬇️
...c/main/java/com/baidu/hugegraph/util/JsonUtil.java 70.00% <0.00%> (-7.05%) 12.00% <0.00%> (-1.00%)
...ain/java/com/baidu/hugegraph/schema/EdgeLabel.java 73.68% <0.00%> (-6.97%) 19.00% <0.00%> (+3.00%) ⬇️
...in/java/com/baidu/hugegraph/schema/IndexLabel.java 79.56% <0.00%> (-4.00%) 39.00% <0.00%> (+7.00%) ⬇️
...n/java/com/baidu/hugegraph/schema/PropertyKey.java 78.74% <0.00%> (-2.57%) 50.00% <0.00%> (+1.00%) ⬇️
...java/com/baidu/hugegraph/schema/SchemaElement.java 72.54% <0.00%> (-2.46%) 23.00% <0.00%> (+2.00%) ⬇️
...du/hugegraph/traversal/optimize/TraversalUtil.java 59.17% <0.00%> (-2.41%) 118.00% <0.00%> (ø%)
...in/java/com/baidu/hugegraph/StandardHugeGraph.java 80.00% <0.00%> (-0.49%) 106.00% <0.00%> (+9.00%) ⬇️
... and 15 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 073b070...a7b4289. Read the comment docs.

@@ -74,6 +74,9 @@ private SnowflakeIdGenerator(HugeConfig config) {
long datacenterId = config.get(CoreOptions.SNOWFLAKE_DATACENTER_ID);
this.forceString = config.get(CoreOptions.SNOWFLAKE_FORCE_STRING);
this.idWorker = new IdWorker(workerId, datacenterId);
LOG.info("SnowflakeId Worker started: datacenter id {}, " +
Copy link
Contributor

Choose a reason for hiding this comment

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

May it be DEBUG level?

houzhizhen
houzhizhen previously approved these changes Jun 11, 2020
Linary
Linary previously approved these changes Jun 11, 2020
Change-Id: I642eaa8bcdbd12a20c4abac7591768cb876b1c2b
@javeme javeme dismissed stale reviews from Linary and houzhizhen via a7b4289 June 11, 2020 06:20
@zhoney zhoney merged commit ebe79aa into master Jun 11, 2020
@zhoney zhoney deleted the add-ownedBy-for-path branch June 11, 2020 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants