1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-04 16:16:58 +02:00
seaweedfs/weed/filer
Chris Lu 68d39c86f1 mysql, postgres, cassandra: change kv key to base64 encoding
The exisitng key-value operation for stores using mysql, postgres, and maybe cassandra are already broken.

The kv is used to store hardlink, filer store signature and replication progress.

So users using hardlink and also uses mysql, postgres, or cassandra will have broken hard links.

Users using filer.sync will need to re-sync the files.
2020-10-16 11:10:12 -07:00
..
abstract_sql mysql, postgres, cassandra: change kv key to base64 encoding 2020-10-16 11:10:12 -07:00
cassandra mysql, postgres, cassandra: change kv key to base64 encoding 2020-10-16 11:10:12 -07:00
elastic/v7 change elastic initialize process similar as others. 2020-09-10 23:35:20 +08:00
etcd filer: etcd store avoid read with nil option 2020-09-11 15:29:45 -07:00
leveldb filer: compress stored metadata 2020-09-03 11:00:20 -07:00
leveldb2 apply meta changes only if store is different 2020-09-05 23:25:03 -07:00
mongodb filer: fix mongodb insert 2020-09-17 21:50:52 -07:00
mysql filer: fix postgres prefixed directory listing problem 2020-09-12 13:37:03 -07:00
postgres filer: fix postgres prefixed directory listing problem 2020-09-12 13:37:03 -07:00
redis filer: compress stored metadata 2020-09-03 11:00:20 -07:00
redis2 filer: Redis cleanly delete directory 2020-09-03 19:17:39 -07:00
configuration.go rename filer2 to filer 2020-09-01 00:21:19 -07:00
entry.go switch hardlink id from int64 to bytes 2020-09-24 11:11:42 -07:00
entry_codec.go switch hardlink id from int64 to bytes 2020-09-24 11:11:42 -07:00
filechunk_manifest.go go fmt 2020-10-13 19:50:46 -07:00
filechunk_manifest_test.go rename filer2 to filer 2020-09-01 00:21:19 -07:00
filechunks.go We return etag using the same algorithm as aws s3 2020-10-05 14:43:32 +05:00
filechunks2_test.go rename filer2 to filer 2020-09-01 00:21:19 -07:00
filechunks_test.go rename filer2 to filer 2020-09-01 00:21:19 -07:00
filer.go hardlink works now 2020-09-24 03:06:48 -07:00
filer_buckets.go rename filer2 to filer 2020-09-01 00:21:19 -07:00
filer_delete_entry.go go fmt 2020-10-07 23:30:54 -07:00
filer_deletion.go rename filer2 to filer 2020-09-01 00:21:19 -07:00
filer_notify.go filer: cross cluster synchronization 2020-09-09 11:21:23 -07:00
filer_notify_append.go rename filer2 to filer 2020-09-01 00:21:19 -07:00
filer_notify_test.go rename filer2 to filer 2020-09-01 00:21:19 -07:00
filerstore.go switch hardlink id from int64 to bytes 2020-09-24 11:11:42 -07:00
filerstore_hardlink.go fix empty hard link id 2020-09-24 11:16:43 -07:00
meta_aggregator.go expose only store wrapper to meta changes 2020-09-22 16:27:36 -07:00
meta_replay.go rename filer2 to filer 2020-09-01 00:21:19 -07:00
permission.go rename filer2 to filer 2020-09-01 00:21:19 -07:00
reader_at.go file read report EOF 2020-10-14 12:18:24 -07:00
reader_at_test.go adjust tests 2020-10-14 12:27:52 -07:00
stream.go adds errror on read and write 2020-10-13 13:53:34 -07:00
topics.go rename filer2 to filer 2020-09-01 00:21:19 -07:00