server: fix dent_limit exceeding

This commit is contained in:
Thomas Schoebel-Theuer 2017-09-17 09:08:19 +02:00 committed by Thomas Schoebel-Theuer
parent fe368dda78
commit dd95877143
2 changed files with 8 additions and 1 deletions

View File

@ -223,6 +223,13 @@ Changelog for series 0.1a:
Add only absolutely necessary features.
Receive mainly fixes.
mars0.1abeta0
Forked off from 0.1balpha4.
Merge 0.1stable48 (in several intermediate steps).
Some infrastructure for version detection.
Backport of selected fixes from branch 0.1b.y.
Add marsadm split-cluster.
-----------------------------------
Changelog for series 0.1:

View File

@ -481,7 +481,7 @@ int handler_thread(void *data)
if (max_retry-- <= 0) {
MARS_DBG("#%d dent limit reached\n", sock->s_debug_nr);
status = -EUSERS;
break;
goto clean_unlock;
}
brick_msleep(1000);
}