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

feat: enable no delay for mysql, opentsdb, http #2530

Merged

Conversation

WenyXu
Copy link
Member

@WenyXu WenyXu commented Oct 7, 2023

I hereby agree to the terms of the GreptimeDB CLA

What's changed and what's your intention?

Enable tcp no delay for mysql, opentsdb, http protocol

Checklist

  • I have written the necessary rustdoc comments.
  • I have added the necessary unit tests and integration tests.

Refer to a related PR or issue link (optional)

close #2528

@codecov
Copy link

codecov bot commented Oct 7, 2023

Codecov Report

Merging #2530 (aea550d) into develop (fe783c7) will decrease coverage by 0.29%.
Report is 7 commits behind head on develop.
The diff coverage is 44.44%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2530      +/-   ##
===========================================
- Coverage    85.32%   85.03%   -0.29%     
===========================================
  Files          730      734       +4     
  Lines       116311   117320    +1009     
===========================================
+ Hits         99240    99763     +523     
- Misses       17071    17557     +486     

@WenyXu WenyXu changed the title refactor: enable no delay for mysql, opentsdb, http feat: enable no delay for mysql, opentsdb, http Oct 7, 2023
src/servers/src/mysql/server.rs Outdated Show resolved Hide resolved
src/servers/src/opentsdb.rs Outdated Show resolved Hide resolved
@MichaelScofield MichaelScofield added this pull request to the merge queue Oct 8, 2023
Merged via the queue into GreptimeTeam:develop with commit a680133 Oct 8, 2023
13 checks passed
paomian pushed a commit to paomian/greptimedb that referenced this pull request Oct 19, 2023
* refactor: enable no delay for mysql, opentsdb, http

* Apply suggestions from code review

Co-authored-by: Yingwen <[email protected]>

---------

Co-authored-by: Yingwen <[email protected]>
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.

Enable mysql,opentsdb, postgre, http tcp no_delay by default
3 participants