Chris Lu
37234bf3f8
filer store adds kv support
can compile now, need to implement those unimplemented
5 years ago
Chris Lu
2b14ae5819
fix tests
5 years ago
Chris Lu
d91ec535b3
fix tests
5 years ago
Chris Lu
eb7929a971
rename filer2 to filer
5 years ago
Chris Lu
8647191bee
removing filer package!
7 years ago
Chris Lu
04c2c5e58d
fix mysql data store bug
8 years ago
Chris Lu
6ce0097846
add left padding
fix https://github.com/chrislusf/seaweedfs/issues/654
8 years ago
Chris Lu
9f345da20f
mv filer proto to filer_pb
8 years ago
Chris Lu
43a69d20bf
change filer API to gRPC
8 years ago
Chris Lu
2cada598c6
fix test
8 years ago
Chris Lu
fffb14bc87
better support FUSE Lookup()
8 years ago
Chris Lu
050ab19264
add design
8 years ago
Chris Lu
94a35f25f3
simple refactoring
8 years ago
Chris Lu
d49e91cd78
cassandra use local quorum for better performance
8 years ago
Chris Lu
15b8499f8d
refactoring
8 years ago
Chris Lu
8c64d06b3a
update redis library
8 years ago
chanyoung
52fc476a6f
filer: fixup print error message when make new directory
8 years ago
sparklxb
c46e91d229
complement weed mount: add read and delete
9 years ago
Stepan Bujnak
a72c92e55f
Added locking on the filer move operation
9 years ago
vancepym
ee6067e98c
Fix: the maximum-length character exceed 255
The length of a CHAR column is fixed to the length that you declare when you create the table. The length can be any value from 0 to 255. When CHAR values are stored, they are right-padded with spaces to the specified length.
see https://dev.mysql.com/doc/refman/5.7/en/char.html
9 years ago
Mike Tolman
43e655afc8
Updating PostgreSQL file store integration to support directories.
9 years ago
Mike Tolman
e88795be13
Adding PostgreSQL Support
9 years ago
Mike Tolman
b18ec59c56
Revert "Adding PostgreSQL Filer Support"
This reverts commit 10853e4d2f
.
9 years ago
Mike Tolman
10853e4d2f
Adding PostgreSQL Filer Support
9 years ago
Mike Tolman
a1783a14cc
Revert "Adding PostgreSQL Filer Support"
This reverts commit 855058858a
.
9 years ago
Mike Tolman
855058858a
Adding PostgreSQL Filer Support
9 years ago
Chris Lu
64509dd6ca
fix text.
9 years ago
eshujiushiwo
e025fc00a4
let filer use all cassandra server
let filer use all cassandra server
9 years ago
eshujiushiwo
5ee7fdc0cc
fix hosts strings
fix hosts strings
9 years ago
eshujiushiwo
3450eff288
fix info log
fix info log
9 years ago
eshujiushiwo
3e29d0f75b
Update cassandra_store.go
9 years ago
eshujiushiwo
809aa028ec
fix the connection of cassandra
fix the connection of cassandra ,let filer can connect to multi cassandra nodes which are in the one cluster
9 years ago
eshujiushiwo
89ccb6be05
Update cassandra_store.go
9 years ago
eshujiushiwo
5385bf9555
update cassandra connections
update cassandra connections
9 years ago
霍晓栋
78474409a5
filer mysqlstore bug fix
9 years ago
霍晓栋
3aa021a812
refactoring mysql store code
9 years ago
霍晓栋
e7b237c8da
UT case fix
9 years ago
霍晓栋
b0035747e3
add filer support
9 years ago
DaLin
fa2a7b5f2f
fix bug: filer DELETE
9 years ago
Chris Lu
5ce6bbf076
directory structure change to work with glide
glide has its own requirements. My previous workaround caused me some
code checkin errors. Need to fix this.
10 years ago