seaweedfs/go
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
..
glog issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com> 2013-09-01 23:58:21 -07:00
operation issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com> 2013-09-01 23:58:21 -07:00
replication issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com> 2013-09-01 23:58:21 -07:00
sequence issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com> 2013-09-01 23:58:21 -07:00
storage Issue 45 in weed-fs: [Compact issue] Offset overflow 2013-09-19 11:06:14 -07:00
topology issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com> 2013-09-01 23:58:21 -07:00
util issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com> 2013-09-01 23:58:21 -07:00
weed Issue 45 in weed-fs: [Compact issue] Offset overflow 2013-09-19 11:06:14 -07:00