You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Casey Ching (Code Review)" <ge...@cloudera.org> on 2016/04/08 05:06:32 UTC

[Impala-CR](cdh5-trunk) Kudu: Disable fsnyc in the mini-cluster

Casey Ching has uploaded a new change for review.

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

Change subject: Kudu: Disable fsnyc in the mini-cluster
......................................................................

Kudu: Disable fsnyc in the mini-cluster

The Kudu team recommended disabling this for testing purposes. This
should help with timeouts in cloud machines (ec2/gce). If I
understand this correctly, disabling fsyncs could lead to data loss
if Kudu crashes while a write is in progress. But we'd have pretty
serious problems anyways because Kudu crashed. I'll confirm with the
Kudu team that a "normal" shutdown of Kudu should cause a sync.

Change-Id: I72fd85ce5c4bc71f071b854ea6a9ebe60fc1305f
---
M testdata/cluster/node_templates/cdh5/etc/kudu/master.conf.tmpl
M testdata/cluster/node_templates/cdh5/etc/kudu/tserver.conf.tmpl
2 files changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/34/2734/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2734
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I72fd85ce5c4bc71f071b854ea6a9ebe60fc1305f
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Casey Ching <ca...@cloudera.com>