Skip to content

Conversation

@maheshnagarajCbase
Copy link
Contributor

PR for Timer related fixes

@amarantha-k
Copy link
Contributor

Closing without merge as this PR has a lot more commits than the Eventing Timer related changes.

@amarantha-k amarantha-k closed this Sep 7, 2018
jamesnocentini pushed a commit to jamesnocentini/docs-server that referenced this pull request Oct 31, 2018
jon-strabala added a commit that referenced this pull request Feb 26, 2020
#1 Note "debugPort" is wrong it will not work the correct name is "eventing_debug_port"

#2 The example is wrong it must be terminated by a period for example if we had the following in static_config

{eventing_debug_port, 9444}
{net_kernel_verbosity, 10}

The couchbase server WILL NOT start but if we add a period after the closing brace

{eventing_debug_port, 9444}.
{net_kernel_verbosity, 10}.

The couchbase server starts

#3 make the syntax clear e.g. add "(enclosed in braces and terminated by a period)"

#4 warn that this will flush all data and restart the server from scratch, e.g. "WARNING: Changing port mapping should be done on the initial node/cluster setup as the required reset and reconfiguration will also purge any data on the node. "
amarantha-k pushed a commit that referenced this pull request Mar 3, 2020
#1 Note "debugPort" is wrong it will not work the correct name is "eventing_debug_port"

#2 The example is wrong it must be terminated by a period for example if we had the following in static_config

{eventing_debug_port, 9444}
{net_kernel_verbosity, 10}

The couchbase server WILL NOT start but if we add a period after the closing brace

{eventing_debug_port, 9444}.
{net_kernel_verbosity, 10}.

The couchbase server starts

#3 make the syntax clear e.g. add "(enclosed in braces and terminated by a period)"

#4 warn that this will flush all data and restart the server from scratch, e.g. "WARNING: Changing port mapping should be done on the initial node/cluster setup as the required reset and reconfiguration will also purge any data on the node. "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants