1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-08-16 00:52:48 +02:00

Commit graph

  • e4c0693b03 replication related work on data nodes Chris Lu 2012-09-10 17:08:52 -07:00
  • 6daf221937 volume layout for each replication level Chris Lu 2012-09-10 00:18:07 -07:00
  • 8684b0999d file renaming Chris Lu 2012-09-08 16:43:43 -07:00
  • 9f4630736d rename Server to DataNode Chris Lu 2012-09-08 16:25:44 -07:00
  • 9bde067f16 add comments Chris Lu 2012-09-08 00:05:58 -07:00
  • a7d8d46306 avoid null in json response Chris Lu 2012-09-04 00:34:28 -07:00
  • a74f6cf593 change to vid~machines mapping Chris Lu 2012-09-04 00:26:38 -07:00
  • 85a1b419c0 handling lost servers Chris Lu 2012-09-03 21:31:13 -07:00
  • 0349199d0e 0.18 release Chris Lu 2012-09-03 20:41:48 -07:00
  • 03aa23fb1b fixing help message printing Chris Lu 2012-09-03 20:40:38 -07:00
  • a56a523f29 refactoring Chris Lu 2012-09-03 19:36:35 -07:00
  • fbe828e486 reformatting Chris Lu 2012-09-03 19:18:02 -07:00
  • 09542d82b4 refactoring, clean up, v0.17 Chris Lu 2012-09-03 15:41:24 -07:00
  • cdd64a8099 dc and rack aware volume allocation Chris Lu 2012-09-03 01:50:04 -07:00
  • 1a2ff0514c Merge branch 'master' of https://code.google.com/p/weed-fs/ Chris Lu 2012-09-02 14:55:00 -07:00
  • b95c9860ed interface and default implementation for node Chris Lu 2012-09-02 14:33:48 -07:00
  • 6a84f50d24 interface and default implementation for node Chris Lu 2012-09-02 11:36:23 -07:00
  • a467d5081c adjusted tests Chris Lu 2012-09-01 13:17:30 -07:00
  • c51884ce23 remove extra code Chris Lu 2012-09-01 10:54:41 -07:00
  • 1760dd083d remove reservedVolumeCount to simplify volume allocation logic Chris Lu 2012-09-01 10:51:07 -07:00
  • c48bda0232 return the node during assigning free volume Chris Lu 2012-09-01 02:43:43 -07:00
  • 7a30a48027 assign a free volume randomly Chris Lu 2012-09-01 02:20:59 -07:00
  • 8d0ea07f5f loading from json setup in tests Chris Lu 2012-08-31 01:35:11 -07:00
  • f5d981ab4d scaffold for tests Chris Lu 2012-08-29 01:42:24 -07:00
  • 317e12644a reserve a volume add VolumeId.Next() Chris Lu 2012-08-29 01:37:40 -07:00
  • f7adf1687f reduce duplicated code by using a tree of Node Chris Lu 2012-08-29 00:58:03 -07:00
  • 97e4a1d6eb add code to randomly select one new volume to grow Chris Lu 2012-08-28 01:04:39 -07:00
  • 2dceb44ae4 add more for volume placement Chris Lu 2012-08-27 13:52:02 -07:00
  • c72f10511a Merge branch 'master' of https://code.google.com/p/weed-fs/ Chris Lu 2012-08-24 01:21:06 -07:00
  • 58087bc64f ignore files Chris Lu 2012-08-24 01:17:20 -07:00
  • 09ed882e5f clean log Chris Lu 2012-08-24 01:15:27 -07:00
  • 8f9e84bca0 clean log Chris Lu 2012-08-24 01:14:44 -07:00
  • 869a6711bc change data center id from integer to string Chris Lu 2012-08-23 23:35:30 -07:00
  • 9b4ce65882 simplify volume.go file Chris Lu 2012-08-23 23:24:32 -07:00
  • 0c32e2e965 simplify volume id printing Chris Lu 2012-08-23 23:14:54 -07:00
  • 868e47f994 remove unused test Chris Lu 2012-08-23 23:07:46 -07:00
  • b820609088 change name: needle id instead of needle key Chris Lu 2012-08-23 23:06:15 -07:00
  • 9f92f2779d adjusting for types Chris Lu 2012-08-23 22:56:14 -07:00
  • 5e3ecc1b82 adding VolumeId type Chris Lu 2012-08-23 22:46:54 -07:00
  • 03f4c0b832 adding topology related types Chris Lu 2012-08-23 22:33:37 -07:00
  • 31e4dbfe38 change volume id type to topology.VolumeId Chris Lu 2012-08-23 22:20:37 -07:00
  • 0121f35c12 starting a shell Chris Lu 2012-08-23 20:56:09 -07:00
  • 0109cc0e30 correct wording Chris Lu 2012-08-23 19:13:14 -07:00
  • 5caa7bbdc9 refactoring only Chris Lu 2012-08-23 19:10:55 -07:00
  • 10c2a4540e v0.16 chris.lu@gmail.com 2012-08-07 08:33:13 +00:00
  • aab5390cb5 all switching to "weed command [args]" usage mode chris.lu@gmail.com 2012-08-07 08:31:48 +00:00
  • 85da309eed all switching to "weed command [args]" usage mode chris.lu@gmail.com 2012-08-07 08:31:22 +00:00
  • 5e9dc0e668 all switching to "weed command [args]" usage mode chris.lu@gmail.com 2012-08-07 08:29:22 +00:00
  • 3f1136c194 migrate fix command chris.lu@gmail.com 2012-08-07 01:20:26 +00:00
  • 51860424a6 moving to go style commands chris.lu@gmail.com 2012-08-06 23:54:53 +00:00
  • c627942691 adding uncompressing support! chris.lu@gmail.com 2012-07-30 08:52:11 +00:00
  • 50c3f1d4a7 adding compressiong support! chris.lu@gmail.com 2012-07-30 08:37:10 +00:00
  • f3a4125ee7 adding compressiong support! chris.lu@gmail.com 2012-07-30 08:36:25 +00:00
  • 2e1ffa189b The extension ext should begin with a leading dot, as in ".html" chris.lu@gmail.com 2012-07-30 07:28:06 +00:00
  • 2af8c354a7 git-svn-id: https://weed-fs.googlecode.com/svn/trunk@57 282b0af5-e82d-9cf1-ede4-77906d7719d0 chris.lu@gmail.com 2012-07-17 05:07:19 +00:00
  • 577bbcb2e3 convenient tool to submit serveral versions of the same file chris.lu@gmail.com 2012-07-17 04:11:38 +00:00
  • 008b3fbbc9 remove debug message chris.lu@gmail.com 2012-07-17 04:10:54 +00:00
  • d46e588200 simplify delta of file id, for multi-versioning of a file chris.lu@gmail.com 2012-07-16 17:15:16 +00:00
  • eb9456d7d5 handle special case when browser also asks for favicon.ico chris.lu@gmail.com 2012-07-16 07:41:39 +00:00
  • bcffffbc5e add capability to assign a batch of file ids chris.lu@gmail.com 2012-07-16 04:33:21 +00:00
  • 68a216586f add capability to assign a batch of file ids chris.lu@gmail.com 2012-07-16 04:12:42 +00:00
  • 74989d69c9 add error handling when non-multipart request comes in chris.lu@gmail.com 2012-07-03 06:46:26 +00:00
  • de6e1442d7 also return publicUrl when assigning the fid chris.lu@gmail.com 2012-06-30 09:14:51 +00:00
  • 8aba24a3f8 git-svn-id: https://weed-fs.googlecode.com/svn/trunk@47 282b0af5-e82d-9cf1-ede4-77906d7719d0 chris.lu@gmail.com 2012-06-29 07:55:33 +00:00
  • bb01324482 compatible with Go1 chris.lu@gmail.com 2012-06-29 07:53:47 +00:00
  • 8edf12f026 fix test chris.lu@gmail.com 2012-03-29 21:47:52 +00:00
  • 4c31b6d533 delete entry from file index also chris.lu@gmail.com 2012-01-19 18:28:54 +00:00
  • 3c7c85b1d4 remove verbose logging chris.lu@gmail.com 2012-01-19 18:28:33 +00:00
  • 659bf1940f correctly deleting a file correctly setting volume file size limit chris.lu@gmail.com 2012-01-19 00:49:41 +00:00
  • 380953692b generating makefiles from a newer version of gb chris.lu@gmail.com 2012-01-18 22:59:33 +00:00
  • 50b1eff390 add usage instructions chris.lu@gmail.com 2012-01-02 01:20:12 +00:00
  • 10511fc54c adding makefiles created by go-gb chris.lu@gmail.com 2012-01-02 00:57:55 +00:00
  • 563902cda5 git-svn-id: https://weed-fs.googlecode.com/svn/trunk@38 282b0af5-e82d-9cf1-ede4-77906d7719d0 chris.lu@gmail.com 2012-01-02 00:56:58 +00:00
  • c8af490fb0 adding makefiles created by go-gb chris.lu@gmail.com 2012-01-02 00:53:19 +00:00
  • 0701286243 adding makefiles created by go-gb chris.lu@gmail.com 2012-01-02 00:52:43 +00:00
  • 97a1d587d4 adding makefiles created by go-gb chris.lu@gmail.com 2012-01-02 00:45:32 +00:00
  • 4c2ca916ec fix enforcing volume size limit chris.lu@gmail.com 2011-12-29 08:07:19 +00:00
  • 298fdb4603 add configurable volume size limit chris.lu@gmail.com 2011-12-29 01:57:02 +00:00
  • 0eff4311f5 add more error handling, adjust volume size to 32G chris.lu@gmail.com 2011-12-29 01:46:38 +00:00
  • 2ccc098882 better error messages chris.lu@gmail.com 2011-12-28 20:31:13 +00:00
  • 60c17068a6 correct sequence generating chris.lu@gmail.com 2011-12-27 06:09:21 +00:00
  • b2f4a4e739 adjust weedc heartbeat to be randomly between (1*pulse, 2*pulse) seconds chris.lu@gmail.com 2011-12-27 01:51:18 +00:00
  • 3c98f1a119 better log messages chris.lu@gmail.com 2011-12-27 01:40:16 +00:00
  • 4c36190dd3 rename weedc option name to publicUrl chris.lu@gmail.com 2011-12-26 10:07:53 +00:00
  • c27f6175d7 update volume status on each heartbeat chris.lu@gmail.com 2011-12-26 09:58:07 +00:00
  • 6913fabc64 simplifying volume id mechanism, removing automatic volume id generation and discovering periodically report machine status chris.lu@gmail.com 2011-12-26 09:43:17 +00:00
  • ae3a53388f refactoring code chris.lu@gmail.com 2011-12-25 05:30:57 +00:00
  • 6813f118d4 get and delete now checks cookie adding super block adding tool to fix volume index chris.lu@gmail.com 2011-12-24 08:40:56 +00:00
  • cf7094f3c9 return written bytes, add debug mode chris.lu@gmail.com 2011-12-24 01:25:22 +00:00
  • cc8af2e7dc print error message if invalid file id is used chris.lu@gmail.com 2011-12-22 19:55:13 +00:00
  • ea75165e85 works now! chris.lu@gmail.com 2011-12-22 04:04:47 +00:00
  • 9c6a9bf518 simplify the file id format chris.lu@gmail.com 2011-12-20 09:00:01 +00:00
  • a657eec299 use uint64, instead of key+alternativeKey, as file id chris.lu@gmail.com 2011-12-20 02:34:53 +00:00
  • d018809830 efficiently assign file id chris.lu@gmail.com 2011-12-19 09:18:13 +00:00
  • b39d1a77b4 cleaner chris.lu@gmail.com 2011-12-19 05:59:37 +00:00
  • 041a93887c now join, status, read, write for weed server are working! chris.lu@gmail.com 2011-12-18 10:35:59 +00:00
  • 2c7a4eea1f simplified to one machine per volume chris.lu@gmail.com 2011-12-18 07:22:04 +00:00
  • 1fed603df9 now working for registering volume id ~ machine mapping chris.lu@gmail.com 2011-12-17 06:50:51 +00:00
  • 10930ce6b6 git-svn-id: https://weed-fs.googlecode.com/svn/trunk@12 282b0af5-e82d-9cf1-ede4-77906d7719d0 chris.lu@gmail.com 2011-12-17 06:47:23 +00:00
  • 25d0caa901 git-svn-id: https://weed-fs.googlecode.com/svn/trunk@11 282b0af5-e82d-9cf1-ede4-77906d7719d0 chris.lu@gmail.com 2011-12-16 15:06:58 +00:00