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

Commit graph

  • f89c92bf18 Log volumeId if dataFileSize != actual data file size brstgt 2017-01-20 11:52:23 +01:00
  • 64a73c52c1 adjust timing of leader election Chris Lu 2017-01-18 09:54:43 -08:00
  • cdcf120449 Release 0.74 Chris Lu 2017-01-18 09:39:47 -08:00
  • 7fb9a64f66 volume server get notified of leader change Chris Lu 2017-01-18 09:34:27 -08:00
  • 818233bbf6 fix byte counter on loading index file Chris Lu 2017-01-18 08:34:44 -08:00
  • b4148e3f99 Update README.md Chris Lu 2017-01-15 12:39:39 -08:00
  • ceb782dabc Update README.md Chris Lu 2017-01-15 12:34:32 -08:00
  • 0fed5f22d5 Update README.md Chris Lu 2017-01-15 12:33:38 -08:00
  • 0963bc25fd upgrade to 0.73 Chris Lu 2017-01-15 12:29:53 -08:00
  • 03be0ca269 volume servers always connect to the master leader Chris Lu 2017-01-13 10:20:40 -08:00
  • 30f138a538 fix tests Chris Lu 2017-02-12 22:18:48 -08:00
  • 41f686ab9d remove weeds.conf Chris Lu 2017-02-12 21:58:44 -08:00
  • 98d66a569b avoid nil Chris Lu 2017-02-11 10:21:24 -08:00
  • 654173e7c7 Merge pull request #451 from vancepym/patch-2 Chris Lu 2017-02-07 09:47:09 -08:00
  • 543476cba1 Update Dockerfile vancepym 2017-02-07 22:50:09 +08:00
  • 9a8e020559 compile with 1.7 Chris Lu 2017-02-06 13:20:54 -08:00
  • f0d140f164 Merge pull request #448 from vancepym/patch-1 Chris Lu 2017-01-23 12:25:07 -08:00
  • ee6067e98c Fix: the maximum-length character exceed 255 vancepym 2017-01-23 20:33:00 +08:00
  • c2ce97785f set the volume size limit Chris Lu 2017-01-22 21:36:36 -08:00
  • f302c9fda2 always send the leader info on each heartbeat Chris Lu 2017-01-21 13:58:56 -08:00
  • 3cb0071025 supporting reading file of size zero Chris Lu 2017-01-21 13:45:16 -08:00
  • 043b7a7c65 add locking to access l.volumes Chris Lu 2017-01-20 10:18:43 -08:00
  • bfd2739fce Merge pull request #443 from Jaumo/jaumo Chris Lu 2017-01-20 10:11:33 -08:00
  • 0656838fe5 Don't return actual file size from CheckVolumeDataIntegrity, it will be 0 if last needle is a tombstone, so it's not reliable anyway brstgt 2017-01-20 16:37:45 +01:00
  • 4fb5bb09b6 Remove obsolete property Volume.dataFileSize brstgt 2017-01-20 16:31:11 +01:00
  • e074a54a20 Delete volumes online without restarting volume server brstgt 2017-01-20 13:02:37 +01:00
  • 492f93416d Mount and unmount volumes online without restarting volume server brstgt 2017-01-20 12:49:20 +01:00
  • 18b3afc97a Log volumeId if dataFileSize != actual data file size - improve log types brstgt 2017-01-20 12:22:25 +01:00
  • 0c898df430 Log volumeId if dataFileSize != actual data file size brstgt 2017-01-20 11:52:23 +01:00
  • c8f54aad8b adjust timing of leader election Chris Lu 2017-01-18 09:54:43 -08:00
  • 8de0027df5 Release 0.74 0.74 Chris Lu 2017-01-18 09:39:47 -08:00
  • 5b0f5f456e volume server get notified of leader change Chris Lu 2017-01-18 09:34:27 -08:00
  • 59022b6fe0 fix byte counter on loading index file Chris Lu 2017-01-18 08:34:44 -08:00
  • 91ebaadf4e Merge e41ec7f198 into 8b15523c9d Benjamin Roth 2017-01-18 12:32:34 +00:00
  • e41ec7f198 Fix counting volume size caused by changed tombstone size br 2017-01-18 12:31:22 +00:00
  • 0e06e33f0a - - 丁超 2017-01-16 15:59:21 +08:00
  • 8b15523c9d Update README.md Chris Lu 2017-01-15 12:39:39 -08:00
  • e05cc109a6 Update README.md Chris Lu 2017-01-15 12:34:32 -08:00
  • a55ae8ad52 Update README.md Chris Lu 2017-01-15 12:33:38 -08:00
  • 76da296799 upgrade to 0.73 0.73 Chris Lu 2017-01-15 12:29:53 -08:00
  • 3065506b38 volume servers always connect to the master leader Chris Lu 2017-01-13 10:20:40 -08:00
  • 688ceb8489 fix 丁超 2017-01-13 10:51:41 +08:00
  • 752afa2db2 Merge branch 'master' into master 316014408 2017-01-13 09:14:14 +08:00
  • 6afc5c033e Merge e042bef3c0 into d953ed442c 316014408 2017-01-13 01:14:12 +00:00
  • d953ed442c auto detect volume server ip address Chris Lu 2017-01-12 13:42:53 -08:00
  • 1be354bdce default IP to "localhost" Chris Lu 2017-01-10 23:57:59 -08:00
  • adc8d344a5 update proto buffer Chris Lu 2017-01-10 23:57:16 -08:00
  • e767c3ea4f disable master connection timeout Chris Lu 2017-01-10 01:30:00 -08:00
  • e46c3415f7 gRpc for master~volume heartbeat Chris Lu 2017-01-10 01:01:12 -08:00
  • 4beaaa0650 simplify the gzip optimization logic Chris Lu 2017-01-09 19:31:55 -08:00
  • 9fa648e570 Merge pull request #435 from sparklxb/master Chris Lu 2017-01-09 10:07:07 -08:00
  • 66e7013dfe suport uploading files to specific dataCenter sparklxb 2017-01-09 23:34:07 +08:00
  • 07a51815e9 Merge pull request #434 from wangjie/master Chris Lu 2017-01-09 00:11:27 -08:00
  • 90a6f43c56 fix the bug than we can't get filename when download file. wangjie 2017-01-09 14:55:21 +08:00
  • 53cf1b4900 change the basic unit to MB Chris Lu 2017-01-08 14:57:32 -08:00
  • ed44f12f6d support Fallocate on linux Chris Lu 2017-01-08 11:01:46 -08:00
  • 7b6837cbc2 move back the section Chris Lu 2017-01-08 10:35:47 -08:00
  • b14332df96 Merge pull request #432 from sparklxb/master Chris Lu 2017-01-08 10:30:40 -08:00
  • da9b672d1b support additional header name-value pairs sparklxb 2017-01-08 22:34:26 +08:00
  • 86a7c56275 support additional header name-value pairs sparklxb 2017-01-08 09:16:29 +08:00
  • 13e7069eb9 keep track of total data file size Chris Lu 2017-01-06 10:22:20 -08:00
  • 54dd925283 remove deprecated instructions Chris Lu 2017-01-05 14:53:05 -08:00
  • 80398a2a3a Merge pull request #430 from vancepym/master Chris Lu 2017-01-05 10:15:09 -08:00
  • 4f28876c8d Update Dockerfile vancepym 2017-01-05 21:52:55 +08:00
  • e61c9af523 check Accept instead of content type Chris Lu 2017-01-04 19:58:27 -08:00
  • 4d1ac7332e better organized travis Chris Lu 2017-01-04 01:59:26 -08:00
  • e2100d0626 move links from bintray to github release page Chris Lu 2017-01-04 00:33:22 -08:00
  • 47b6ce93f8 download from github release page Chris Lu 2017-01-04 00:29:58 -08:00
  • 0d8cf87a8c remove tab 0.72.release Chris Lu 2017-01-03 22:40:04 -08:00
  • f9c20aff9d deploy on tags Chris Lu 2017-01-03 22:38:08 -08:00
  • 83ce8c30fc skip cleanup on travis deployment Chris Lu 2017-01-03 22:36:39 -08:00
  • 19159ec479 adjust makefile and travis Chris Lu 2017-01-03 22:20:15 -08:00
  • 9cb034d49e adjust makefile Chris Lu 2017-01-03 22:11:33 -08:00
  • d1562e48e1 default to release Chris Lu 2017-01-03 22:08:53 -08:00
  • dc42d15352 release 0.72 0.72 Chris Lu 2017-01-03 21:32:59 -08:00
  • 4d3353750e fix build issue Chris Lu 2017-01-03 21:28:28 -08:00
  • 297f64e286 Merge pull request #428 from sparklxb/master Chris Lu 2017-01-03 21:23:08 -08:00
  • 8fb29e5230 change to 0.71 version Chris Lu 2017-01-03 21:17:54 -08:00
  • 2d13382c68 add releasing configs Chris Lu 2017-01-03 21:14:46 -08:00
  • d96d0a87cf fix bug: upload big .gz file more than maxMB lixianbin 2017-01-04 11:23:40 +08:00
  • 188715df24 add another filer authentication support 霍晓栋 2016-12-31 11:56:14 +08:00
  • e042bef3c0 作者更新 chulin 2016-12-28 09:51:43 +08:00
  • f7ff98c747 Merge pull request #424 from listeng/master Chris Lu 2016-12-26 02:14:09 -08:00
  • 5b18cf09e7 Return json data when content-type is "application/json" listeng 2016-12-26 16:49:43 +08:00
  • 2d7ae35b18 md5 chulin 2016-12-15 16:21:45 +08:00
  • 6b5867ce9d Merge pull request #414 from mtolman/master Chris Lu 2016-12-12 20:06:26 -08:00
  • 43e655afc8 Updating PostgreSQL file store integration to support directories. Mike Tolman 2016-12-12 13:03:32 -07:00
  • cc34ac0bd5 Merge pull request #411 from mtolman/master Chris Lu 2016-12-07 17:31:28 -08:00
  • e88795be13 Adding PostgreSQL Support Mike Tolman 2016-12-07 17:24:40 -07:00
  • b18ec59c56 Revert "Adding PostgreSQL Filer Support" Mike Tolman 2016-12-07 17:16:10 -07:00
  • 10853e4d2f Adding PostgreSQL Filer Support Mike Tolman 2016-12-07 17:13:03 -07:00
  • a1783a14cc Revert "Adding PostgreSQL Filer Support" Mike Tolman 2016-12-07 16:54:06 -07:00
  • 855058858a Adding PostgreSQL Filer Support Mike Tolman 2016-12-07 16:51:36 -07:00
  • 979b1a0ce6 重命名不需要加后缀 chulin 2016-12-02 15:46:05 +08:00
  • a23664ce61 去掉fileUrl chulin 2016-11-30 15:33:37 +08:00
  • e7c594b6e0 . chulin 2016-11-30 13:58:52 +08:00
  • 64509dd6ca fix text. Chris Lu 2016-11-28 20:07:27 -08:00
  • 924f797c58 Merge pull request #406 from eshujiushiwo/master Chris Lu 2016-11-28 20:05:45 -08:00
  • e025fc00a4 let filer use all cassandra server eshujiushiwo 2016-11-28 18:23:39 +08:00
  • 5ee7fdc0cc fix hosts strings eshujiushiwo 2016-11-28 16:03:39 +08:00