Note: This is not the official release. You won’t be able to get these binaries using the get.dgraph.io quick install script.
Release notes:
Fixes related to membership quorum stability and memory usage.
Breaking change: Dgraph Server is now called Dgraph Alpha.
The command dgraph server has been renamed to dgraph alpha.
The prometheus metric dgraph_server_health_status is now called dgraph_alpha_health_status.
The glog library is now used for Dgraph Zero and Dgraph Alpha logging output.
By default, logs are written to stderr and to log files in /tmp. To only log to stderr and not to files, pass the flag --logtostderr. To specify the log output directory, use the --log_dir flag.
Alter operations can be protected by requiring an auth token from clients. See the documentation for more info.
Not really, just the latest changes and what is in release notes. The “Has” function improvement still to be pushed to test soon. And There is a lot of work yet to be done. Like native Backup and so on.
I got several I1024 09:48:16.310122 1 predicate_move.go:238] Proposed 3721929 keys. Error: Server unavailable. Please retry later
during alpha instance balancing even thought that server is still running.
I used bulk load to import data into dgraph.
I cannot find any data from bulk load, but I can find new one inserted with transaction (in text.value predicate) and also tokenizer is working.