aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src
AgeCommit message (Expand)AuthorFilesLines
2021-02-04Java: SeaweedOutputStream refactoringChris Lu1-43/+18
2021-02-04Java: SeaweedOutputStream add replication optionChris Lu1-0/+5
2021-02-04Java: supportFlush set to trueChris Lu1-1/+1
2021-02-04Java: add SeaweedOutputStream exampleChris Lu2-5/+61
2021-02-04Java: add SeaweedInputStream exampleChris Lu1-0/+15
2021-01-30refactoring SeaweedInputStreamChris Lu1-0/+192
2021-01-30refactoring SeaweedOutputStreamChris Lu1-0/+288
2020-12-02Hadoop: switch to ByteBufferChris Lu1-9/+11
2020-11-30filer: cache small file to filer storeChris Lu1-0/+1
2020-11-17fs.configure: configurable volume growthChris Lu1-0/+1
2020-11-16filer confi: support hierachical configurationChris Lu1-2/+3
2020-11-15volume id cache: reduce cache timeChris Lu1-1/+1
2020-11-15protect against edge cases when locations expiresChris Lu1-4/+10
2020-11-15refactoringChris Lu1-0/+1
2020-11-13add example of watch filesChris Lu1-3/+12
2020-11-12add volume id cacheChris Lu3-7/+49
2020-11-12adjust filer confChris Lu1-5/+14
2020-11-11prepare for path based configurationChris Lu1-0/+8
2020-10-25renamingChris Lu2-5/+5
2020-10-25HCFS: 1.5.2Chris Lu2-8/+11
2020-10-20filer: support default rackChris Lu1-0/+1
2020-10-15s3: avoid duplicated bucketChris Lu1-0/+13
2020-10-11Hadoop: printout the entry creation error messageChris Lu1-2/+8
2020-10-11fix loggingChris Lu1-1/+1
2020-10-10adjust throwing exceptionChris Lu1-1/+2
2020-10-10adjust loggingChris Lu1-2/+2
2020-10-10adjust throwing exceptionChris Lu1-3/+3
2020-10-10Hadoop: fix reading file tailChris Lu1-8/+14
2020-10-10Hadoop: add exponential back off for failed readsChris Lu1-3/+30
2020-09-24switch hardlink id from int64 to bytesChris Lu1-1/+1
2020-09-24hardlink works nowChris Lu1-0/+2
2020-09-17filer report metrics configurationChris Lu1-0/+2
2020-09-09filer: cross cluster synchronizationChris Lu1-0/+22
2020-09-05read filer signatureChris Lu1-0/+1
2020-08-28add signatures to messages to avoid double processingChris Lu1-0/+5
2020-08-16same logic for reading random access files from GoChris Lu1-10/+45
2020-08-03Revert "add read ahead input stream"Chris Lu1-404/+0
2020-08-03add read ahead input streamChris Lu1-0/+404
2020-08-03fix compilationChris Lu1-2/+1
2020-08-03ensure GCChris Lu1-0/+1
2020-08-02only try to cache chunk manifest chunksChris Lu1-2/+5
2020-08-02decompress after decrypt if necessaryChris Lu2-5/+13
2020-08-01Hadoop: 1.4.4Chris Lu1-0/+2
2020-08-01HDFS: read gzip contentChris Lu1-5/+14
2020-08-01fix wrong decompression logicChris Lu1-1/+1
2020-07-29debugChris Lu2-1/+3
2020-07-29cache vid locationsChris Lu2-7/+13
2020-07-29minorChris Lu1-2/+1
2020-07-29enable read cacheChris Lu2-4/+1
2020-07-22HCFS: avoid lock bottleneckChris Lu1-4/+10