Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove WSL from README #2381

Merged
merged 1 commit into from
Aug 11, 2020
Merged

Remove WSL from README #2381

merged 1 commit into from
Aug 11, 2020

Conversation

riverszhang89
Copy link
Contributor

Unix Socket on Windows 10 doesn't support SO_KEEPALIVE. evconnlistener_new_bind() skips SO_KEEPALIVE if _WIN32 is define. However on WSL the macro isn't predefined.

To work it around, we create a socket on our own, attempt to set KEEPALIVE on it but do not bail out if failed, and pass it to evconnlistener_new() to listen on.

Fixes #2290.

@@ -30,7 +30,7 @@ On every machine in the cluster:

2. Install prerequisites:

**Ubuntu 16.04, 16.10, 17.04, Windows Subsystem for Linux (WSL)**
**Debian/Ubuntu**
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm removing WSL from the README file. WSL now supports various distributions including opensuse and fedora. WSL users should use their distribution's package manager to install the dependencies.

Copy link

@roborivers roborivers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coding style check: Success ✓.
Smoke testing: Success ✓.
Cbuild submission: Error ⚠ .
Regression testing: Success ✓.

Detail | Log | Resubmit

Copy link

@roborivers roborivers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sysbench Transactions Per Second (commit: 3ac5190):

@@ sysbench/select_random_points @@
failed
@@ sysbench/select_random_ranges @@
+11.74%
@@ sysbench/oltp_update_index @@
-7.82%
@@ sysbench/oltp_write_only @@
-4.44%

Signed-off-by: Rivers Zhang <hzhang320@bloomberg.net>
@riverszhang89 riverszhang89 changed the title Fix pmux on WSL Remove WSL from README Aug 11, 2020
@riverszhang89 riverszhang89 merged commit 470480d into bloomberg:master Aug 11, 2020
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.

pmux tool exists prematurely on WSL (Ubuntu 18)
2 participants