Skip to content
#

seastar

Here are 18 public repositories matching this topic...

bhalevy
bhalevy commented May 15, 2019

Currently, there are no clear guidelines for determining when to log messages and what category to give them. We need to address the following, to begin with:

  • Distinguishing TRACE vs. DEBUG messages.
  • What events should be logged with INFO messages?
  • When actions fail:
    • When to throw an exception and when to log.
    • When to WARN vs. when to log an ERROR.
denesb
denesb commented Dec 16, 2019

Memory management in a seastar application is a very important topic, as seastar applications are usually long running server applications that want to maximize the usage of memory as well as be resilient to memory fragmentation.
Add a section on this to the docs/tutorial.md based on the lessons we learned at ScyllaDB. In a nutshell: when large buffers are needed prefer storing data in a chunke

Improve this page

Add a description, image, and links to the seastar topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the seastar topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.