Issue on Adding Node for ScyllaDB

--

  • if you have problem when adding new node for cluster on docker,
    Could not setup Async I/O: Resource temporarily unavailable. The most common cause is not enough request capacity in /proc/sys/fs/aio-max-nr
  • try to check “cat /proc/sys/fs/aio-max-nr” => 65536
  • To solve the problem, you have to add the below line to your file /etc/sysctl.conf .
    fs.aio-max-nr = 1048576
  • After you have done, you can activate your settings by executing the following command: “sysctl -p /etc/sysctl.conf”
  • more detail https://www.kernel.org/doc/Documentation/sysctl/fs.txt

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Novandi Banitama
Novandi Banitama

Written by Novandi Banitama

Tech geek looking for a new trend in the weird world

No responses yet

Write a response