1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-08-17 01:22:47 +02:00

Commit graph

  • c359a5117f add lock to dir children map chrislusf 2016-03-30 12:34:11 -07:00
  • 891380374a fix a data race bug tnextday 2016-03-30 23:14:37 +08:00
  • 87d5e9322e change version to "0.75 dev" tnextday 2016-03-30 22:02:00 +08:00
  • c64e8e7aad update: github.com/gorilla/context github.com/gorilla/mux tnextday 2016-03-30 21:51:10 +08:00
  • 9332bdcdeb fix a data race bug tnextday 2016-03-30 21:30:37 +08:00
  • 4817b66bcf update tnextday 2016-03-30 21:13:04 +08:00
  • 57dd6bbe0c fix a deadlock tnextday 2016-03-30 20:12:33 +08:00
  • b5d57c5bff verbose status ui tnextday 2016-03-30 19:46:11 +08:00
  • ff943612b5 rm channels in server stats counter, because DurationCounter is thread safe tnextday 2016-03-30 19:40:08 +08:00
  • 07e495c375 update tnextday 2016-03-30 17:22:47 +08:00
  • d1ca49f705 update tnextday 2016-03-30 16:44:03 +08:00
  • 56057e268b using godep to manage dependencies tnextday 2016-03-30 16:38:37 +08:00
  • e10dcc7542 Refactor project dir tnextday 2016-03-30 16:35:36 +08:00
  • 82eea5cc37 update tnextday 2016-03-30 13:11:14 +08:00
  • 66825b4b34 format code tnextday 2016-03-30 12:21:06 +08:00
  • 3bcbb9a1e8 add collection settings test case tnextday 2016-03-30 12:12:15 +08:00
  • d5364183fa update tnextday 2016-03-29 23:35:28 +08:00
  • d9ef4329f9 sync collection settings between master and volume topology vacuum use collection gc setting tnextday 2016-03-29 23:29:38 +08:00
  • 76655fc1bd update store SendHeartbeatToMaster tnextday 2016-03-29 16:22:25 +08:00
  • 9016fbcc57 upgrade proto2 to proto3 master add a new interface /dir/join2 to process new join message, it use a JoinKey sync the settings betweed master and volume tnextday 2016-03-28 21:50:37 +08:00
  • 43861ca66c remote needle read add checksum tnextday 2016-03-23 16:27:06 +08:00
  • 3f1bad535a goimports tnextday 2016-03-23 16:10:59 +08:00
  • 93c0044fa5 fix bug tnextday 2016-03-23 16:10:37 +08:00
  • e3559281b1 volume server read remote needle when target volume dosn't esixts in local store. tnextday 2016-03-23 15:03:42 +08:00
  • 12d5c0a20e Merge commit 'cc4d47551902bf78e4be653145fda383d45c09fa' into develop tnextday 2016-03-21 11:16:23 +08:00
  • a923b70413 clean log tnextday 2016-03-19 21:49:39 +08:00
  • cc4d475519 Update README.md Chris Lu 2016-03-16 23:22:43 -07:00
  • 2742c571ef fix some warnning detected by go vet tnextday 2016-03-14 00:31:54 +08:00
  • a5e4274227 make sure VidCache concurrent safe tnextday 2016-03-13 23:51:03 +08:00
  • a9adfdf8a3 return 404 if lookup location list is empty. tnextday 2016-03-13 22:48:15 +08:00
  • a55cb02e12 fix some data race problem detect by go race tnextday 2016-03-12 21:23:19 +08:00
  • 6e20f65528 fix some data race problem detect by go race tnextday 2016-03-12 19:51:56 +08:00
  • 37cacb06d0 fix some data race problem detect by go race tnextday 2016-03-12 18:28:35 +08:00
  • 72b497debc fix some concurrent bug in topology tnextday 2016-03-12 17:39:56 +08:00
  • 9c28b0328a update version to 0.74 beta tnextday 2016-03-11 01:28:02 +08:00
  • bee8fdb088 ChunkFileReader will read chunk needle from local volume first tnextday 2016-03-11 01:09:01 +08:00
  • 41c5bda458 Merge commit '62074c7653a9721e60b2c352668ec05f1d9e070c' into develop tnextday 2016-03-10 17:26:42 +08:00
  • 98a97d610d random pick node in growth volume return random host in redirect change verison to 0.73 beta tnextday 2016-03-10 17:23:45 +08:00
  • 62074c7653 adjust reading ip address chrislusf 2016-03-08 08:46:46 -08:00
  • 4c8367a8b3 add redis password chrislusf 2016-03-08 08:46:28 -08:00
  • 08ca9c1911 format code tnextday 2016-03-07 00:03:22 +08:00
  • 14415304dc make sure VolumeLayout concurrent safe. tnextday 2016-03-06 23:47:10 +08:00
  • 2fd0349d34 return a copy of VolumeLocationList in VolumeLayout.Lookup, so when it outside of the VolumeLayout, we don't care about the concurrent safe of it tnextday 2016-03-06 23:19:41 +08:00
  • 6efa09d263 rename ConcurrentReadMap to ConcurrentMap use RWMutex lock both read and write on ConcurrentMap tnextday 2016-03-05 22:14:21 +08:00
  • 6b545ec5b3 rename DiskLocation.lock to DiskLocation.mutex tnextday 2016-03-05 18:06:09 +08:00
  • 71b6f72f97 pretty size in status ui tnextday 2016-03-05 17:31:51 +08:00
  • 7be9a705a8 fix import error tnextday 2016-02-29 12:32:25 +08:00
  • fb0e39e6a4 update 0.72 beta tnextday 2016-02-29 12:21:04 +08:00
  • ae47270209 make TaskManager concurrent safe tnextday 2016-02-29 12:05:37 +08:00
  • 2fffb8a1ea Merge 4561f97a93 into f7f9129b05 zhaozhi406 2016-02-28 11:38:46 +00:00
  • 45dca3748d add collection param in lookup operation tnextday 2016-02-28 12:01:30 +08:00
  • 2c6b98877d make CompactMap concurrent safe tnextday 2016-02-28 11:13:26 +08:00
  • e791e53952 make Disklocation is concurrent safe tnextday 2016-02-28 10:52:50 +08:00
  • f7f9129b05 Merge pull request #259 from tnextday/master Chris Lu 2016-02-27 09:12:45 -08:00
  • 09a2e6c9ee Merge branch 'master' into develop tnextday 2016-02-27 17:43:33 +08:00
  • a98f359122 Fix chunk manifest replicate upload error Escape the redirect url in volume read handler tnextday 2016-02-27 17:42:41 +08:00
  • 9177a7c95e escape the redirect url in volume read handler tnextday 2016-02-26 22:32:27 +08:00
  • 709c969550 fix chunk manifest replicate upload error tnextday 2016-02-26 18:51:00 +08:00
  • 4561f97a93 move redis config to the command line flag zhaozhi 2016-02-24 12:43:05 +08:00
  • fbb8f67108 make directory manager support list first page of files and limit count; fix a lua script syntax bug zhaozhi 2016-02-22 13:25:28 +08:00
  • d30f93b5ec restore flat namespace interfaces zhaozhi 2016-02-22 12:18:19 +08:00
  • 9ea0d1a93e make a new interface for distributed full function filer zhaozhi 2016-02-22 12:16:59 +08:00
  • 038a025c32 redis store now support directory manipulations zhaozhi 2016-02-19 15:12:00 +08:00
  • f01b2f852b implement files api, finish related unit tests zhaozhi 2016-02-18 19:03:56 +08:00
  • 6ca1475654 finish redis_store's directory manager and some unit testing zhaozhi 2016-02-18 14:50:44 +08:00
  • 91c2cc0dcd finish redis_store's directory manager and its unit testing zhaozhi 2016-02-17 17:49:24 +08:00
  • e2dd8974fc cassandra_store still can not support directory listing zhaozhi 2016-02-17 17:48:46 +08:00
  • eb77a96052 modify flat_namespace to support list directories zhaozhi 2016-02-17 17:46:56 +08:00
  • 9479a351f0 update tnextday 2016-01-29 21:21:03 +08:00
  • 2e0a5533db image resizing: change jpeg default quality to 85 tnextday 2016-01-25 16:13:51 +08:00
  • c4d9b25306 Merge 894bcc948d into a436b0345a Meng Shi 2016-01-22 12:35:10 +00:00
  • 894bcc948d fix deleting inconsistent problems Meng Shi 2016-01-22 16:26:47 +08:00
  • d34fc795a4 Merge commit 'a436b0345a3400610c4bc7e8e93336c707e45571' into develop tnextday 2016-01-20 20:08:14 +08:00
  • 848b86438f resizing: update test tnextday 2016-01-20 19:57:43 +08:00
  • a436b0345a Merge pull request #239 from hxiaodon/master Chris Lu 2016-01-17 21:29:36 -08:00
  • 61b1d73f5a Update filer_server_handlers.go Xiaodong Huo 2016-01-17 12:30:23 +08:00
  • 3b18a2a13f ipv6 support tnextday 2016-01-15 12:13:46 +08:00
  • 7841ade30b fix bug tnextday 2016-01-14 22:01:48 +08:00
  • b8b31a582d bug fix tnextday 2016-01-13 21:39:22 +08:00
  • 7eac1c46a2 bug fix tnextday 2016-01-13 21:10:24 +08:00
  • 7cf64ae07a dereplicate filer post request & support filer get request with raw fileId 霍晓栋 2016-01-13 16:58:07 +08:00
  • f75514baf9 add image resize benchmark tnextday 2016-01-12 21:39:09 +08:00
  • f121699392 Merge branch 'feature/auto-replicate' into develop tnextday 2016-01-10 23:11:46 +08:00
  • 0e44e8db12 update tnextday 2016-01-10 23:08:01 +08:00
  • 0a1bacb975 Merge commit '40f7c5d2860299696e7737ecbfb3851befafd68e' into feature/auto-replicate tnextday 2016-01-10 22:31:43 +08:00
  • 6a4aa3ec36 volume growth: remove main node filter with exists node tnextday 2016-01-07 22:01:38 +08:00
  • a4cb8c659c *: test and fix bug tnextday 2016-01-06 21:50:28 +08:00
  • b39fedd3cc master: disable auto check replicate and add a manual api /vol/check_replicate tnextday 2016-01-06 15:11:01 +08:00
  • 8b32d23304 master: check volume ReplicatePlacement and auto replicate the lost tnextday 2016-01-06 12:35:59 +08:00
  • 40f7c5d286 Merge pull request #236 from hxiaodon/master Chris Lu 2016-01-04 15:15:37 -08:00
  • 955d4b25d8 Node: add planned vloume count tnextday 2016-01-04 23:51:40 +08:00
  • 9fb1954f4b volume growth: update tnextday 2016-01-04 22:00:39 +08:00
  • 836554808a volume growth: update volume growth test, and fix bugs tnextday 2016-01-04 21:52:03 +08:00
  • cc3b8c66ed volume growth: growth with exists data node tnextday 2016-01-04 15:11:45 +08:00
  • 166cc0d48a collection name could be specified in url Xiaodong Huo 2016-01-04 09:52:32 +08:00
  • 6c88abf62f adjust print out when error chrislusf 2015-12-30 22:48:19 -08:00
  • 963c36338a Merge pull request #233 from hxiaodon/master Chris Lu 2015-12-30 22:44:05 -08:00
  • 9f3ba7c153 *:temp commit tnextday 2015-12-31 11:50:37 +08:00
  • 4e48f64512 Update store_replicate.go hxiaodon 2015-12-28 14:23:26 +08:00
  • 47083630d7 volume growth: default use low usage data node volume growth: update test *: add batch remote api call tnextday 2015-12-27 02:44:39 +08:00