-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Trunk #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
Closed
Trunk #2
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
asfgit
pushed a commit
that referenced
this pull request
Nov 13, 2014
This closes #2 Signed-off-by: Alexander Shorin <[email protected]>
cararemixed
pushed a commit
to cararemixed/couchdb
that referenced
this pull request
Dec 9, 2014
cararemixed
pushed a commit
to cararemixed/couchdb
that referenced
this pull request
Dec 9, 2014
Fixes issue apache#2.
nickva
referenced
this pull request
in cloudant/couchdb
Apr 21, 2017
This closes #2 Signed-off-by: ILYA Khlopotov <[email protected]>
nickva
referenced
this pull request
in cloudant/couchdb
Apr 21, 2017
The `stale` mechanism for view queries conflates two independent concerns: 1. Whether or not the view results should be returned from a "stable" set of shards; i.e., mem3:ushards. This semantic is new in 2.0, having originated in Cloudant code in 2011[1]. 2. Whether or not the view in question should be updated prior to responding to the user, i.e., the pre-2.0 semantics. Both of these concerns represent consistency/availability tradeoffs, but they're addressing rather different aspects of that continuum. As such, the "stale" mechanism limits flexibility. For example, it's quite likely that a user would want to retrieve "stale" view responses from the fastest available shards - the "available/available" choice - and this choice is not available with the existing "stale" mechanism. A similar argument could be made for the "consistent/consistent" choice. This patch introduces two new view API keywords - "stable" and "update" - to address concerns #1 and #2, respectively. The semantics of the "stale" mechanism is implemented in terms of these new keywords. COUCHDB-3063 [1]: apache/couchdb-fabric@93923fd
nickva
referenced
this pull request
in cloudant/couchdb
Apr 21, 2017
This closes #2 Signed-off-by: ILYA Khlopotov <[email protected]>
nickva
referenced
this pull request
in cloudant/couchdb
Apr 21, 2017
This closes #2 Signed-off-by: ILYA Khlopotov <[email protected]>
janl
pushed a commit
that referenced
this pull request
Jun 3, 2017
this feature makes it easier to setup a cluster for browser applications like fauxton as browsers follow the same-origin policy. Before this PR you had to open the wizard in Fauxton on all three nodes and enter your data there, which was quite confusing and hard to explain. Now you can stay in the same tab at the same address. This PR enables three new params in the body: `remote_node`: ip of the remote node where we want to send the `enable_cluster` request `remote_current_user`: the current admin username of the remote node `remote_current_password`: the current admin password of the remote node To test, I run: ``` rm -rf dev/lib/ && ./dev/run --no-join --admin=a:b ``` and then run the test script: ``` ./src/setup/test/t-frontend-setup.sh ``` COUCHDB-2598 PR: #2 PR-URL: apache/couchdb-setup#2 Reviewed-By: Jan Lehnardt <[email protected]> Reviewed-By: Alexander Shorin <[email protected]>
janl
pushed a commit
that referenced
this pull request
Jun 3, 2017
PR: #2 PR-URL: apache/couchdb-setup#2 Reviewed-By: Jan Lehnardt <[email protected]> Reviewed-By: Alexander Shorin <[email protected]>
janl
pushed a commit
that referenced
this pull request
Jun 3, 2017
PR: #2 PR-URL: apache/couchdb-setup#2 Reviewed-By: Jan Lehnardt <[email protected]> Reviewed-By: Alexander Shorin <[email protected]>
kocolosk
pushed a commit
to kocolosk/couchdb
that referenced
this pull request
May 20, 2019
Previous if the anonymous opening process died it would cause dreyfus_index_manager to exit and kill all other dreyfus_index processes. This lead to bad things happening in multiple places. This fix just tracks the anonymous opener processs in the ?BY_PID table so we know about it when it dies. The exit status is then reused the same as would have been for an error returned when opening the index. Fixes: apache#2
curlycabbage
added a commit
to curlycabbage/couchdb
that referenced
this pull request
Nov 20, 2019
curlycabbage
added a commit
to curlycabbage/couchdb
that referenced
this pull request
Nov 20, 2019
janl
pushed a commit
that referenced
this pull request
Jan 5, 2020
This closes #2 Signed-off-by: Alexander Shorin <[email protected]>
4 tasks
iilyak
added a commit
that referenced
this pull request
Jul 13, 2020
Previously the auth was injected unconidtionally. There were two problems: 1. no way to specify `basic_auth` credentials 2. no way to disable injection Due to #2 it was impossible to use other user than hardcoded `adm` () in `Couch.login/3`.
davisp
pushed a commit
that referenced
this pull request
Sep 9, 2020
Previously the auth was injected unconidtionally. There were two problems: 1. no way to specify `basic_auth` credentials 2. no way to disable injection Due to #2 it was impossible to use other user than hardcoded `adm` () in `Couch.login/3`.
sdahlbac
added a commit
to sdahlbac/couchdb
that referenced
this pull request
Oct 1, 2020
Try to gently suggest using option apache#2
4 tasks
jaydoane
pushed a commit
that referenced
this pull request
Dec 25, 2020
AZ166: Erlang version improvements
jaydoane
pushed a commit
that referenced
this pull request
Dec 25, 2020
Add check for shard safety/liveness
nickva
pushed a commit
to nickva/couchdb
that referenced
this pull request
Sep 7, 2022
This closes apache#2 Signed-off-by: Alexander Shorin <[email protected]>
jiongle1
referenced
this pull request
in scantist-ossops-m2/couchdb
Apr 5, 2024
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/0.11.x@955312 13f79535-47bb-0310-9956-ffa450edef68
This pull request was closed.
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.
Finished with COUCHDB-725.