aboutsummaryrefslogtreecommitdiff
path: root/other/java
AgeCommit message (Collapse)AuthorFilesLines
2020-07-16Hadoop: 1.3.6Chris Lu7-7/+7
2020-07-16reduce chunk cache sizeChris Lu1-1/+1
2020-07-16simplify inputstreamChris Lu12-1576/+58
2020-07-16copy changes to hadoop2Chris Lu3-15/+56
2020-07-161、Add SeaweedFS implementation of Hadoop AbstractFileSystem. The ↵李明达3-14/+55
implementation delegates to the existing SeaweedFS FileSystem and is only necessary for use with Hadoop 2.x/3.x. Configuration example in Hadoop core-site.xml file: <property> <name>fs.AbstractFileSystem.seaweedfs.impl</name> <value>seaweed.hdfs.SeaweedAbstractFileSystem</value> </property> 2、Fix hiveserver2 startup NullPointerException
2020-07-16increase inbound message sizeChris Lu1-1/+3
2020-07-15reuse bytebufferChris Lu10-122/+89
2020-07-15renameChris Lu1-1/+5
2020-07-151.3.4Chris Lu9-9/+10
2020-07-15fix compilationChris Lu1-1/+1
2020-07-15Hadoop: 1.3.3Chris Lu9-37/+64
improve memory efficiency
2020-07-15option to disable chunk cacheChris Lu1-0/+9
2020-07-14add is_file_chunks to filer.protoChris Lu1-0/+1
2020-07-121.3.2Chris Lu10-7/+187
2020-07-111.3.0Chris Lu10-25/+43
* add option to include last entry *
2020-07-11refactoringChris Lu2-16/+17
2020-07-05add SubscribeLocalMetadata without checking persisted meta logsChris Lu1-0/+3
2020-07-01replication: pass isFromOtherCluster also to EventNotificationChris Lu1-0/+1
EventNotification is consistent with message queue and metadata logs.
2020-06-30filer: support active<=>active filer replicationChris Lu1-0/+3
2020-06-20rename filechunk is_gzipped to is_compressedChris Lu1-1/+1
2020-06-20adjust protocChris Lu1-0/+1
2020-06-18HCFS: 1.2.9 fix concurrent modificationChris Lu6-6/+6
2020-06-17possibly fix concurrent access to entry object in SeaweedOutputStreamChris Lu3-21/+19
2020-05-24HCFS: 1.2.8 fix hbase related bugsChris Lu9-7/+174
1. SeaweedFileSystem.listStatus need to work with file also 2. SeaweedRead readChunkView has wrong len
2020-05-08able to read chan and write chanChris Lu1-0/+19
2020-05-05add broker connects to filerChris Lu1-0/+9
2020-04-26HCFS 1.2.7Chris Lu5-5/+5
2020-04-26Hadoop: fix entry not found for HCFSChris Lu3-9/+14
also fix cipher related changes.
2020-04-21async meta caching: can stream updates nowChris Lu1-0/+1
2020-04-17filer: able to append to a fileChris Lu1-0/+11
2020-04-12refactoringChris Lu1-3/+3
2020-04-12remove configurable topics folder locationChris Lu1-1/+0
2020-04-08add If-None-Match and If-Modified-SinceChris Lu1-0/+1
fix https://github.com/chrislusf/seaweedfs/issues/1269
2020-04-05watch entries with common path prefixChris Lu1-1/+1
2020-04-05filer: able to tail meta data changesChris Lu1-1/+1
2020-03-30writing meta logs is workingChris Lu1-0/+19
2020-03-29HDFS: 1.2.6Chris Lu5-5/+5
2020-03-29HDFS: support chunk cacheChris Lu3-34/+41
2020-03-28Update SeaweedRead.javaChris Lu1-0/+2
2020-03-28add notesChris Lu1-0/+2
2020-03-20S3 API: fix DeleteMultipleObjectsHandlerChris Lu1-3/+0
fix https://github.com/chrislusf/seaweedfs/issues/1241
2020-03-14HDFS support encrypted data storageChris Lu11-59/+308
2020-03-08filer: remember content is gzipped or notChris Lu1-0/+1
2020-03-06filer: option to encrypt data on volume serverChris Lu1-0/+2
2020-02-27weed queue startsChris Lu1-0/+1
2020-02-25move filer assign volume grpc errror to responseChris Lu1-0/+1
2020-02-25s3: implemented DeleteMultipleObjectsChris Lu1-0/+4
2020-02-24filer: dynamically create bucket under /buckets folderChris Lu1-0/+3
2020-02-24s3: move buckets folder configuration to filerChris Lu1-0/+1
2020-01-25grpc send error via response instead of grpc errorChris Lu1-0/+1