aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-261.771.77Chris Lu3-3/+3
2020-04-26HCFS 1.2.7Chris Lu5-5/+5
2020-04-26Hadoop: fix entry not found for HCFSChris Lu4-12/+36
2020-04-23add lock/unlock to example admin scriptsChris Lu1-0/+2
2020-04-23mount: default to enable asyncMetaDataCachingChris Lu1-1/+1
2020-04-23support semicolon seperated command linesChris Lu2-44/+58
2020-04-23master: add cluster wide lock/unlock operation in weed shellChris Lu18-1/+76
2020-04-23make lock/unlock optionalChris Lu3-252/+147
2020-04-23fix buildsChris Lu1-1/+1
2020-04-23allow lock with an existing lockChris Lu1-1/+4
2020-04-23make second lock instantChris Lu2-6/+7
2020-04-23shell: add lock/unlock commandChris Lu2-2/+58
2020-04-23clean upChris Lu1-1/+0
2020-04-23add exclusive lock library on shellChris Lu5-179/+257
2020-04-23add master side code for cluster wise exclusive lockChris Lu4-151/+549
2020-04-221.761.76Chris Lu3-3/+3
2020-04-22reduce the connectionsChris Lu1-13/+0
2020-04-22avoid repeated grpc connection creationChris Lu2-4/+10
2020-04-22also writes to local meta cacheChris Lu4-0/+37
2020-04-21add mongodbChris Lu1-3/+3
2020-04-211.751.75Chris Lu3-3/+3
2020-04-21cache metadata on startupChris Lu3-4/+17
2020-04-21refactorChris Lu3-57/+66
2020-04-21async meta caching: can stream updates nowChris Lu10-127/+236
2020-04-21read from meta cacheChris Lu5-9/+101
2020-04-21add placeholder for cached meta data readingChris Lu5-0/+16
2020-04-21adjust loggingChris Lu1-2/+2
2020-04-21volume: deletion checks all disk locationsChris Lu2-6/+14
2020-04-21report error if copying failedChris Lu1-1/+1
2020-04-21filer: add -ip.bind optionChris Lu2-3/+6
2020-04-21messaging: able to pub sub multiple partitionsChris Lu4-75/+189
2020-04-20go fmtChris Lu8-15/+15
2020-04-20add memory buffer size limitChris Lu1-2/+3
2020-04-20continue for reading from sealed memory bufferChris Lu1-11/+25
2020-04-20message broker: read also from sealed memory bufferChris Lu3-2/+22
2020-04-20lower the test criteriaChris Lu1-2/+3
2020-04-20adjust testChris Lu1-2/+2
2020-04-20close the connection with better accoutingChris Lu1-4/+7
2020-04-20revert this grpc related changeChris Lu1-2/+2
2020-04-20refactoringChris Lu2-85/+49
2020-04-19refactorChris Lu4-7/+9
2020-04-19logsChris Lu1-0/+2
2020-04-19working for in memory single log bufferChris Lu11-189/+270
2020-04-19Merge pull request #1280 from bukton123/filer_mongodbChris Lu5-3/+274
2020-04-20filer mongo add func create index unique directory, namebukton1-0/+28
2020-04-19fix testsChris Lu2-4/+4
2020-04-19add default config filer mongodb to scaffold.gobukton1-0/+5
2020-04-19filer mongodb add option poll size and fixed order by list metabukton1-4/+12
2020-04-19broker: add profilingChris Lu8-67/+83
2020-04-19basic pub and sub works!Chris Lu4-45/+60