Jerome Barotin
|
30156e142a
|
Change java client MIN_BUFFER_SIZE to 1MB
|
2021-07-05 16:07:33 +02:00 |
|
Chris Lu
|
215b169562
|
mount: recursively rename locally
|
2021-07-01 01:19:31 -07:00 |
|
Chris Lu
|
ab606dec2a
|
filer: add path-specific option to enforce readonly
|
2021-06-04 01:03:41 -07:00 |
|
Chris Lu
|
085a61cb8f
|
minor
|
2021-05-21 01:50:20 -07:00 |
|
Chris Lu
|
4d0b894d37
|
Java Client: throw exception when assign fails
|
2021-05-21 01:49:25 -07:00 |
|
Chris Lu
|
2d237f7b50
|
Java client: fix passing replication value
|
2021-05-21 01:43:25 -07:00 |
|
Jérôme Barotin
|
89b2ef8d05
|
handle "/" in exist
|
2021-05-07 10:05:48 +02:00 |
|
Jérôme Barotin
|
a46be0ca56
|
Add exists() to java client
|
2021-05-07 09:33:03 +02:00 |
|
Chris Lu
|
9b5f54e367
|
java: filer client add modified time to touch() function
|
2021-05-06 11:38:23 -07:00 |
|
Jérôme Barotin
|
9c97b17291
|
make SeaweedInputStream throw FileNotFoundException
|
2021-05-06 19:21:23 +02:00 |
|
Chris Lu
|
e72e3453e8
|
Java client: ByteBuffer.clear supports higher JDK versions
|
2021-03-29 21:42:28 -07:00 |
|
Chris Lu
|
5a78c6ca99
|
Java client: support windows
|
2021-03-22 23:20:41 -07:00 |
|
Chris Lu
|
1d848641d7
|
Java client: ByteBuffer.clear supports higher JDK versions
fix https://github.com/chrislusf/seaweedfs/issues/1836
|
2021-02-24 07:40:37 -08:00 |
|
Chris Lu
|
d493d626ba
|
use basic file object to parse path
fix https://github.com/chrislusf/seaweedfs/issues/1825
|
2021-02-21 19:27:38 -08:00 |
|
Chris Lu
|
821c46edf1
|
Merge branch 'master' into support_ssd_volume
|
2021-02-09 11:37:07 -08:00 |
|
Chris Lu
|
ad36c7b0d7
|
refactoring: only expose FilerClient class
|
2021-02-08 02:28:45 -08:00 |
|
Chris Lu
|
35ba277a97
|
Java: fix filerProxy mode
|
2021-02-05 22:43:56 -08:00 |
|
Chris Lu
|
8f3a51f2b8
|
Java: 1.5.8 additional fixes
|
2021-02-05 10:42:20 -08:00 |
|
Chris Lu
|
694df89331
|
java: add configurable volume access mode
|
2021-02-04 22:21:55 -08:00 |
|
Chris Lu
|
8c3177d835
|
java: resolve parent directory if started with seaweedfs://
|
2021-02-04 21:41:19 -08:00 |
|
Chris Lu
|
9fa7977714
|
Java: SeaweedOutputStream refactoring
|
2021-02-04 20:30:49 -08:00 |
|
Chris Lu
|
ce416d765f
|
Java: SeaweedOutputStream add replication option
|
2021-02-04 20:22:40 -08:00 |
|
Chris Lu
|
82c167aaca
|
Java: supportFlush set to true
|
2021-02-04 20:18:33 -08:00 |
|
Chris Lu
|
7f90d14f10
|
Java: add SeaweedOutputStream example
|
2021-02-04 20:16:08 -08:00 |
|
Chris Lu
|
502554887f
|
Java: add SeaweedInputStream example
|
2021-02-04 18:44:57 -08:00 |
|
Chris Lu
|
6f4aab51f9
|
refactoring SeaweedInputStream
|
2021-01-30 06:16:02 -08:00 |
|
Chris Lu
|
043c2d7960
|
refactoring SeaweedOutputStream
|
2021-01-30 05:39:09 -08:00 |
|
Chris Lu
|
94525aa0fd
|
allocate volume by disk type
|
2020-12-13 23:08:21 -08:00 |
|
Chris Lu
|
0d2ec832e2
|
rename from volumeType to diskType
|
2020-12-13 11:59:32 -08:00 |
|
Chris Lu
|
e9cd798bd3
|
adding volume type
|
2020-12-13 00:58:58 -08:00 |
|
Chris Lu
|
3857f9c840
|
Hadoop: switch to ByteBuffer
fix https://github.com/chrislusf/seaweedfs/issues/1645
|
2020-12-02 23:45:39 -08:00 |
|
Chris Lu
|
f4abd01adf
|
filer: cache small file to filer store
|
2020-11-30 04:34:04 -08:00 |
|
Chris Lu
|
dc304342b2
|
fs.configure: configurable volume growth
|
2020-11-17 01:00:02 -08:00 |
|
Chris Lu
|
5f19e81dab
|
filer confi: support hierachical configuration
|
2020-11-16 16:50:12 -08:00 |
|
Chris Lu
|
fe01059675
|
volume id cache: reduce cache time
|
2020-11-15 21:27:21 -08:00 |
|
Chris Lu
|
61d96fde01
|
protect against edge cases when locations expires
|
2020-11-15 21:26:04 -08:00 |
|
Chris Lu
|
95c0de285d
|
refactoring
|
2020-11-15 16:58:48 -08:00 |
|
Chris Lu
|
3e362451d2
|
add example of watch files
|
2020-11-13 12:10:55 -08:00 |
|
Chris Lu
|
a2962604ad
|
add volume id cache
|
2020-11-12 23:25:11 -08:00 |
|
Chris Lu
|
a4dfa00030
|
adjust filer conf
|
2020-11-12 00:39:59 -08:00 |
|
Chris Lu
|
c32b6f4d9d
|
prepare for path based configuration
|
2020-11-11 23:46:45 -08:00 |
|
Chris Lu
|
f375b93aef
|
renaming
|
2020-10-25 15:32:43 -07:00 |
|
Chris Lu
|
596d476e3d
|
HCFS: 1.5.2
|
2020-10-25 14:44:18 -07:00 |
|
Chris Lu
|
6c92fa349d
|
filer: support default rack
fix https://github.com/chrislusf/seaweedfs/issues/1546
|
2020-10-20 17:41:39 -07:00 |
|
Chris Lu
|
ace0ea3d28
|
s3: avoid duplicated bucket
|
2020-10-15 10:52:20 -07:00 |
|
Chris Lu
|
d5fcb0f474
|
Hadoop: printout the entry creation error message
|
2020-10-11 15:11:16 -07:00 |
|
Chris Lu
|
ea13e0523b
|
fix logging
|
2020-10-11 14:59:48 -07:00 |
|
Chris Lu
|
9449100757
|
adjust throwing exception
|
2020-10-10 01:06:54 -07:00 |
|
Chris Lu
|
d3d3609a03
|
adjust logging
|
2020-10-10 01:04:31 -07:00 |
|
Chris Lu
|
6fc272f913
|
adjust throwing exception
|
2020-10-10 01:03:04 -07:00 |
|