Adar Dembo has submitted this change and it was merged. Change subject: Link to troubleshooting docs for two common problems ......................................................................
Link to troubleshooting docs for two common problems >From experience, users don't know what to do when they see timeouts or logs with "Soft memory limit exceeded" messages. Let's add a link to some new troubleshooting docs, to give users an easy way to find solutions. Likewise, when a disk failure or unexpected change to Kudu's data dirs happens, users often don't know what to do when seeing the "FsManager root not empty" message, so let's add a link to some new troubleshooting docs for that, too. The links go to the proper version of the docs, so a 1.6 server will provide a link to the 1.6 docs. I added a couple of helper functions to make these links, and put them in a new file since they didn't seem to fit into any existing place. Change-Id: Ida7e1495e4ba68f9e9b4d424650d84c0019c9b0f Reviewed-on: http://gerrit.cloudera.org:8080/8093 Tested-by: Kudu Jenkins Reviewed-by: David Ribeiro Alves <[email protected]> Reviewed-by: Adar Dembo <[email protected]> --- M docs/troubleshooting.adoc M src/kudu/client/client.cc M src/kudu/fs/fs_manager.cc M src/kudu/integration-tests/registration-test.cc M src/kudu/master/master-test.cc M src/kudu/master/master.cc M src/kudu/server/server_base.cc M src/kudu/tserver/heartbeater.cc M src/kudu/tserver/tablet_service.cc M src/kudu/util/CMakeLists.txt M src/kudu/util/version_info.cc M src/kudu/util/version_info.h A src/kudu/util/website_util.cc A src/kudu/util/website_util.h 14 files changed, 145 insertions(+), 15 deletions(-) Approvals: David Ribeiro Alves: Looks good to me, approved Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/8093 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ida7e1495e4ba68f9e9b4d424650d84c0019c9b0f Gerrit-PatchSet: 5 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Will Berkeley <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Will Berkeley <[email protected]>
