48 Commits (db3e7aa5de1374f717af6a53ff9e0f62372cf620)

Author SHA1 Message Date
ansuz dae6d7fc1e add hints for translation linting and remove notes 3 years ago
ansuz c111364024 add two new tests to diagnose unavailability of uploaded blocks and blobs 3 years ago
ansuz ef398de4a1 disable measurement 3 years ago
ansuz b65730b853 allow admins to enable configurable disk I/O profiling 3 years ago
ansuz 7bdabb5cbc archive blocks before overwriting them 3 years ago
ansuz f7f2146fa5 miscellaneous cleanup and notes 3 years ago
ansuz ba1a7b37e1 separate validation and storage methods for blocks 3 years ago
ansuz caece0123e archive pin logs instead of removing them outright 3 years ago
ansuz 729d51fb9b update block storage APIs 4 years ago
yflory 7971a6d267 Major broadcast refactoring 4 years ago
ansuz de90949e3e suppress ENOENT on metadata when restoring archived files 4 years ago
David Benqué 5e7eb4cbf8 Merge branch 'soon' into staging 4 years ago
ansuz d4e6d86961 enforce asynchrony in new database offset methods 4 years ago
ansuz 466072d03b read files starting from the oldest known point of relevance when computing indices 4 years ago
ansuz cd77b5ffc8 Merge branch 'soon' into staging 4 years ago
yflory bd4b44476d Archive and restore UI in the admin panel 4 years ago
ansuz e185008846 complete uploads in child processes
also fix a nasty race condition for unowned file uploads
4 years ago
ansuz d72e053560 make a note to improve stream timeout error handling 4 years ago
ansuz 67430de7ff Make efforts to avoid closing streams mid-read
1. Close streams when you're done with them
2. Close streams if they seem to have been abandoned
4 years ago
ansuz e8428a2a73 prevent a case of multiple callbacks 4 years ago
ansuz 6e57366b7f address a file descriptor leak 4 years ago
ansuz 46ebd7b40b remove unsupported storage configuration parameters 4 years ago
ansuz 5358fab615 more WIP inactive account eviction 4 years ago
ansuz d794e0b48f include inactive accounts in the archival script 4 years ago
ansuz b04133e6c3 remove some dead code 4 years ago
ansuz fd169ff39c close streams after 2 minutes instead of 5
Hopefully this helps to even out our memory and CPU usage.
There's also some improved labels so that IF streams time out
we will know the exact origin of the offending call.
5 years ago
ansuz 7fac997e93 increase some file storage timeouts related to streams 5 years ago
ansuz d802173325 remove an invalid line 5 years ago
ansuz adfd1eaaa2 avoid a silly typeError in the event of an error 5 years ago
ansuz bc13a21796 give fileStreams a little bit more time before closing them 5 years ago
ansuz c2fcba31e3 remove an XXX 5 years ago
ansuz e128683ffb call back with errors instead of throwing within the Storage module 5 years ago
yflory dc0b26da0b Merge branch 'soon' into staging 5 years ago
ansuz ed63d98ab0 Merge branch 'scaling-index' into soon 5 years ago
ansuz 590e249500 resolve merge conflict 5 years ago
ansuz 31c7cecaf9 add a few checks for safety 5 years ago
ansuz d386e223e4 simplify open/close of writeStreams 5 years ago
ansuz 32cd0f3c4d increase timeout value from 15s to 45. ought to be enough for anybody 5 years ago
ansuz 05a4e86cdb close streams whenever we finish using them. time out if necessary 5 years ago
ansuz 4522ffa18a compute indexes in child processes 5 years ago
ansuz f345998956 fix undefined reference 5 years ago
ansuz 30f17040ac close streams when possible, simplify some code, enforce asynchrony 5 years ago
ansuz e1a0daac9c possible server fixes 5 years ago
ansuz d4038344ba stop iterating over tasks if you can't read the root directory 5 years ago
ansuz 32d769447a begin standardizing our method of streaming lines from files 5 years ago
ansuz 35eca2c5d2 pull file streaming out into its own file, leave a few notes 5 years ago
ansuz ff73e96cb8 reimplement the trim history fix from staging 5 years ago
ansuz 725d10fc60 nest storage directory inside './lib' 5 years ago