seaweedfs/go/weed
Chris Lu 69ac6b6bf6 Issue 45 in weed-fs: [Compact issue] Offset overflow
New issue 45 by hieu.hcmus@gmail.com: [Compact issue] Offset overflow
http://code.google.com/p/weed-fs/issues/detail?id=45

You are using uint32(Maximum 4Gb) to store needle offset(Maximum 32Gb)
when compacting.
Currently It is ok if the volume size is < 4gb
Change variable "offset" in ScanVolumeFile function to uint64 to fix the
issue.
2013-09-19 11:06:14 -07:00
..
command.go rename from cmd to weed for easier "go build" 2013-02-10 04:05:28 -08:00
export.go Issue 45 in weed-fs: [Compact issue] Offset overflow 2013-09-19 11:06:14 -07:00
fix.go Issue 45 in weed-fs: [Compact issue] Offset overflow 2013-09-19 11:06:14 -07:00
master.go issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com> 2013-09-01 23:58:21 -07:00
shell.go issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com> 2013-09-01 23:58:21 -07:00
upload.go refactoring submit operation 2013-08-14 10:07:42 -07:00
version.go add white list to both master and volume servers 2013-08-13 09:31:19 -07:00
volume.go issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com> 2013-09-01 23:58:21 -07:00
volume_test.go handle cases when .idx files are also readonly 2013-08-11 11:38:55 -07:00
weed.go issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com> 2013-09-01 23:58:21 -07:00