seaweedfs/go
yanyiwu 6f96862662 FIXED: When RaftServer cannot find a leader, Return a more readable error.
Before:
curl -F "file=1234" "http://127.0.0.1:9333/submit"
{"error":"Post http:///dir/assign: http: no Host in request URL"}
After:
curl -F "file=1234" "http://127.0.0.1:9333/submit"
{"error":"Raft Server not initialized!"}
2015-04-19 19:07:06 +08:00
..
compress Add compression test 2015-04-13 23:39:11 -07:00
filer More consistency with SeaweedFS name 2015-04-16 21:11:25 +00:00
glog Avoid system exit if only logging failed. 2015-04-15 18:02:02 -07:00
images More consistency with SeaweedFS name 2015-04-16 21:11:25 +00:00
operation Change all chrislusf/weed-fs links to point to chrislu/seaweedfs 2015-04-16 19:18:06 +00:00
proto Add optional admin port to volume server, to seperate admin operations from normal file operations. 2015-01-18 17:03:38 -08:00
security Change all chrislusf/weed-fs links to point to chrislu/seaweedfs 2015-04-16 19:18:06 +00:00
sequence change count to uint64 to fix #109 2015-04-06 14:17:36 -07:00
stats tweaking ui 2015-03-22 12:50:04 -07:00
storage Change all chrislusf/weed-fs links to point to chrislu/seaweedfs 2015-04-16 19:18:06 +00:00
tools Change all chrislusf/weed-fs links to point to chrislu/seaweedfs 2015-04-16 19:18:06 +00:00
topology Change all chrislusf/weed-fs links to point to chrislu/seaweedfs 2015-04-16 19:18:06 +00:00
util Change all chrislusf/weed-fs links to point to chrislu/seaweedfs 2015-04-16 19:18:06 +00:00
weed FIXED: When RaftServer cannot find a leader, Return a more readable error. 2015-04-19 19:07:06 +08:00