c7d7b1a0f6 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1485  from LIBA-S/fix_oversized  
							
							
 
							
							
							Correct the oversized state of volume after compaction 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								b80a2b3cc9 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1486  from LIBA-S/fix_race_condition  
							
							
 
							
							
							Fix a race condition when handle VolumeLocationList 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eecd6b5d35 
								
							
								 
							
						 
						
							
							
								
								Fix a race condition when handle VolumeLocationList  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0157798ebf 
								
							
								 
							
						 
						
							
							
								
								Correct the oversized state of volume after compaction  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f7a0ccb595 
								
							
								 
							
						 
						
							
							
								
								mount: auto created dir set corrct umask  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f0e325b6fc 
								
							
								 
							
						 
						
							
							
								
								mount: auto created directory follow umask  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b61d33f251 
								
							
								 
							
						 
						
							
							
								
								expose only store wrapper to meta changes  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0adbb56cc1 
								
							
								 
							
						 
						
							
							
								
								rename  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3e52329cee 
								
							
								 
							
						 
						
							
							
								
								Revert "Merge pull request  #1479  from LIBA-S/fix_oversized"  
							
							
 
							
							
							This reverts commit bd11f0b3e4ec5b9f1e91 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4a1fe4b8e2 
								
							
								 
							
						 
						
							
							
								
								add error logs  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								bd11f0b3e4 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1479  from LIBA-S/fix_oversized  
							
							
 
							
							
							Fix: remove the oversized state after compaction 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8573ac82c6 
								
							
								 
							
						 
						
							
							
								
								Fix: remove the oversized state after compaction  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								d7bf2390e2 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1  from chrislusf/master  
							
							
 
							
							
							catch up 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								ec5b9f1e91 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1475  from levenlabs/lock  
							
							
 
							
							
							Fix deadlock with KeepConnected and SendHeartbeat 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								658fc2e5b6 
								
							
								 
							
						 
						
							
							
								
								Allow option to enable volume pprof on server  
							
							
								
 
							
							
						 
						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  
				
					
						
							
							
								 
						
							
							
							
								
							
								9cdbfc1a49 
								
							
								 
							
						 
						
							
							
								
								refactor  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								63373a9f9f 
								
							
								 
							
						 
						
							
							
								
								filer: add file extended properties  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b9c1f3e9de 
								
							
								 
							
						 
						
							
							
								
								s3: fixes for list multipart upload  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								289e62a305 
								
							
								 
							
						 
						
							
							
								
								master: better locking of in memory volume data  
							
							
 
							
							
							related to https://github.com/chrislusf/seaweedfs/issues/1436#issuecomment-695880135  
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9a3b564508 
								
							
								 
							
						 
						
							
							
								
								adjust printout  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								62563a895a 
								
							
								 
							
						 
						
							
							
								
								refactoring  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c2faab23b6 
								
							
								 
							
						 
						
							
							
								
								refactor  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d013d09a9b 
								
							
								 
							
						 
						
							
							
								
								adjust logging  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f498c71199 
								
							
								 
							
						 
						
							
							
								
								shell: move volume operations to use flag parsing arguments  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fcbc520373 
								
							
								 
							
						 
						
							
							
								
								fix print out  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								56094541c8 
								
							
								 
							
						 
						
							
							
								
								shell: adjust command option for collection.delete  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9cac9c4001 
								
							
								 
							
						 
						
							
							
								
								2.00  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7af7380a7e 
								
							
								 
							
						 
						
							
							
								
								update go version  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dc4d2145ff 
								
							
								 
							
						 
						
							
							
								
								open up  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								29abe980df 
								
							
								 
							
						 
						
							
							
								
								s3: add support for PostPolicy  
							
							
 
							
							
							fix https://github.com/chrislusf/seaweedfs/issues/1426  
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								41d508edfd 
								
							
								 
							
						 
						
							
							
								
								go fmt  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b40a2690a 
								
							
								 
							
						 
						
							
							
								
								refactoring  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2c21eb1971 
								
							
								 
							
						 
						
							
							
								
								volume: get metrics configuration from master  
							
							
 
							
							
							fix https://github.com/chrislusf/seaweedfs/issues/1354  
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2cbd1cf121 
								
							
								 
							
						 
						
							
							
								
								fix compilation  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								23e9ede068 
								
							
								 
							
						 
						
							
							
								
								s3: collect metrics  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								852e5f7cbc 
								
							
								 
							
						 
						
							
							
								
								filer: fix mongodb insert  
							
							
 
							
							
							fix https://github.com/chrislusf/seaweedfs/issues/1471  
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6544e60bea 
								
							
								 
							
						 
						
							
							
								
								s3 add metrics  
							
							
 
							
							
							empty for now 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cb427d48fa 
								
							
								 
							
						 
						
							
							
								
								filer report metrics configuration  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e4e0234998 
								
							
								 
							
						 
						
							
							
								
								refactoring  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5eee4983f3 
								
							
								 
							
						 
						
							
							
								
								1.4.7 hdfs configurable fs.seaweed.buffer.size  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								feca07bf96 
								
							
								 
							
						 
						
							
							
								
								Filer: ip bind  
							
							
 
							
							
							fix https://github.com/chrislusf/seaweedfs/issues/1470  
							
						 
						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  
				
					
						
							
							
								 
						
							
							
							
								
							
								10f9081526 
								
							
								 
							
						 
						
							
							
								
								filer: adjust meta data events to received timestamp  
							
							
 
							
							
							if a client is already connected and start from t0. A message recieved at t+1 but with timestamp t-1 may not be processed by the client.
This commit changes to the event received time, so the replication can be ordered. 
							
						 
						5 years ago