Wang Haitao
Wang Haitao
Here is my issue link in forum: https://retropie.org.uk/forum/topic/31422/i-transform-retropie-setup-scripts-to-rpm-platform-like-openeuler-may-support-fedora-later I wanna create a branch called openEuler, or you can name it RPM/Fedora etc. to put srcripts that support rpm packages system...
I can deploy the solution, and my ditro runs well in my computer. When I want to publish it, I have done those steps: 1. I register a company account....
The issue is here #238. I push 3 commits. One is add a status check. One is change the `void BatchWriteNewIndices(BlobFileBuilder::OutContexts& contexts, Status* s)` to `Status BatchWriteNewIndices(BlobFileBuilder::OutContexts& contexts)` One is...
# Description Titan now can use delta compression. Here is my code [repository](https://github.com/apple-ouyang/titan/tree/1io) Acording to the test result, the compression ratio for compressed record can reach up to 77.88x! However...
In BlobGCJob::InstallOutputBlobFiles, which is blob_gc_joob.cc:415, the status are not checked. ```C++ for (auto& builder : blob_file_builders_) { BlobFileBuilder::OutContexts contexts; s = builder.second->Finish(&contexts); // Status not check BatchWriteNewIndices(contexts, &s); // Status...
#236
In BlobGCJob::DoRunGC(), the `file_size` is always = 0. I guess this variable is used to accumulate the file size of blob file. Once the `file_size >= blob_gc_->titan_cf_options().blob_file_target_size`, Titan will create...
The test version is the latested master(2ad9c586345b606718362351f5c88e3c8348c4f4) After cmake and compiling, run the: ```bash ctest -R titan ``` the only test that not pass is the titan_titan_db_test. Here is the...
 The commit detail windows is too small, and it can't adjust size! Could you please let it can be enlarged after I click the bottom of the windows of...
### Expected behavior systemd restart rsyslog OK ### Actual behavior systemd restart rsyslog let rsyslog segmentation fault. ### Steps to reproduce the behavior when start of the OS, add systemd...