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  
				
					
						
							
							
								 
						
							
							
							
								
							
								2789d10342 
								
							
								 
							
						 
						
							
							
								
								go fmt  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e5fc35ed0c 
								
							
								 
							
						 
						
							
							
								
								change server address from string to a type  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6923af7280 
								
							
								 
							
						 
						
							
							
								
								refactoring  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7ab389e7ec 
								
							
								 
							
						 
						
							
							
								
								optimization: improve random range query for large files  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8f8738867f 
								
							
								 
							
						 
						
							
							
								
								add retry to assign volume  
							
							
 
							
							
							fix https://github.com/chrislusf/seaweedfs/issues/2056  
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c2ad6f1047 
								
							
								 
							
						 
						
							
							
								
								webdav add replication setting  
							
							
 
							
							
							fix https://github.com/chrislusf/seaweedfs/issues/1817  
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d67ccb66c0 
								
							
								 
							
						 
						
							
							
								
								webdav: can start together with "weed server" or "weed filer"  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								76430790b9 
								
							
								 
							
						 
						
							
							
								
								webdav: cache to version specific folder  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								990fa69bfe 
								
							
								 
							
						 
						
							
							
								
								add back AdjustedUrl() related code  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								00707ec00f 
								
							
								 
							
						 
						
							
							
								
								mount: outsideContainerClusterMode proxy through filer  
							
							
 
							
							
							Running mount outside of the cluster would not need to expose all the volume servers to outside of the cluster. The chunk read and write will go through the filer. 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6ca10725b8 
								
							
								 
							
						 
						
							
							
								
								Revert "mount: when outside cluster network, use filer as proxy to access volume servers"  
							
							
 
							
							
							This reverts commit 096e088d7b 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								096e088d7b 
								
							
								 
							
						 
						
							
							
								
								mount: when outside cluster network, use filer as proxy to access volume servers  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1bf22c0b5b 
								
							
								 
							
						 
						
							
							
								
								go fmt  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0d2ec832e2 
								
							
								 
							
						 
						
							
							
								
								rename from volumeType to diskType  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e9cd798bd3 
								
							
								 
							
						 
						
							
							
								
								adding volume type  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								45dba088cd 
								
							
								 
							
						 
						
							
							
								
								fix tests  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								04062c56c7 
								
							
								 
							
						 
						
							
							
								
								webdav: improve webdav upload speed  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f4abd01adf 
								
							
								 
							
						 
						
							
							
								
								filer: cache small file to filer store  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e219c57849 
								
							
								 
							
						 
						
							
							
								
								passing full path when assign volume locations  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f375b93aef 
								
							
								 
							
						 
						
							
							
								
								renaming  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								37f165d743 
								
							
								 
							
						 
						
							
							
								
								webdav: return io.EOF when at end of a file  
							
							
 
							
							
							fix https://github.com/chrislusf/seaweedfs/issues/1344  
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								723ae11db4 
								
							
								 
							
						 
						
							
							
								
								refactoring in order to adjust volume server url later  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								31fc7bb2e1 
								
							
								 
							
						 
						
							
							
								
								refactor  
							
							
 
							
							
							adjust for faster test 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8a0710cb73 
								
							
								 
							
						 
						
							
							
								
								handle more than 2GB files  
							
							
 
							
							
							related to https://github.com/chrislusf/seaweedfs/issues/1468  
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								854007bc98 
								
							
								 
							
						 
						
							
							
								
								minor  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								387ab6796f 
								
							
								 
							
						 
						
							
							
								
								filer: cross cluster synchronization  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eb7929a971 
								
							
								 
							
						 
						
							
							
								
								rename filer2 to filer  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ca658a97c5 
								
							
								 
							
						 
						
							
							
								
								add signatures to messages to avoid double processing  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a78772d5ea 
								
							
								 
							
						 
						
							
							
								
								avoid shutdown in the middle of running  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								be4d42b8e2 
								
							
								 
							
						 
						
							
							
								
								rename  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aec7f32b02 
								
							
								 
							
						 
						
							
							
								
								fix reader_at  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c647deace1 
								
							
								 
							
						 
						
							
							
								
								file size support set file length  
							
							
 
							
							
							use Attr.FileSize and TotalChunkSize to determine file size 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								97d97f3528 
								
							
								 
							
						 
						
							
							
								
								go code can read and write chunk manifest  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								31e23e9783 
								
							
								 
							
						 
						
							
							
								
								filer: support active<=>active filer replication  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c38066be89 
								
							
								 
							
						 
						
							
							
								
								also add it for webdav  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								871efa4fc1 
								
							
								 
							
						 
						
							
							
								
								refactoring  
							
							
 
							
							
							some previous chunk etag was using md5, which should be wrong. 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9e72e9e4b8 
								
							
								 
							
						 
						
							
							
								
								able to subscribe any topic from any point of time  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ed3cf811f5 
								
							
								 
							
						 
						
							
							
								
								refactoring  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6850d28d6b 
								
							
								 
							
						 
						
							
							
								
								refacotr: move signal handling and pprof to grace package  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2b5c4fbbf3 
								
							
								 
							
						 
						
							
							
								
								tiered caching  
							
							
 
							
							
							1/4 for small less than 1MB files. 1/4 for 1~4MB files, 1/2 for bigger than 4MB files 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								df97da25f9 
								
							
								 
							
						 
						
							
							
								
								mount: add on disk caching  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d7f3acb2c0 
								
							
								 
							
						 
						
							
							
								
								refactor  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e909b55633 
								
							
								 
							
						 
						
							
							
								
								refactoring  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9dc0b1df8f 
								
							
								 
							
						 
						
							
							
								
								refactoring to compile for windows OS  
							
							
 
							
							
							windows os does not like to work with fuse 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a75d50bbb8 
								
							
								 
							
						 
						
							
							
								
								FUSE: add configurable in memory chunk cache size  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								826bc0b7e3 
								
							
								 
							
						 
						
							
							
								
								FUSE: add chunk cache for recently accessed file chunks  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d1439c5bd3 
								
							
								 
							
						 
						
							
							
								
								fix FUSE read for large files  
							
							
 
							
							
							FUSE expects ReadAt do not return partial filled buffer with a nil error. 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cddcb5cafe 
								
							
								 
							
						 
						
							
							
								
								same booleans as before  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f84c288852 
								
							
								 
							
						 
						
							
							
								
								purge  
							
							
								
 
							
							
						 
						6 years ago