Skip to content

Conversation

@jon-strabala
Copy link
Contributor

#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. "

#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. "
@eric-schneider
Copy link
Contributor

Thanks for creating this PR @jon-strabala. Can you confirm which releases, if any, that these changes should be backported to? Or are they only applicable to 6.5?

@jon-strabala
Copy link
Contributor Author

jon-strabala commented Feb 26, 2020 via email

@jon-strabala
Copy link
Contributor Author

jon-strabala commented Feb 26, 2020 via email

jon-strabala added a commit that referenced this pull request Feb 27, 2020
1. Add working directions to change the debug port
2. Also follows #1085 
3. Also reference https://docs.couchbase.com/server/6.5/install/install-ports.html#map-custom-ports (which is fixed in above pull)
amarantha-k pushed a commit that referenced this pull request Mar 3, 2020
1. Add working directions to change the debug port
2. Also follows #1085 
3. Also reference https://docs.couchbase.com/server/6.5/install/install-ports.html#map-custom-ports (which is fixed in above pull)
@amarantha-k amarantha-k merged commit d898ac2 into release/6.5 Mar 3, 2020
@amarantha-k amarantha-k deleted the jon-strabala-patch-2 branch April 24, 2020 21:56
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.

5 participants