Conversation
javeme
requested changes
Sep 10, 2018
Contributor
There was a problem hiding this comment.
add a method for code from line 373~381
javeme
requested changes
Sep 11, 2018
hugegraph-core/src/main/java/com/baidu/hugegraph/traversal/optimize/TraversalUtil.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/traversal/optimize/TraversalUtil.java
Outdated
Show resolved
Hide resolved
fix #50 Change-Id: I56bee811ded53b3b55109f52877e6781dc5f3629
javeme
approved these changes
Sep 14, 2018
Linary
approved these changes
Sep 20, 2018
zhoney
added a commit
that referenced
this pull request
Sep 15, 2020
* template path use concurrent hashset to save paths in concurrent mode * support property filter for paths api Change-Id: I2e589f58cdfc48b4b8d16b7780b78cc17ab107d6
zhoney
added a commit
that referenced
this pull request
Sep 21, 2020
* template path use concurrent hashset to save paths in concurrent mode * support property filter for paths api Change-Id: I2e589f58cdfc48b4b8d16b7780b78cc17ab107d6
zhoney
added a commit
that referenced
this pull request
Oct 28, 2020
…template paths (#1174) * Add customized kout/kneighbor, template path, multi-node-shortest-path and jaccard similar * fix OLTP algorithm not check if source/target vertex exist (#1156) * support customized kout and kneighbor * support multi node shortest path API * support template paths api * support jaccard similars find oltp api * use multi-thread to accelerate * big depth and both direction use multi threads, otherwise single threead * fix shortest path api NLP * Szzq paths improve (#51) * template path use concurrent HashSet to save paths in concurrent mode * support property filter for paths api * fix configuration not supported with auth (#55) * template path supports repeat times args (#57) * paths supports nearest args * oltp multiple threads reuse * add multiple thread depth config * fix group perperty can't be empty * upgrade api version to 58 * move customized kout/kneighbor to kout/kneighbor * move jaccard similar into jaccard similarity * fix kout/kneighbor withVertex not work * rebase ramtable * extract common traverser from template paths traversers * extract path traverser for template paths and collection paths * normalize traverser implements: #1173 Change-Id: I85aa1d4274554d65f85a0deb7ac596e65dbb503b
zhoney
added a commit
to zhoney/hugegraph
that referenced
this pull request
Nov 9, 2021
* disable etcd for auth server (apache#42) * refine MetricsAPI test for prometheus exporter (apache#43) * upgrade hugegraph config and white api list (apache#44) * fix rest-server.properties config item k8s.hugegraph_url (apache#46) * fix rocksdb not close after close graph (apache#47) * support none auth mode for k8s api (apache#50) * feat(api): Support adamic-adar & resource-allocation algorithms (apache#10) (apache#51) * support graph reload and ingore single graph error when start server (apache#55) * support force delete task (apache#56) * update reload api (apache#57) * fix: check neighbors count & null label (apache#54) * fixed prometheus metrics bugs Co-authored-by: zhoney <[email protected]> Co-authored-by: sunwei31 <[email protected]> Co-authored-by: imbajin <[email protected]> Co-authored-by: guoyonggang <[email protected]>
VGalaxies
pushed a commit
that referenced
this pull request
Aug 3, 2024
JisoLya
added a commit
to JisoLya/hugegraph
that referenced
this pull request
Sep 26, 2025
* chore(store): remove unused code & modify import path * fix(store): fix ci problem * chore(store): change testGetDataMover to testGetDataManager
JisoLya
added a commit
to JisoLya/hugegraph
that referenced
this pull request
Oct 26, 2025
* chore(store): remove unused code & modify import path * fix(store): fix ci problem * chore(store): change testGetDataMover to testGetDataManager
JisoLya
added a commit
to JisoLya/hugegraph
that referenced
this pull request
Oct 27, 2025
imbajin
pushed a commit
that referenced
this pull request
Oct 29, 2025
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
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 #50
Change-Id: I56bee811ded53b3b55109f52877e6781dc5f3629