aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-11-28let filer use all cassandra servereshujiushiwo1-2/+1
let filer use all cassandra server
2016-11-28fix hosts stringseshujiushiwo1-2/+2
fix hosts strings
2016-11-28fix info logeshujiushiwo1-1/+2
fix info log
2016-11-28Update cassandra_store.goeshujiushiwo1-0/+1
2016-11-28fix the connection of cassandra eshujiushiwo1-4/+1
fix the connection of cassandra ,let filer can connect to multi cassandra nodes which are in the one cluster
2016-11-28Update cassandra_store.goeshujiushiwo1-0/+3
2016-11-28update cassandra connectionseshujiushiwo1-1/+6
update cassandra connections
2016-11-16add option to enable cachingChris Lu4-9/+21
2016-11-13adjust verbose loggingChris Lu1-2/+2
2016-11-13Merge pull request #395 from hxiaodon/masterChris Lu2-24/+65
concurrent loading volume when starting volume server
2016-11-13refactor concurrent loading code logic霍晓栋1-29/+45
2016-11-11concurrent loading volume霍晓栋2-19/+44
2016-11-07Merge pull request #394 from bedragon/masterChris Lu1-3/+3
fix bug : join post is empty
2016-11-08fix bug : join post is emptyYang zhixiang1-3/+3
2016-11-06add locks for location.volumesChris Lu2-6/+47
fix https://github.com/chrislusf/seaweedfs/issues/392
2016-11-04add tool to change replication or ttlChris Lu1-12/+31
fix https://github.com/chrislusf/seaweedfs/issues/386
2016-11-03Merge pull request #385 from bedragon/masterChris Lu1-1/+1
fix raft_server.go isPeersChanged bug
2016-11-03fix raft_server.go isPeersChanged bugYang zhixiang1-1/+1
2016-10-12Merge pull request #378 from amincheloh/patch-1Chris Lu2-8/+8
Update Dockerfile and entrypoint.sh
2016-10-12Update DockerfileAmin Cheloh1-3/+3
Move COPY /entrypoint.sh to bottom and make sure entrypoint.sh have execute permission
2016-10-12Update entrypoint.shAmin Cheloh1-5/+5
Running application becomes container's PID 1 allow to receives Unix signals
2016-10-08Merge pull request #375 from hxiaodon/masterChris Lu4-9/+214
supplemental data between compacting and commit compacting
2016-10-07comment UT case霍晓栋1-12/+12
2016-10-07comment UT case霍晓栋1-0/+2
2016-10-07makediff func with UT case霍晓栋4-31/+132
2016-09-29supplemental data between compacting and commit compacting霍晓栋2-8/+110
2016-09-26fix compilationChris Lu1-0/+1
2016-09-26add a template for makeupDiffChris Lu1-0/+4
2016-09-23Update README.mdChris Lu1-22/+0
2016-09-23Merge pull request #373 from feliperoberto/dockerChris Lu2-1/+45
how to use with docker
2016-09-23how to use with dockerFelipe Roberto2-1/+45
2016-09-22add a new way to manually compact corrupted volumeChris Lu2-2/+78
fix https://github.com/chrislusf/seaweedfs/issues/371
2016-09-08Merge pull request #366 from jze/masterChris Lu3-21/+52
Changed Dockerfile so it uses a special entrypoint script.
2016-09-08lockChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/367
2016-09-08Changed Dockerfile so it uses a special entrypoint script. All parameters ↵Jesper Zedlitz3-21/+52
are passed through to weed. Depending on the command the entrypoint.sh script adds parameters to link containers.
2016-09-07Merge pull request #361 from hxiaodon/masterChris Lu12-11/+437
add mysql filer support
2016-09-08filer mysqlstore bug fix霍晓栋9-30/+50
2016-09-08Merge remote-tracking branch 'upstream/master'霍晓栋3-5/+5
2016-09-07use Lock instead of RLockChris Lu1-3/+3
fix https://github.com/chrislusf/seaweedfs/issues/364
2016-09-07minor help message changeChris Lu1-1/+1
2016-09-05refactoring mysql store code霍晓栋5-71/+141
2016-08-31UT case fix霍晓栋1-2/+2
2016-08-31add filer support霍晓栋6-4/+340
2016-08-10Merge pull request #356 from chareice/masterChris Lu1-1/+1
Make Docker build works correctly
2016-08-10Make Docker build works correctlyChengLei Shao1-1/+1
2016-08-09Merge pull request #354 from hxiaodon/masterChris Lu2-0/+24
if replicated volume has one copy in readonly mode at one node,it sho…
2016-08-09if replicated volume has one copy in readonly mode at one node,it should be ↵霍晓栋2-0/+24
removed from writable list
2016-08-05Merge pull request #352 from mtolman/masterChris Lu4-0/+216
Adding AutoChunk/MaxMB Support to Filer API
2016-08-05Adding AutoChunk/MaxMB Support to Filer APIMike Tolman4-0/+216
This is related to the following issue I added to chrislusf/seaweedfs: https://github.com/chrislusf/seaweedfs/issues/342
2016-08-05Revert "Add AutoChunking to the Filer API, so that you can upload really ↵Mike Tolman4-215/+0
large files through the filer API." This reverts commit 09059bfdccdeff1a588ee1326318075adb068b0f.