This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.11.x in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 1202df0b9b7846e9312d0453e205088ef54bbfa4 Author: Alexey Serbin <[email protected]> AuthorDate: Fri Oct 18 12:23:14 2019 -0700 [docs] added a note about NVM-based cache into known issues The NVM-based cache doesn't work reliably on RH6/CentOS6 once memkind was introduced. See KUDU-2978 for details. Change-Id: Ieca7f77f1401bcef2af1242fc0090c62c0bb45f6 Reviewed-on: http://gerrit.cloudera.org:8080/14510 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins (cherry picked from commit eb06559f50281a8b4dede2d2aaf8088e45f20069) Reviewed-on: http://gerrit.cloudera.org:8080/14577 Reviewed-by: Grant Henke <[email protected]> --- docs/known_issues.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/known_issues.adoc b/docs/known_issues.adoc index 083654b..98527a1 100644 --- a/docs/known_issues.adoc +++ b/docs/known_issues.adoc @@ -196,3 +196,6 @@ to communicate only the most important known issues. to start up. It is recommended to limit the number of tablets per server to 1000 or fewer. Consider this limitation when pre-splitting your tables. If you notice slow start-up times, you can monitor the number of tablets per server in the web UI. + +* NVM-based cache doesn't work reliably on RH6/CentOS6 + (see link:https://issues.apache.org/jira/browse/KUDU-2978[KUDU-2978]).
