This is an automated email from the ASF dual-hosted git repository.
adar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git
The following commit(s) were added to refs/heads/master by this push:
new c33bc33 [tablet] a slip of the pen
c33bc33 is described below
commit c33bc336ef1257f364ee0466c88f1fe387c4ae2d
Author: helifu <[email protected]>
AuthorDate: Mon May 20 14:50:26 2019 +0800
[tablet] a slip of the pen
https://kudu.apache.org/docs/configuration_reference.html#kudu-tserver_flush_threshold_mb
Change-Id: I48b80e9444d7d9aafae80368af319ee6ffec8960
Reviewed-on: http://gerrit.cloudera.org:8080/13377
Tested-by: Kudu Jenkins
Reviewed-by: Adar Dembo <[email protected]>
---
src/kudu/tablet/tablet_replica_mm_ops.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/kudu/tablet/tablet_replica_mm_ops.cc
b/src/kudu/tablet/tablet_replica_mm_ops.cc
index a7267de..879425a 100644
--- a/src/kudu/tablet/tablet_replica_mm_ops.cc
+++ b/src/kudu/tablet/tablet_replica_mm_ops.cc
@@ -59,7 +59,7 @@ TAG_FLAG(enable_log_gc, unsafe);
DEFINE_int32(flush_threshold_mb, 1024,
"Size at which MemRowSet flushes are triggered. "
- "A MRS can still flush below this threshold if it if hasn't
flushed in a while, "
+ "A MRS can still flush below this threshold if it hasn't flushed
in a while, "
"or if the server-wide memory limit has been reached.");
TAG_FLAG(flush_threshold_mb, experimental);
TAG_FLAG(flush_threshold_mb, runtime);