promalert
9012069bd7
chore: execute goimports to format the code ( #7983 )
* chore: execute goimports to format the code
Signed-off-by: promalert <promalert@outlook.com>
* goimports -w .
---------
Signed-off-by: promalert <promalert@outlook.com>
Co-authored-by: Chris Lu <chris.lu@gmail.com>
2 weeks ago
dependabot[bot]
36a1cf0361
chore(deps): bump github.com/viant/ptrie from 0.3.1 to 1.0.1 ( #5552 )
* chore(deps): bump github.com/viant/ptrie from 0.3.1 to 1.0.1
Bumps [github.com/viant/ptrie](https://github.com/viant/ptrie ) from 0.3.1 to 1.0.1.
- [Release notes](https://github.com/viant/ptrie/releases )
- [Changelog](https://github.com/viant/ptrie/blob/master/CHANGELOG.md )
- [Commits](https://github.com/viant/ptrie/compare/v0.3.1...v1.0.1 )
---
updated-dependencies:
- dependency-name: github.com/viant/ptrie
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix compilation
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
Co-authored-by: chrislu <chris.lu@gmail.com>
2 years ago
chrislu
81fdf3651b
grpc connection to filer add sw-client-id header
3 years ago
chrislu
eaeb141b09
move proto package
3 years ago
chrislu
26dbc6c905
move to https://github.com/seaweedfs/seaweedfs
4 years ago
chrislu
9f9ef1340c
use streaming mode for long poll grpc calls
streaming mode would create separate grpc connections for each call.
this is to ensure the long poll connections are properly closed.
4 years ago
Chris Lu
e5fc35ed0c
change server address from string to a type
4 years ago
Chris Lu
28f45f8fa6
re-org
4 years ago
Chris Lu
c3db389e42
refactor
4 years ago
Chris Lu
e9ce099453
rename
4 years ago
Chris Lu
05a648bb96
refactor: separating out remote.proto
4 years ago
Chris Lu
49b5e47bd1
retry forever with filer.remote.sync, and some refactoring
4 years ago
Chris Lu
bfac55e6c0
avoid integer overflow
fix https://github.com/chrislusf/seaweedfs/issues/2254
5 years ago
Chris Lu
c5f38c365d
go fmt
5 years ago
Chris Lu
c0b12da4ef
shell: add filer.remote.unmount
5 years ago
Chris Lu
13e45e1605
filer.remote.sync can work now
5 years ago
Chris Lu
6b743dbbf9
refactor client subscribe metadata
5 years ago
Chris Lu
f6a9ad8001
fix tests
5 years ago
Chris Lu
9df7d16791
read <- remote_storage
5 years ago
Chris Lu
899963ac20
remote storage location changed to struct
5 years ago
Chris Lu
c090d6bb25
add ReadRemote(), add read remote setup when filer starts
5 years ago
Chris Lu
1752eeb538
remote.mount saves the mapping
5 years ago
Chris Lu
4b94b03d90
directory to remote storage mapping
5 years ago
Chris Lu
99b599aa8a
remote.mount
5 years ago