You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
4 years ago
..
abstract_sql
mysql, postgres, cassandra: change kv key to base64 encoding
4 years ago
cassandra
mysql, postgres, cassandra: change kv key to base64 encoding
4 years ago
elastic/ v7
change elastic initialize process similar as others.
4 years ago
etcd
filer: etcd store avoid read with nil option
4 years ago
leveldb
filer: compress stored metadata
4 years ago
leveldb2
apply meta changes only if store is different
4 years ago
mongodb
filer: fix mongodb insert
4 years ago
mysql
filer: fix postgres prefixed directory listing problem
4 years ago
postgres
filer: fix postgres prefixed directory listing problem
4 years ago
redis
filer: compress stored metadata
4 years ago
redis2
filer: Redis cleanly delete directory
4 years ago
configuration.go
rename filer2 to filer
4 years ago
entry.go
switch hardlink id from int64 to bytes
4 years ago
entry_codec.go
switch hardlink id from int64 to bytes
4 years ago
filechunk_manifest.go
go fmt
4 years ago
filechunk_manifest_test.go
rename filer2 to filer
4 years ago
filechunks.go
We return etag using the same algorithm as aws s3
4 years ago
filechunks2_test.go
rename filer2 to filer
4 years ago
filechunks_test.go
rename filer2 to filer
4 years ago
filer.go
hardlink works now
4 years ago
filer_buckets.go
rename filer2 to filer
4 years ago
filer_delete_entry.go
go fmt
4 years ago
filer_deletion.go
rename filer2 to filer
4 years ago
filer_notify.go
filer: cross cluster synchronization
4 years ago
filer_notify_append.go
rename filer2 to filer
4 years ago
filer_notify_test.go
rename filer2 to filer
4 years ago
filerstore.go
switch hardlink id from int64 to bytes
4 years ago
filerstore_hardlink.go
fix empty hard link id
4 years ago
meta_aggregator.go
expose only store wrapper to meta changes
4 years ago
meta_replay.go
rename filer2 to filer
4 years ago
permission.go
rename filer2 to filer
4 years ago
reader_at.go
file read report EOF
4 years ago
reader_at_test.go
adjust tests
4 years ago
stream.go
adds errror on read and write
4 years ago
topics.go
rename filer2 to filer
4 years ago