a8624c2e4f 
								
							
								 
							
						 
						
							
							
								
								read from alternative replica  
							
							
 
							
							
							related to https://github.com/chrislusf/seaweedfs/issues/1512  
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								da4edf3651 
								
							
								 
							
						 
						
							
							
								
								master: check peers for existing leader before starting a leader election  
							
							
 
							
							
							fix https://github.com/chrislusf/seaweedfs/issues/1509  
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e4f2d9eb4a 
								
							
								 
							
						 
						
							
							
								
								We return etag using the same algorithm as aws s3  
							
							
 
							
							
							https://teppen.io/2018/06/23/aws_s3_etags/  
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								702b1cb876 
								
							
								 
							
						 
						
							
							
								
								fix: remove deleted peers if resumeState = true  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dc31b19469 
								
							
								 
							
						 
						
							
							
								
								fix: restore raft state  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8c82fb7e5f 
								
							
								 
							
						 
						
							
							
								
								fix: restore raft state  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								55cb68c09c 
								
							
								 
							
						 
						
							
							
								
								filer: replication follows master config if not specified  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								31fc7bb2e1 
								
							
								 
							
						 
						
							
							
								
								refactor  
							
							
 
							
							
							adjust for faster test 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								41be7a4c8f 
								
							
								 
							
						 
						
							
							
								
								filer: upload also set file size  
							
							
 
							
							
							ensure works same as fuse mount 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1012df7bb5 
								
							
								 
							
						 
						
							
							
								
								switch hardlink id from int64 to bytes  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4856bce0ee 
								
							
								 
							
						 
						
							
							
								
								adjust for metrics port  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								324e44d4b3 
								
							
								 
							
						 
						
							
							
								
								add start metrics server  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5e239afdfc 
								
							
								 
							
						 
						
							
							
								
								hardlink works now  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								91e4eca1e9 
								
							
								 
							
						 
						
							
							
								
								Fix deadlock with KeepConnected and SendHeartbeat  
							
							
 
							
							
							There's the potential where we're writing to a clientConn and it goes away
and we're stuck keeping a read lock on clientChansLock. This causes
KeepConnected to not be able to remove the client since it requires a write
lock on clientChansLock. This ends up backing up SendHeartbeat because it
can't get a read lock. 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								63373a9f9f 
								
							
								 
							
						 
						
							
							
								
								filer: add file extended properties  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9a3b564508 
								
							
								 
							
						 
						
							
							
								
								adjust printout  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								62563a895a 
								
							
								 
							
						 
						
							
							
								
								refactoring  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d013d09a9b 
								
							
								 
							
						 
						
							
							
								
								adjust logging  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								41d508edfd 
								
							
								 
							
						 
						
							
							
								
								go fmt  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2c21eb1971 
								
							
								 
							
						 
						
							
							
								
								volume: get metrics configuration from master  
							
							
 
							
							
							fix https://github.com/chrislusf/seaweedfs/issues/1354  
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cb427d48fa 
								
							
								 
							
						 
						
							
							
								
								filer report metrics configuration  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e4e0234998 
								
							
								 
							
						 
						
							
							
								
								refactoring  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e861a6a3ab 
								
							
								 
							
						 
						
							
							
								
								simplify metrics configuration logic  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								be54eeb364 
								
							
								 
							
						 
						
							
							
								
								passing value by checkWithMaster() instead  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4d21de63ee 
								
							
								 
							
						 
						
							
							
								
								go fmt  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								913a16268d 
								
							
								 
							
						 
						
							
							
								
								volume: load configuration from master at the start  
							
							
 
							
							
							fix https://github.com/chrislusf/seaweedfs/issues/1469  
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c9202c4b3d 
								
							
								 
							
						 
						
							
							
								
								add storage backend to GetMasterConfigurationResponse  
							
							
								
 
							
							
						 
						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  
				
					
						
							
							
								 
						
							
							
							
								
							
								ada996fe55 
								
							
								 
							
						 
						
							
							
								
								filer: support createing empty folder  
							
							
 
							
							
							fix https://github.com/chrislusf/seaweedfs/issues/1161  
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5d6753fb98 
								
							
								 
							
						 
						
							
							
								
								shell: add volumeServer.leave command  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cc5fe6f5ee 
								
							
								 
							
						 
						
							
							
								
								handle special characters in html link  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b183ae54b5 
								
							
								 
							
						 
						
							
							
								
								master:  changing 301 to 308 on redirect to volume servers  
							
							
 
							
							
							fix https://github.com/chrislusf/seaweedfs/issues/1454  
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								daf0a449f7 
								
							
								 
							
						 
						
							
							
								
								properly cancel context for streaming grpc  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								387ab6796f 
								
							
								 
							
						 
						
							
							
								
								filer: cross cluster synchronization  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5e13bc878c 
								
							
								 
							
						 
						
							
							
								
								adjust log level  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8acd714600 
								
							
								 
							
						 
						
							
							
								
								apply meta changes only if store is different  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bba90ff3c8 
								
							
								 
							
						 
						
							
							
								
								read filer signature  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								798280e980 
								
							
								 
							
						 
						
							
							
								
								change filer2 to filer.  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a93d27d1e8 
								
							
								 
							
						 
						
							
							
								
								new filer option to es v7.  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8e54e34576 
								
							
								 
							
						 
						
							
							
								
								volume: Don't unmount before deleting volume in copy  
							
							
 
							
							
							If we unmount first and then delete, the delete fails because the volume
was unmounted. Delete ends up doing the same thing as the unmount anyways. 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eb7929a971 
								
							
								 
							
						 
						
							
							
								
								rename filer2 to filer  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								97733c3dff 
								
							
								 
							
						 
						
							
							
								
								typo  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f0c89cfacd 
								
							
								 
							
						 
						
							
							
								
								go fmt  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a41588279a 
								
							
								 
							
						 
						
							
							
								
								change log level 5 to 4  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								56244fb9a1 
								
							
								 
							
						 
						
							
							
								
								fix hard coded host address  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								99ecf63276 
								
							
								 
							
						 
						
							
							
								
								go fmt  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ca658a97c5 
								
							
								 
							
						 
						
							
							
								
								add signatures to messages to avoid double processing  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								464d4c82ec 
								
							
								 
							
						 
						
							
							
								
								stop send heartbeat before stop volume server  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1901f15cd2 
								
							
								 
							
						 
						
							
							
								
								volume server: remove whitelist for status checking  
							
							
 
							
							
							Volume liveness/readiness not work if jwt enabled, I try use param
-whiteList
but jwt breaks 
							
						 
						5 years ago