-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Improved latency in live loader using conflict resolution at client level #4362
Merged
Merged
Changes from 10 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
db3e10b
Handing @reverse seperatly for improving latencies in live loader
41feecc
Added logic for finding conflicts before hand in live loader
b1adada
removed reversereqs
8654f01
fixed a bug
4927379
fixed a few comments
073976c
Changed for loop to do while loop
42357f4
Merge branch 'master' of github.com:dgraph-io/dgraph into harshil-goe…
3e57db3
Merge branch 'master' of github.com:dgraph-io/dgraph into harshil-goe…
6cc0cbd
Fixes few issues.
740f766
fixed a bug
05251bc
Removed extra files
42e8b12
added conflict keys
f1315ba
fixed a bug
14c2b5c
Added getSchema from alpha
d9cf23a
Added a few more rules
b741591
Fixed one more test
9309a7d
Buffer in makeRequests
ea477aa
Merge branch 'harshil-goel/remove-conflict-uids' of github.com:dgraph…
8f95f29
Some key
015b06d
Remove posting pool and minor performance improvement.
9b4af50
Removed a bug
7bb5b75
Fixed comments
8db0871
Added a test
e78ef0e
Little refactor
4bd370b
Refactored code
420ccaf
Minor refactor
6557693
Refactored the code
86a6533
Minor refactor
d835352
fixed typo
23c7db6
Merge branch 'master' into harshil-goel/remove-conflict-uids
9a1831c
Merge branch 'master' into harshil-goel/remove-conflict-uids
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[Decoder]: Using assembly version of decoder | ||
I1127 17:45:13.128864 23677 init.go:98] | ||
|
||
Dgraph version : v1.1.0-169-gc3c1a485 | ||
Dgraph SHA-256 : 8e63f911c267d8765f1c562e6a1ba2284b2f7a2e66244c58e3f351df57c478e5 | ||
Commit SHA-1 : c3c1a485 | ||
Commit timestamp : 2019-11-25 18:24:30 -0800 | ||
Branch : master | ||
Go version : go1.13.4 | ||
|
||
For Dgraph official documentation, visit https://docs.dgraph.io. | ||
For discussions about Dgraph , visit https://discuss.dgraph.io. | ||
To say hi to the community , visit https://dgraph.slack.com. | ||
|
||
Licensed variously under the Apache Public License 2.0 and Dgraph Community License. | ||
Copyright 2015-2018 Dgraph Labs, Inc. | ||
|
||
|
||
|
||
Running transaction with dgraph endpoint: 0.0.0.0:9180 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[Decoder]: Using assembly version of decoder | ||
I1129 14:23:19.862218 16253 init.go:98] | ||
|
||
Dgraph version : v1.1.0-169-gc3c1a485 | ||
Dgraph SHA-256 : b5ae685f591b1ee1905447f847d25295a643514c72b865c9588e7d42bb58e4ad | ||
Commit SHA-1 : c3c1a485 | ||
Commit timestamp : 2019-11-25 18:24:30 -0800 | ||
Branch : master | ||
Go version : go1.13.4 | ||
|
||
For Dgraph official documentation, visit https://docs.dgraph.io. | ||
For discussions about Dgraph , visit https://discuss.dgraph.io. | ||
To say hi to the community , visit https://dgraph.slack.com. | ||
|
||
Licensed variously under the Apache Public License 2.0 and Dgraph Community License. | ||
Copyright 2015-2018 Dgraph Labs, Inc. | ||
|
||
|
||
|
||
Running transaction with dgraph endpoint: 0.0.0.0:9180 |
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
func
(*loader).print
is unused (fromunused
)