Will Berkeley has uploaded a new change for review. http://gerrit.cloudera.org:8080/8093
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. I also renamed GetShortVersionString to GetShortVersionInfo, since it returns a short version of GetAllVersionInfo and I added GetVersionString(), which returns just the x.y.z version string with no extra info. Change-Id: Ida7e1495e4ba68f9e9b4d424650d84c0019c9b0f --- M docs/troubleshooting.adoc M src/kudu/client/client.cc M src/kudu/consensus/raft_consensus.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 A src/kudu/util/logging_util.cc A src/kudu/util/logging_util.h M src/kudu/util/version_info.cc M src/kudu/util/version_info.h 15 files changed, 161 insertions(+), 14 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/93/8093/1 -- To view, visit http://gerrit.cloudera.org:8080/8093 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ida7e1495e4ba68f9e9b4d424650d84c0019c9b0f Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Will Berkeley <[email protected]>
