Chris Lu

Results 30 issues of Chris Lu

current host can only support one port under one path. Is it possible to support both the normal filer port and the filer grpc port? Maybe use load balancer?

enhancement

Somehow I came up your write up via Google. https://github.com/internetarchive/sandcrawler/blob/master/proposals/2020_seaweed_s3.md Please let me know if you have any questions about SeaweedFS. btw: SeaweedFS S3 is not really the fastest way...

### Discussed in https://github.com/seaweedfs/seaweedfs/discussions/6416 Originally posted by **Material-Scientist** January 6, 2025 # Problem: Since SeaweedFS is an append-only store, one should not write frequent changes to the same file, such...

enhancement

# What problem are we solving? https://github.com/seaweedfs/seaweedfs/issues/6541 # How are we solving the problem? Upload chunk by chunk, instead of putting the whole file to filer and let filer to...

# What problem are we solving? https://github.com/seaweedfs/seaweedfs/issues/7372 # How are we solving the problem? Add admin + worker support in helm chart # How is the PR tested? # Checks...

# What problem are we solving? need foundationdb support # How are we solving the problem? add foundationdb This PR works. But I am not sure whether anyone really want...

# What problem are we solving? - https://github.com/seaweedfs/seaweedfs/issues/7203 - https://github.com/seaweedfs/seaweedfs/issues/7204 # How are we solving the problem? * If the bucket directory already exists and belongs to the same owner,...

# What problem are we solving? Need to verify SeaweedFS is compliant with posix. # How are we solving the problem? Add compliance reports. # How is the PR tested?...

# What problem are we solving? # How are we solving the problem? # How is the PR tested? # Checks - [ ] I have added unit tests if...

## Problem On 32-bit architectures (such as OpenBSD ARM, Linux ARM, etc.), building the parser fails with integer overflow errors: ``` pkg/util/tsearch/eval.go:180:11: cannot use math.MaxInt64 (untyped int constant 9223372036854775807) as...