You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Will Berkeley (Code Review)" <ge...@cloudera.org> on 2016/05/12 19:29:45 UTC

[kudu-CR] KUDU-816 Issue an error on startup if data dirs are in /tmp

Will Berkeley has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/3048

Change subject: KUDU-816 Issue an error on startup if data dirs are in /tmp
......................................................................

KUDU-816 Issue an error on startup if data dirs are in /tmp

Simple patch to do the above, but for WAL dirs and data dirs. May not be
needed anymore since WAL and data dirs no longer default to /tmp but instead
fail startup if not supplied. Let me know if this is the case and I'll
abandon.

Change-Id: I6ed1c7a026c6a513b18fd50ba2d5ef5958242b2b
---
M src/kudu/server/server_base.cc
1 file changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/48/3048/1
-- 
To view, visit http://gerrit.cloudera.org:8080/3048
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6ed1c7a026c6a513b18fd50ba2d5ef5958242b2b
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Will Berkeley <wd...@gmail.com>