| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-04-26 | 1.771.77 | Chris Lu | 3 | -3/+3 | |
| 2020-04-26 | HCFS 1.2.7 | Chris Lu | 5 | -5/+5 | |
| 2020-04-26 | Hadoop: fix entry not found for HCFS | Chris Lu | 4 | -12/+36 | |
| also fix cipher related changes. | |||||
| 2020-04-23 | add lock/unlock to example admin scripts | Chris Lu | 1 | -0/+2 | |
| 2020-04-23 | mount: default to enable asyncMetaDataCaching | Chris Lu | 1 | -1/+1 | |
| 2020-04-23 | support semicolon seperated command lines | Chris Lu | 2 | -44/+58 | |
| 2020-04-23 | master: add cluster wide lock/unlock operation in weed shell | Chris Lu | 18 | -1/+76 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1286 | |||||
| 2020-04-23 | make lock/unlock optional | Chris Lu | 3 | -252/+147 | |
| 2020-04-23 | fix builds | Chris Lu | 1 | -1/+1 | |
| 2020-04-23 | allow lock with an existing lock | Chris Lu | 1 | -1/+4 | |
| 2020-04-23 | make second lock instant | Chris Lu | 2 | -6/+7 | |
| 2020-04-23 | shell: add lock/unlock command | Chris Lu | 2 | -2/+58 | |
| 2020-04-23 | clean up | Chris Lu | 1 | -1/+0 | |
| 2020-04-23 | add exclusive lock library on shell | Chris Lu | 5 | -179/+257 | |
| 2020-04-23 | add master side code for cluster wise exclusive lock | Chris Lu | 4 | -151/+549 | |
| 2020-04-22 | 1.761.76 | Chris Lu | 3 | -3/+3 | |
| 2020-04-22 | reduce the connections | Chris Lu | 1 | -13/+0 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1277 this avoids sending error to wdclients, and clients retry the connections | |||||
| 2020-04-22 | avoid repeated grpc connection creation | Chris Lu | 2 | -4/+10 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1277 | |||||
| 2020-04-22 | also writes to local meta cache | Chris Lu | 4 | -0/+37 | |
| before waiting for subscribed meta events | |||||
| 2020-04-21 | add mongodb | Chris Lu | 1 | -3/+3 | |
| 2020-04-21 | 1.751.75 | Chris Lu | 3 | -3/+3 | |
| 2020-04-21 | cache metadata on startup | Chris Lu | 3 | -4/+17 | |
| 2020-04-21 | refactor | Chris Lu | 3 | -57/+66 | |
| 2020-04-21 | async meta caching: can stream updates now | Chris Lu | 10 | -127/+236 | |
| 2020-04-21 | read from meta cache | Chris Lu | 5 | -9/+101 | |
| meta cache is not initialized | |||||
| 2020-04-21 | add placeholder for cached meta data reading | Chris Lu | 5 | -0/+16 | |
| 2020-04-21 | adjust logging | Chris Lu | 1 | -2/+2 | |
| 2020-04-21 | volume: deletion checks all disk locations | Chris Lu | 2 | -6/+14 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1283 | |||||
| 2020-04-21 | report error if copying failed | Chris Lu | 1 | -1/+1 | |
| 2020-04-21 | filer: add -ip.bind option | Chris Lu | 2 | -3/+6 | |
| 2020-04-21 | messaging: able to pub sub multiple partitions | Chris Lu | 4 | -75/+189 | |
| 2020-04-20 | go fmt | Chris Lu | 8 | -15/+15 | |
| 2020-04-20 | add memory buffer size limit | Chris Lu | 1 | -2/+3 | |
| 2020-04-20 | continue for reading from sealed memory buffer | Chris Lu | 1 | -11/+25 | |
| 2020-04-20 | message broker: read also from sealed memory buffer | Chris Lu | 3 | -2/+22 | |
| 2020-04-20 | lower the test criteria | Chris Lu | 1 | -2/+3 | |
| 2020-04-20 | adjust test | Chris Lu | 1 | -2/+2 | |
| 2020-04-20 | close the connection with better accouting | Chris Lu | 1 | -4/+7 | |
| 2020-04-20 | revert this grpc related change | Chris Lu | 1 | -2/+2 | |
| maybe related to https://github.com/chrislusf/seaweedfs/issues/1277 | |||||
| 2020-04-20 | refactoring | Chris Lu | 2 | -85/+49 | |
| 2020-04-19 | refactor | Chris Lu | 4 | -7/+9 | |
| 2020-04-19 | logs | Chris Lu | 1 | -0/+2 | |
| 2020-04-19 | working for in memory single log buffer | Chris Lu | 11 | -189/+270 | |
| 2020-04-19 | Merge pull request #1280 from bukton123/filer_mongodb | Chris Lu | 5 | -3/+274 | |
| Add new filer support mongodb | |||||
| 2020-04-20 | filer mongo add func create index unique directory, name | bukton | 1 | -0/+28 | |
| 2020-04-19 | fix tests | Chris Lu | 2 | -4/+4 | |
| 2020-04-19 | add default config filer mongodb to scaffold.go | bukton | 1 | -0/+5 | |
| 2020-04-19 | filer mongodb add option poll size and fixed order by list meta | bukton | 1 | -4/+12 | |
| 2020-04-19 | broker: add profiling | Chris Lu | 8 | -67/+83 | |
| 2020-04-19 | basic pub and sub works! | Chris Lu | 4 | -45/+60 | |
