| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-11-21 | ReadAt may return io.EOF t end of file | chrislu | 1 | -1/+5 | |
| related to https://github.com/seaweedfs/seaweedfs/issues/6219 | |||||
| 2022-08-23 | optimiz commitig compact (#3388) | Guo Lei | 1 | -3/+8 | |
| * optimiz vacuuming volume * fix bugx * rename parameters * fix conflict * change copyDataBasedOnIndexFile to an instance method * close needlemap * optimiz commiting Vacuum volume for leveldb index * fix bugs * fix leveldb loading bugs * refactor * fix leveldb loading bug * add leveldb recovery * add test case for levelDB * modify test case to cover all the new branches * use one tmpNm instead of two instances * refactor * refactor * move setWatermark to the end * add test for watermark and updating leveldb * fix error logic * refactor, add test * check nil before close needlemapeer add test case fix metric bug * add tests, fix bugs * adjust log level remove wrong test case refactor * avoid duplicate updating metric for leveldb index | |||||
| 2022-08-23 | fix deletecount bug (#3499) | Guo Lei | 1 | -2/+7 | |
| 2022-08-20 | volume: file counter should be all files | chrislu | 1 | -3/+2 | |
| address https://github.com/seaweedfs/seaweedfs/pull/3388#issuecomment-1220466228 | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -2/+2 | |
| 2021-08-30 | fix build | Chris Lu | 1 | -4/+3 | |
| 2021-08-29 | change to a new bloom filter library | Chris Lu | 1 | -3/+3 | |
| 2020-08-18 | refactoring | Chris Lu | 1 | -3/+3 | |
| 2020-08-18 | refactoring to typed Size | Chris Lu | 1 | -6/+6 | |
| Go is amazing with refactoring! | |||||
| 2019-08-14 | volume: protect against nil needle map | Chris Lu | 1 | -0/+30 | |
| fix @mastak reported nil problem in https://github.com/chrislusf/seaweedfs/issues/1037 | |||||
| 2019-06-21 | ec deletion works | Chris Lu | 1 | -1/+1 | |
| 2019-05-21 | volume: load ec shards during heartbeats to master | Chris Lu | 1 | -1/+2 | |
| 2019-04-22 | fix metrics1.32 | Chris Lu | 1 | -8/+8 | |
| fix https://github.com/chrislusf/seaweedfs/issues/935 | |||||
| 2019-04-19 | fix needle map entry size | Chris Lu | 1 | -6/+6 | |
| 2019-04-18 | go fmt | Chris Lu | 1 | -1/+0 | |
| 2019-04-14 | fix race detector found problems | Chris Lu | 1 | -23/+34 | |
| 2018-07-27 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2018-07-24 | speed up leveldb bolddb loading | Chris Lu | 1 | -8/+23 | |
| 2018-07-21 | go fmt | Chris Lu | 1 | -2/+2 | |
| 2018-07-08 | refactoring: add type for needle id, offset | Chris Lu | 1 | -18/+17 | |
| later the type size can possibly be adjusted | |||||
| 2018-07-07 | faster loading boltdb or leveldb needle map metrics by bloomfilter | Chris Lu | 1 | -0/+107 | |
| avoid btree | |||||
