Walnuts
|
691aea84c3
|
feat: add TLS configuration options for Cassandra2 store (#7998)
* feat: add TLS configuration options for Cassandra2 store
Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
* fix: use 9142 port in tls connection
Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
* Align the setting field names with gocql's SSLOpts.
Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
* Removed: store.cluster.Port = 9142
* chore: update gocql dependency to v2
* refactor: improve Cassandra TLS configuration and port logic
* docs: update filer.toml scaffold with ssl_enable_host_verification
---------
Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
Co-authored-by: Chris Lu <chris.lu@gmail.com>
|
2026-01-14 17:59:59 -08:00 |
|
tam-i13
|
b669607fcd
|
Add error list each entry func (#7485)
* added error return in type ListEachEntryFunc
* return error if errClose
* fix fmt.Errorf
* fix return errClose
* use %w fmt.Errorf
* added entry in messege error
* add callbackErr in ListDirectoryEntries
* fix error
* add log
* clear err when the scanner stops on io.EOF, so returning err doesn’t surface EOF as a failure.
* more info in error
* add ctx to logs, error handling
* fix return eachEntryFunc
* fix
* fix log
* fix return
* fix foundationdb test s
* fix eachEntryFunc
* fix return resEachEntryFuncErr
* Update weed/filer/filer.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update weed/filer/elastic/v7/elastic_store.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update weed/filer/hbase/hbase_store.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update weed/filer/foundationdb/foundationdb_store.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update weed/filer/ydb/ydb_store.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* fix
* add scanErr
---------
Co-authored-by: Roman Tamarov <r.tamarov@kryptonite.ru>
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
Co-authored-by: chrislu <chris.lu@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-11-25 19:35:19 -08:00 |
|
Aleksey Kosov
|
4511c2cc1f
|
Changes logging function (#6919)
* updated logging methods for stores
* updated logging methods for stores
* updated logging methods for filer
* updated logging methods for uploader and http_util
* updated logging methods for weed server
---------
Co-authored-by: akosov <a.kosov@kryptonite.ru>
|
2025-06-24 08:44:06 -07:00 |
|
Aleksey Kosov
|
41f5cc69b4
|
Cassandra loss dir (#6559)
removed initialization of the local err
Co-authored-by: akosov <a.kosov@kryptonite.ru>
|
2025-02-17 23:49:16 -08:00 |
|
Aleksey Kosov
|
7340c62c47
|
changing FindEntry error handling in cassandra store (#6015)
|
2024-09-13 06:53:04 -07:00 |
|
chrislu
|
70a4c98b00
|
refactor filer_pb.Entry and filer.Entry to use GetChunks()
for later locking on reading chunks
|
2022-11-15 06:33:36 -08:00 |
|
chrislu
|
26dbc6c905
|
move to https://github.com/seaweedfs/seaweedfs
|
2022-07-29 00:17:28 -07:00 |
|
Konstantin Lebedev
|
21033ff4c3
|
refactor use const CountEntryChunksForGzip
|
2022-05-01 22:28:55 +05:00 |
|
guol-fnst
|
da9540e666
|
add gocql timeout setting
|
2022-01-18 15:21:13 +08:00 |
|
Chris Lu
|
182288f860
|
filer: fix mysql, postgres batch delete error
|
2021-07-22 08:23:20 -07:00 |
|
nivekuil
|
b9a67d46c5
|
cassandra: use LocalQuorum for all queries
This changes this filer store from eventual to strong consistency at the cost
of read performance.
|
2021-07-20 14:47:39 -07:00 |
|
nivekuil
|
2faf96f002
|
cassandra: Use LocalOne instead of One consistency
|
2021-07-16 04:29:46 -07:00 |
|
nivekuil
|
8425705643
|
Cassandra: Use TokenAwareHostPolicy by default with fallback
See https://pkg.go.dev/github.com/gocql/gocql#hdr-Data_center_awareness_and_query_routing
|
2021-07-02 13:50:01 -07:00 |
|
Konstantin Lebedev
|
6aa1a56ec8
|
avoid crashes Galera Cluster
https://github.com/chrislusf/seaweedfs/issues/2125
|
2021-06-15 18:12:39 +05:00 |
|
Chris Lu
|
a4063a5437
|
add stream list directory entries
|
2021-01-15 23:56:24 -08:00 |
|
Chris Lu
|
16ad74f477
|
go fmt
|
2021-01-14 23:11:27 -08:00 |
|
Chris Lu
|
f002e668de
|
change limit to int64 in case of overflow
|
2021-01-14 23:10:37 -08:00 |
|
Chris Lu
|
893cbc8482
|
implement c* changes
|
2021-01-14 22:38:34 -08:00 |
|
Chris Lu
|
90d785a15f
|
filer: redis, redis cluster, cassandra support super large directory
|
2020-12-22 02:26:05 -08:00 |
|
limd
|
ed7816681a
|
Add cassandra authenticator mode
|
2020-09-25 11:22:47 +08:00 |
|
Chris Lu
|
b8f32bcab9
|
filer: compress stored metadata
|
2020-09-03 11:00:20 -07:00 |
|
Chris Lu
|
eb7929a971
|
rename filer2 to filer
|
2020-09-01 00:21:19 -07:00 |
|