Skip to content

Conversation

@ddi-zrl
Copy link

@ddi-zrl ddi-zrl commented Oct 28, 2020

No description provided.

etschannen and others added 30 commits September 30, 2020 20:43
…ance

Fixed a number of problems with the fault tolerance calculation when configured with regions
…hed-data-ratio-knob

Remove deprecated UNFLUSHED_DATA_RATIO knob
Linking lpthread before libcrypto seems to have been causing an issue
since the crypto library (used in OpenSSL?) needs threading. Swapping
the order should fix the issue.
This is a (probably temporary?) fix to actually fix the compilation
issue with the added unit tests when compiling with gcc. The issue seems
to be that lpthread is getting linked before another library which
requires it, so linking fails. Linking pthread instead of lpthread fixes
the issue, but this may have an effect on other binaries in the system
as well.
@ddi-zrl
Copy link
Author

ddi-zrl commented Oct 28, 2020

--knobs_enable_io_uring true enables the use of iouring.
The code seems to work fine as long as there is low load. At higher load, we see the RK throttling down the throughput and basically not recovering anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.