Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Unigraph

Creating a universal, searchable personal knowledge base that integrates with your existing workflows.
Collective - Host: opensource - https://opencollective.com/unigraph-dev - Website: https://unigraph.dev - Code: https://github.com/unigraph-dev

Merge pull request #2571 from dgraph-io/danielmai/test_stop_cluster

Stop Dgraph docker-compose cluster at the end of the tests

github.com/unigraph-dev/dgraph - f8b9b502c3f578b60b8d975217282d432704acf8 authored about 6 years ago by Daniel Mai <[email protected]>
docs: Wrap query in runnable block

github.com/unigraph-dev/dgraph - fc0a41cdcc2c3dc1aac1b2cde9d3fa549b78808d authored about 6 years ago by Daniel Mai <[email protected]>
Rename function from 'startCluster' to 'restartCluster'

The Docker cluster gets taken down, p/w/zw directories are removed,
and the cluster is started a...

github.com/unigraph-dev/dgraph - 933675a17a4515465302543d87c2b23ea20382a1 authored about 6 years ago by Daniel Mai <[email protected]>
Set '$HOME/go' as the default GOPATH for query tests (#2576)

If the GOPATH environment variable is not explicitly set, go will
use '$HOME/go' as a default v...

github.com/unigraph-dev/dgraph - eae0a7d0af0bfab9ddb0f46a43add32d171ef3de authored about 6 years ago by jlapacik <[email protected]>
Document sorting result count limitation

github.com/unigraph-dev/dgraph - 6dc4cd335f714e89fb74de77ef507e3222d36ec1 authored about 6 years ago by Madis Allikmaa <[email protected]>
Remove LinRead map logic from Dgraph (#2570)

We no longer need to keep track of Applied watermarks, to generate a lin read map; because trans...

github.com/unigraph-dev/dgraph - a64bc18e94cf21e0ba46c6f6d09e67118ff3917a authored about 6 years ago by Manish R Jain <[email protected]>
Stop Dgraph docker-compose cluster at the end of the tests

* Run stopCluster at the end of test.sh
* Rename "runCluster" to "startCluster" for naming consi...

github.com/unigraph-dev/dgraph - 3a270f831be13300bd0fee817141fe4d4c0e886c authored about 6 years ago by Daniel Mai <[email protected]>
Allow a way to run counter multiple times and with a wait.

github.com/unigraph-dev/dgraph - 7057332d08d7d3a24a72de6e3894e6eb11fb8daa authored about 6 years ago by Manish R Jain <[email protected]>
No need to use a separate type predicate, use val.

github.com/unigraph-dev/dgraph - ae7f358191ae7449d889a400555b632fa8fb3080 authored about 6 years ago by Manish R Jain <[email protected]>
Instead of hard-coding a UID, use type to find the counter.

github.com/unigraph-dev/dgraph - 83ef73030c6e0361ff08ee49174e69e8df2ee0c5 authored about 6 years ago by Manish R Jain <[email protected]>
Revert "Temporarily remove Ratel from Dgraph release process."

This reverts commit 4dabc3de5c49fa5b16b54ae625a3ba00ea546ffd.

github.com/unigraph-dev/dgraph - 1dd8376ff044870cbff4bbbb1e2be6f70b688afb authored about 6 years ago by Manish R Jain <[email protected]>
Only print the error while sending Raft message at V(3). There's nothing to be done if this happens.

github.com/unigraph-dev/dgraph - 2bc74b158cff49b958f28e222cba32005afb161f authored about 6 years ago by Manish R Jain <[email protected]>
Merge branch 'master' of github.com:dgraph-io/dgraph

github.com/unigraph-dev/dgraph - 1693e48275c7b4654606d74dd6f4a5cdc881cbf2 authored about 6 years ago by Manish R Jain <[email protected]>
Add a new tool which retrieves and increments a counter by 1 transactionally. Can be used to verify that the cluster is GOOOOD.

github.com/unigraph-dev/dgraph - e654d845396510c452acd9be5738b9f4dee58db1 authored about 6 years ago by Manish R Jain <[email protected]>
Merge pull request #2557 from karuppiah7890/patch-1

Remove language tag from a query

github.com/unigraph-dev/dgraph - 29e722bccca4029829ca9477baab7d7367933092 authored about 6 years ago by Daniel Mai <[email protected]>
Remove language tag from a query

The query is under "Get all movies" section

github.com/unigraph-dev/dgraph - e731cb35d9a9a744466b53d319f3faefc799dd11 authored about 6 years ago by Karuppiah <[email protected]>
Decrease the number of aborts by using SPO for entity to entity connections. (#2556)

This change would make the conflict detection lot more precise. For SPO connections, where O = U...

github.com/unigraph-dev/dgraph - 05aebb4ef41c4444748167d026d4b3529b16ef5f authored about 6 years ago by Manish R Jain <[email protected]>
Merge pull request #2544 from dgraph-io/paulftw-master-docs

Redirect /master/foobar.html to /foobar.html

github.com/unigraph-dev/dgraph - 659457bd6584dbc5d160c627fd353c1b782a2bbd authored about 6 years ago by Daniel Mai <[email protected]>
Track a few anonymous metrics to measure Dgraph adoption (#2554)

- Assign a unique Cluster ID to each Dgraph cluster.
- Track the size of cluster, i.e. number o...

github.com/unigraph-dev/dgraph - 6c89a2ed0ea0820cbaddca0acfbefaa6335a3ee4 authored about 6 years ago by Manish R Jain <[email protected]>
Merge pull request #2551 from dgraph-io/danielmai/docs_prometheus_metrics

Add docs about prometheus metrics.

github.com/unigraph-dev/dgraph - fe83c750d2b9ac1a3ba05e04954b8d95b253a986 authored about 6 years ago by Daniel Mai <[email protected]>
Update docs about prometheus metrics.

* Clarify dgraph_max_list_length.
* Explain dgraph_proc_memory_bytes per operating system.
* Rep...

github.com/unigraph-dev/dgraph - 4551d9dbcced6a05bc1dcbe9e6cbd1e21efb3d9a authored about 6 years ago by Daniel Mai <[email protected]>
Add docs about prometheus metrics.

github.com/unigraph-dev/dgraph - b56d8c0da7e1e67988b9324c3b094ca74ec5d442 authored about 6 years ago by Daniel Mai <[email protected]>
Merge pull request #2550 from dgraph-io/danielmai/teamcity_exitcode_failedunittests

TeamCity builds should be marked as failed when test.sh unit tests don't pass

github.com/unigraph-dev/dgraph - 4a441adeb0e3c440c4458bf39645701efd781bae authored about 6 years ago by Daniel Mai <[email protected]>
TeamCity builds should fail when test.sh unit tests don't pass

github.com/unigraph-dev/dgraph - 688c7466f80347d2db010f87bed3e78502aad7be authored about 6 years ago by Daniel Mai <[email protected]>
Set ConfState during Zero restart as well.

github.com/unigraph-dev/dgraph - 4b26b6b9b30a3b6bd97f80f59e00527a8337c0c5 authored about 6 years ago by Manish R Jain <[email protected]>
Temporarily remove Ratel from Dgraph release process.

github.com/unigraph-dev/dgraph - 4dabc3de5c49fa5b16b54ae625a3ba00ea546ffd authored about 6 years ago by Manish R Jain <[email protected]>
Fix another test failure in worker package due to the new assert in CreateSnapshot.

github.com/unigraph-dev/dgraph - 750fe627439620ca71e7c717b431fb0d8c0dbd0b authored about 6 years ago by Manish R Jain <[email protected]>
Fix the broken Raft.Storage tests, due to introduction of caching.

github.com/unigraph-dev/dgraph - c8ab75e66c81bdf12aa62172a6496779909a3ba9 authored about 6 years ago by Manish R Jain <[email protected]>
Fix various deadlocks in Dgraph (#2548)

Fixed a bunch of long-standing deadlock issues:

1. Deadlock caused by recursive locking in po...

github.com/unigraph-dev/dgraph - 87790666d254f05e27f54c4647a0f8c869bbee59 authored about 6 years ago by Manish R Jain <[email protected]>
Update FAQ

github.com/unigraph-dev/dgraph - c76a29017437caf05a227d1e52e7373c9efc3e51 authored about 6 years ago by Manish R Jain <[email protected]>
Update _index.md

github.com/unigraph-dev/dgraph - d2a86aea5a147e4a72b3013a1cf59e6da04ade68 authored about 6 years ago by Manish R Jain <[email protected]>
Redirect /master/foobar.html to /foobar.html

Google cache is full of old style urls, for example https://docs.dgraph.io/master/query-language...

github.com/unigraph-dev/dgraph - c0391d52432060942ddddaf4ccfd10b30795ae30 authored about 6 years ago by Paul Korzhyk <[email protected]>
Have bank txn test be run like Jepsen, so different servers have different clients, each client running txns serially.

github.com/unigraph-dev/dgraph - 9159f27692ca2a9f319269b317ca7c4a3f765e84 authored about 6 years ago by Manish R Jain <[email protected]>
Graceful shutdown of server (#2537)

Make Dgraph server gracefully stop various goroutines in groups.go and draft.go, and cleanly shu...

github.com/unigraph-dev/dgraph - a4db2c407ce252543cf30aa1f8e21a1bade4b56c authored about 6 years ago by Manish R Jain <[email protected]>
Introduce a new /assignIds HTTP endpoint in Zero, so users can allocate UIDs to nodes externally to Dgraph.

github.com/unigraph-dev/dgraph - fa4741138672e0a54740aceef0cd2aa68ed4d0ac authored about 6 years ago by Manish R Jain <[email protected]>
Update issue templates

github.com/unigraph-dev/dgraph - f77bc61394cefbb7b427bb024082519239b13381 authored about 6 years ago by Manish R Jain <[email protected]>
Update issue templates

github.com/unigraph-dev/dgraph - 0938cd08e625b1bf7ed8d05c5f984ac2843bf187 authored about 6 years ago by Manish R Jain <[email protected]>
Update issue templates (#2535)

github.com/unigraph-dev/dgraph - 5d65d7bda0916f809c0829bdf9c5747fe6eeb389 authored about 6 years ago by Michel Conrado <[email protected]>
Correctly handle a list of type geo in json (#2482) (#2485)

* Correctly handle list of type geo in json (#2482)

* Add handleGeoType function for handling...

github.com/unigraph-dev/dgraph - b1eb212b6956e1d6c987298aa564ee5d9b81e53d authored about 6 years ago by Sander Isendoorn <[email protected]>
Fix wording and check for negative number of replicas.

github.com/unigraph-dev/dgraph - f1803442ed8b51acebd844e4cb5c9abd6eebb468 authored about 6 years ago by Manish R Jain <[email protected]>
Enforce odd value for --replicas, also disallow 0 (#2527)

It is currently possible to start zero with --replicas=4 or --replicas=0
Even number means it's...

github.com/unigraph-dev/dgraph - 869256456399ed923bf767c0da51363759366ac5 authored about 6 years ago by Paul Korzhyk <[email protected]>
Merge pull request #2525 from danielmai/micheldiz-wiki-updates

Edits for wiki mutations page about JSON

github.com/unigraph-dev/dgraph - 129fd08a892d3a5353b25e8980b4d65b86278ad7 authored about 6 years ago by Daniel Mai <[email protected]>
Merge pull request #2512 from MichelDiz/master

update the wiki

github.com/unigraph-dev/dgraph - f3bc63ecaae41abc191833207c71bb8792485fbb authored about 6 years ago by Daniel Mai <[email protected]>
Edits for wiki mutations page about JSON

Mainly edits on top of Michel's changes.

github.com/unigraph-dev/dgraph - 446a66bed17b3aa28280e30bf18a6bcb437e5bd4 authored about 6 years ago by Daniel Mai <[email protected]>
Fix typo in ports usage table Dgraph Server (#2524)

github.com/unigraph-dev/dgraph - 1b77b0f96dcc437a8f88742c65b02a3d8071c657 authored about 6 years ago by Daniel Mai <[email protected]>
update the wiki

- Changed few notice notes.
- Add topic "Creating a list with JSON and interacting with"
- Add t...

github.com/unigraph-dev/dgraph - e91578b3a42b5ae71e2b8d6db3c9f470fe418c01 authored about 6 years ago by Michel Conrado <[email protected]>
Change LiveLoader's flag 'conc' defaults to 1 (#2506)

This makes LiveLoad faster by making concurrent requests optional.

github.com/unigraph-dev/dgraph - 4dd5b36f0b07385ba9b1c62c59a8ec14f57e0f75 authored about 6 years ago by Michel Conrado <[email protected]>
Corrected Geolocation docs for adding a Point (#2507)

The Blank Node should be the same, for connecting <loc> and <name>.

github.com/unigraph-dev/dgraph - 0478f565f68aa45c1c5fc2e577703a7311a3fddf authored about 6 years ago by Menachem Almog <[email protected]>
Modify Commons Clause to align it with https://commonsclause.com/

github.com/unigraph-dev/dgraph - ca1eb848c6384539004cdf59809fed0048f52e52 authored about 6 years ago by Manish R Jain <[email protected]>
Replace a remaining instance of AGPL with Apache + Commons Clause

github.com/unigraph-dev/dgraph - 0aa1a2c77d7a99070d9b05fdac6bc7b8bc866c4a authored about 6 years ago by Manish R Jain <[email protected]>
Install CA certs, curl and ping in Dgraph Docker image.

github.com/unigraph-dev/dgraph - 30a101caf618b1cf80509dc9a8813c9e2e37fe8a authored about 6 years ago by Manish R Jain <[email protected]>
Fix context deadline issues with live loader (#2501)

- Use exponential backoffs with propose txns, so if the system is flooded, we don't make it wors...

github.com/unigraph-dev/dgraph - 8b0295b58115a01aec02d0a58c1fac56fe193235 authored about 6 years ago by Manish R Jain <[email protected]>
Make max trigram UID flag. (#2429)

Remove trigram limit.

github.com/unigraph-dev/dgraph - fe3752bf679cdda3494eaa509ebe531d17d694b4 authored about 6 years ago by BlakeMScurr <[email protected]>
Add Truncate flag so Dgraph won't fail to init on Windows.

github.com/unigraph-dev/dgraph - 6648f14d09e28a67c83af2dbd9c64a28cead06c2 authored about 6 years ago by Manish R Jain <[email protected]>
Add a TODO

github.com/unigraph-dev/dgraph - e63151e34380296f26da292d3774e2a53875bb3f authored over 6 years ago by Manish R Jain <[email protected]>
Update build.sh

github.com/unigraph-dev/dgraph - 59447e2052f289a2982e087284fd37e2345614cf authored over 6 years ago by Manish R Jain <[email protected]>
Run raft.Step in serial order, without using goroutines.

github.com/unigraph-dev/dgraph - d9c3671fe91429d98ca228fee528eb5f49b1f518 authored over 6 years ago by Manish R Jain <[email protected]>
Avoid leader change in case of a node rejoining the cluster by using PreVote.

github.com/unigraph-dev/dgraph - 351c15fd6f89ccb2331c785f2a3d6c54d88fc8f2 authored over 6 years ago by Manish R Jain <[email protected]>
Fix calculateSnapshot test.

github.com/unigraph-dev/dgraph - 85fc758c4856f896a20687f318a17a248738850c authored over 6 years ago by Manish R Jain <[email protected]>
Update options, so they can better handle machine resources.

github.com/unigraph-dev/dgraph - 09f20165de84048e3201b6abdb29f96ac771c0c3 authored over 6 years ago by Manish R Jain <[email protected]>
Fix proposeTxn and calculateSnapshot (#2493)

- Fix up proposeTxn, so we are updating the CommitTs as per the status in Zero oracle.
- Fix #2...

github.com/unigraph-dev/dgraph - b21f099d7abbcb53beb2e64089e60c1c75cb15c9 authored over 6 years ago by Manish R Jain <[email protected]>
Print version when running Dgraph.

github.com/unigraph-dev/dgraph - e2783d6ef1997a7af1be98b3145398b823759e54 authored over 6 years ago by Manish R Jain <[email protected]>
Print the right docker tag at the end of release.sh

github.com/unigraph-dev/dgraph - 8359eb69ee62dbfb96e408d25538cd0298811aca authored over 6 years ago by Manish R Jain <[email protected]>
Fix an issue with calculating snapshots, so we only consider mutations with edges, and not schema updates. Schema updates do not have a corresponding txn commit.

github.com/unigraph-dev/dgraph - da16430cacdf372a610e05043edc46a3fdc43a13 authored over 6 years ago by Manish R Jain <[email protected]>
Add min pending start ts in trace.

github.com/unigraph-dev/dgraph - 9f9375686e9396f951bb9471884a9b8214c78013 authored over 6 years ago by Manish R Jain <[email protected]>
Simplify txn commits and aborts (#2491)

Txn:

- Commits have been separated into CommitToMemory and CommitToDisk. This logic is a lot ...

github.com/unigraph-dev/dgraph - b5ee7af0e9a6e17a20a25a8b8b0dd842d96ab846 authored over 6 years ago by Manish R Jain <[email protected]>
Fix up predicate snapshot (#2487)

Fix up both the way we create a snapshot and the way we stream it. Make the logic robust and add...

github.com/unigraph-dev/dgraph - ea1f5449f129ce6211422d0db413a6d8e1c4e9ad authored over 6 years ago by Manish R Jain <[email protected]>
Update index.md (#2477)

github.com/unigraph-dev/dgraph - 3d9cb27566e1f36ed8d73eed8b56bd8f09e11fd8 authored over 6 years ago by yalamber <[email protected]>
Instead of discarding all versions anytime, we now only discard versions which are below the timestamp used by snapshot. Thus, we keep all versions of keys after the last snapshot.

github.com/unigraph-dev/dgraph - ef3309a31ba00e624c86e91e58fbff1b72f52a28 authored over 6 years ago by Manish R Jain <[email protected]>
Import a bug fix from Badger, which was causing panics when exporting.

github.com/unigraph-dev/dgraph - f048c675e6c8ceb74a494264bb881d0491f402ec authored over 6 years ago by Manish R Jain <[email protected]>
Remove inSnapshot logic (#2480)

- Remove local Oracle map commit and abort tracking. Oracle only gets to know about it after the...

github.com/unigraph-dev/dgraph - d676abf0965085f57bc0d90c045a7f15b921d901 authored over 6 years ago by Manish R Jain <[email protected]>
Update bank test to follow Jepsen style testing (#2479)

Update bank test to follow Jepsen style testing.

github.com/unigraph-dev/dgraph - 51bc203b200e7cb9331477f773008ab21daf03c6 authored over 6 years ago by Manish R Jain <[email protected]>
Consolidate all txn tracking logic into Oracle (#2476)

- Move all transaction tracking logic spread across the codebase into Oracle.
- We no longer ne...

github.com/unigraph-dev/dgraph - 2f33dd10be10857e750dfcb846250084e960ba73 authored over 6 years ago by Manish R Jain <[email protected]>
Simplify Snapshots (#2475)

We had a complicated mechanism to keep track of which transactions have been concluded, and whic...

github.com/unigraph-dev/dgraph - 4e64b7ff6b1ae30f63d4e7f85a6601da4b5471cd authored over 6 years ago by Manish R Jain <[email protected]>
Make ReadIndex work safely. (#2469)

Fix a long-standing bug, where we were overwriting raftpb.Message.Context, before sending it ove...

github.com/unigraph-dev/dgraph - 2e044e1dd83db9c6ec4442f4ea0a789b687ba542 authored over 6 years ago by Manish R Jain <[email protected]>
Fix deadlock in 10-node cluster convergence (#2467)

This PR fixes #2286 .

- CheckQuorum was causing us multiple issues. When doing a 5-node Zero ...

github.com/unigraph-dev/dgraph - eb3910cc14559cd73ee9c44fb98068a1b4ad2b13 authored over 6 years ago by Manish R Jain <[email protected]>
Left over simplification from the last commit.

github.com/unigraph-dev/dgraph - 3b5bc6692a8965a6c050e78f29acdf249b9cf8b3 authored over 6 years ago by Manish R Jain <[email protected]>
All Oracle delta streams are applied via proposals. (#2463)

We should stop having leaders and followers receive transaction status updates from Zero directl...

github.com/unigraph-dev/dgraph - 30575a83def2154f1a5f4d4a55786a52e91315ae authored over 6 years ago by Manish R Jain <[email protected]>
Add v1.0.6 in build.sh

github.com/unigraph-dev/dgraph - 0356bbd246dad5610ecb2808f022e6ea9eb6efbd authored over 6 years ago by Manish R Jain <[email protected]>
Also show docker output at the end of release.sh script.

github.com/unigraph-dev/dgraph - 2f2eddd53f2bddaca39efe40f3a9bb4926a833cf authored over 6 years ago by Manish R Jain <[email protected]>
Fix up the Docker build script.

github.com/unigraph-dev/dgraph - 5caa866cf51418161a3ec0f273abf3a40aa76809 authored over 6 years ago by Manish R Jain <[email protected]>
Build docker image as part of release.sh script.

github.com/unigraph-dev/dgraph - ccb98a977d6ac3c6c2aa42f2522b3792f70efd72 authored over 6 years ago by Manish R Jain <[email protected]>
Update CHANGELOG for v1.0.6.

github.com/unigraph-dev/dgraph - 51a59619277df085cc884c6df1dcce84494bed2b authored over 6 years ago by Manish R Jain <[email protected]>
Simplify the release process (#2458)

Create a simple script to do the release. This script should only be doing the release, and noth...

github.com/unigraph-dev/dgraph - a667aa8e3152bb7e2cf1010b3361650bebf5961e authored over 6 years ago by Manish R Jain <[email protected]>
Remove artifacts.

github.com/unigraph-dev/dgraph - e0de7b5d593b5d7d1a02d2147a3e63f4ed52c906 authored over 6 years ago by Manish R Jain <[email protected]>
Posting List and Raft bug fixes (#2457)

Bug Fixes:
- Fixed a recently introduced bug in posting list, which caused persisted postings t...

github.com/unigraph-dev/dgraph - 06ea4c545bc3cf0ed730327557dbff96406e75f8 authored over 6 years ago by Manish R Jain <[email protected]>
Updated index.md (#2455)

* Updated index.md

Updated link for api.proto

* Updated index.md

Updated Version and Link for...

github.com/unigraph-dev/dgraph - 3c4b1cc1fe0ff416908fcd392c348ba30d24ab78 authored over 6 years ago by Karandeep Singh <[email protected]>
Use docker-compose for running integration tests (#2453)

Avoid running Dgraph cluster directly on the testing host, which is more fragile and complicated...

github.com/unigraph-dev/dgraph - d2901aa13239bddee67ab4f0e68bc63cf677bca0 authored over 6 years ago by Manish R Jain <[email protected]>
Turn off a couple of export tests for now. They are fragile.

github.com/unigraph-dev/dgraph - 3150230cebf5cc566dd89cdf15ef1afa2a92742c authored over 6 years ago by Manish R Jain <[email protected]>
Upgrade Go to v1.10 in Travis

github.com/unigraph-dev/dgraph - bd90c5c025d715540ecfc53ee194113d3eb1ac81 authored over 6 years ago by Manish R Jain <[email protected]>
Fix export worker missing @lang and @upsert (#2395)

github.com/unigraph-dev/dgraph - f9cd90d27f215d1c3558606ccb6ab38b5c9d2180 authored over 6 years ago by BaiJian <[email protected]>
Advice about decreasing memory usage.

github.com/unigraph-dev/dgraph - e9970ccfe6613542f867e12308d6c1bcd0304da7 authored over 6 years ago by Manish R Jain <[email protected]>
Add changelog for next release. Fix a test.

github.com/unigraph-dev/dgraph - 400eb5e3decc61e737b85f0fac616d5fb4ffd582 authored over 6 years ago by Manish R Jain <[email protected]>
Fix bugs in bulk loader. Add Dgraph debug tool. (#2449)

When building multiple shards, we want each predicate to only lie to one shard, and nowhere else...

github.com/unigraph-dev/dgraph - 1c602b0a2a3dfd36006a59da67cd32825ec6bad1 authored over 6 years ago by Manish R Jain <[email protected]>
Allow tweaking Badger options (#2448)

Open up multiple Badger options, to allow users to tweak their memory usage.

- badger.tables ...

github.com/unigraph-dev/dgraph - 1a2fa2031188623b1ec9055b53b64fe36998baf3 authored over 6 years ago by Manish R Jain <[email protected]>
Don't iterate simulatenously (#2447)

Don't create multiple iterators for the same transaction, because badger.Txn object is not multi...

github.com/unigraph-dev/dgraph - aaa7d8069385d425d2ba7ee69d83476e9dd5fca0 authored over 6 years ago by Manish R Jain <[email protected]>
Decrease the contention on KV channel by passing KVS. This improves the performance of data transfer significantly.

github.com/unigraph-dev/dgraph - 0f17e38a2ca67257f3c27ca12e01296ce9318ce6 authored over 6 years ago by Manish R Jain <[email protected]>
Typically Raft only asks for one entry from storage. Optimize that. Also, set default cluster for docker-compose (1 zero, 3 alphas).

github.com/unigraph-dev/dgraph - 79fe0739913e8103c112b33440dcfc27d236a4b9 authored over 6 years ago by Manish R Jain <[email protected]>
Use Trace instead of EventLog to track the performance of the node.Run loop.

github.com/unigraph-dev/dgraph - 2f14fdfab00f3ac7d9813569ee96a906333f8581 authored over 6 years ago by Manish R Jain <[email protected]>