-
Notifications
You must be signed in to change notification settings - Fork 183
PR for Timers in 5.5 #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
maheshnagarajCbase
wants to merge
118
commits into
couchbase:release/5.5
from
maheshnagarajCbase:release/5.5
Closed
PR for Timers in 5.5 #2
maheshnagarajCbase
wants to merge
118
commits into
couchbase:release/5.5
from
maheshnagarajCbase:release/5.5
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Timers: Remove from v5.5 docs (from PM feedback) * Timers: Remove from v5.5 docs (from PM feedback)
Contributor
|
Closing without merge as this PR has a lot more commits than the Eventing Timer related changes. |
jamesnocentini
pushed a commit
to jamesnocentini/docs-server
that referenced
this pull request
Oct 31, 2018
Ventilate prose
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR for Timer related fixes