- Apr 16, 2019
-
-
Elvin Sindrilaru authored
-
Elvin Sindrilaru authored
-
- Apr 15, 2019
-
-
Elvin Sindrilaru authored
-
Georgios Bitzes authored
Fixes EOS-2477.
-
Elvin Sindrilaru authored
does not crash during orderly shutdown. Fixes EOS-3337
-
Elvin Sindrilaru authored
-
Georgios Bitzes authored
This way, the common usage of "no fake clock" is simpler, without mysterious "nullptr": IntervalStopwatch stopwatch(std::chrono::seconds(x))
-
Elvin Sindrilaru authored
-
Elvin Sindrilaru authored
and also fix coloring of "online" status which is now just bold. Fixes EOS-3402
-
Elvin Sindrilaru authored
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
Georgios Bitzes authored
Fixes EOS-3416
-
Elvin Sindrilaru authored
-
Elvin Sindrilaru authored
-
- Apr 12, 2019
-
-
Elvin Sindrilaru authored
-
Elvin Sindrilaru authored
method to retrieve the FST config queue in the Communicator thread to avoid a deadlock. The deadlock might appear when the MGM sends updates about the FST config but not about the FST config queue and then it blocks waiting for a value that only he can set. Remove also the "random" sleep from the start-up of the FST which was a "workaround" for this issue.
-
Elvin Sindrilaru authored
-
Elvin Sindrilaru authored
otherwise the FileSystemView might return 0 files for the corresponding file system and drain would wrongly mark the file systems as empty. Fixes EOS-3405
-
Mihai Patrascoiu authored
-
Mihai Patrascoiu authored
-
Mihai Patrascoiu authored
CMAKE: Refactor compiler and linker flags logic into separate CMake module. Avoid requesting extensive compiler flags when in PACKAGEONLY mode
-
Mihai Patrascoiu authored
-
Mihai Patrascoiu authored
-
Mihai Patrascoiu authored
-
Mihai Patrascoiu authored
-
Mihai Patrascoiu authored
CMAKE: Remove Clang version 3.4 or lower compile fix. EOS requires std=c++14 features, which are available in Clang starting with version 3.5
-
Andreas Joachim Peters authored
FST: silence wrong size errors for EC files reported by 'eos-fsck-fs' and wrong checksum errors for files which didn't get scanned
-
Mihai Patrascoiu authored
-
Mihai Patrascoiu authored
-
Andreas Joachim Peters authored
-
- Apr 11, 2019
-
-
Andreas Joachim Peters authored
-
Andreas Joachim Peters authored
FST: add 'eos-fsck-fs' command to run stand-alone (not false posibitve prone) local fscks working with QDB or in-memory namespaces
-
Andreas Joachim Peters authored
-
Andreas Joachim Peters authored
-
Andreas Joachim Peters authored
FST: still try to get fileReadAsync working - if readahead is not working, we just fall back to fileRead - don't understand why it was implemented with the complicated async handler
-
Andreas Joachim Peters authored
-
Andreas Joachim Peters authored
FST: fix logical bug in pre-fetch logic for read-ahead (does not cover the case where two reads fall into the 'second' block (which prefetches the same block twice) - fixes EOS-3408
-
Andreas Joachim Peters authored
FST: add a configuration variable to use synchronous or asynchronous reading in TPC - default is sync - variavle is called EOS_FST_TPC_READASYNC
-