This is an automated email from the ASF dual-hosted git repository.
sijie pushed a commit to branch branch-4.5
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/branch-4.5 by this push:
new bc42bf7 change BK_statsProviderClass in to NullStatsProvider in
Docker file (#781)
bc42bf7 is described below
commit bc42bf701f41692a9a4d50a5ef547aed875d49d8
Author: Jia Zhai <[email protected]>
AuthorDate: Sat Dec 2 13:09:26 2017 +0800
change BK_statsProviderClass in to NullStatsProvider in Docker file (#781)
This closes #781
---
docker/scripts/entrypoint.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docker/scripts/entrypoint.sh b/docker/scripts/entrypoint.sh
index dffbc93..423619f 100755
--- a/docker/scripts/entrypoint.sh
+++ b/docker/scripts/entrypoint.sh
@@ -37,10 +37,13 @@ export
BK_journalDirectory=${BK_journalDirectory:-${BK_DATA_DIR}/journal}
export BK_ledgerDirectories=${BK_ledgerDirectories:-${BK_DATA_DIR}/ledgers}
export BK_indexDirectories=${BK_indexDirectories:-${BK_DATA_DIR}/index}
+export BK_statsProviderClass=org.apache.bookkeeper.stats.NullStatsProvider
+
echo "BK_bookiePort bookie service port is $BK_bookiePort"
echo "BK_zkServers is $BK_zkServers"
echo "BK_DATA_DIR is $BK_DATA_DIR"
echo "BK_CLUSTER_ROOT_PATH is $BK_CLUSTER_ROOT_PATH"
+echo "BK_statsProviderClass is $BK_statsProviderClass"
mkdir -p "${BK_journalDirectory}" "${BK_ledgerDirectories}"
"${BK_indexDirectories}"
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].