[GitHub] [couchdb] zdravko123 commented on issue #2441: Memory Usage Keeps Increasing Gradually

2020-08-10 Thread GitBox
zdravko123 commented on issue #2441: URL: https://github.com/apache/couchdb/issues/2441#issuecomment-671292743 Hi Guys, Its great that its been identified and fixed in 3.X.X but we are on 2.3 , so how can we fix this? can u pls let us know? do we just update jiffy somehow or update it and

[GitHub] [couchdb] wohali opened a new pull request #3070: Remove wrongly commited file from #2955

2020-08-10 Thread GitBox
wohali opened a new pull request #3070: URL: https://github.com/apache/couchdb/pull/3070 Oops :) Easily fixed. This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [couchdb] wohali opened a new pull request #3069: Fix/csp 3.x

2020-08-10 Thread GitBox
wohali opened a new pull request #3069: URL: https://github.com/apache/couchdb/pull/3069 Backport of #2955 to 3.x This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[Jenkins] SUCCESS: CouchDB » Full Platform Builds » master #214

2020-08-10 Thread Apache Jenkins Server
Yay, we passed. https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/master/214/display/redirect

[GitHub] [couchdb] rnewson opened a new pull request #3068: Unlink index pid and swallow EXIT message if present

2020-08-10 Thread GitBox
rnewson opened a new pull request #3068: URL: https://github.com/apache/couchdb/pull/3068 ## Overview This should prevent unexpected exit messages arriving which crash couch_index_server. Patch suggested by davisp. Closes #3061. ## Testing recommendations

[Jenkins] FAILURE: CouchDB » Full Platform Builds » 3.x #35

2020-08-10 Thread Apache Jenkins Server
Boo, we failed. https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/3.x/35/display/redirect

[GitHub] [couchdb] rnewson commented on issue #3061: couch_index_server crashes too easily

2020-08-10 Thread GitBox
rnewson commented on issue #3061: URL: https://github.com/apache/couchdb/issues/3061#issuecomment-671418656 that looks better to me This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [couchdb] rnewson commented on issue #3061: couch_index_server crashes too easily

2020-08-10 Thread GitBox
rnewson commented on issue #3061: URL: https://github.com/apache/couchdb/issues/3061#issuecomment-671451184 ``` handle_cast(delete, State) -> #st{mod=Mod, idx_state=IdxState} = State, ok = Mod:delete(IdxState), {stop, normal, State}; ```

[GitHub] [couchdb] wohali commented on pull request #3068: Unlink index pid and swallow EXIT message if present

2020-08-10 Thread GitBox
wohali commented on pull request #3068: URL: https://github.com/apache/couchdb/pull/3068#issuecomment-671477653 @rnewson Please be sure to backport this to 3.x. This is an automated message from the Apache Git Service. To

[GitHub] [couchdb] wohali commented on issue #2441: Memory Usage Keeps Increasing Gradually

2020-08-10 Thread GitBox
wohali commented on issue #2441: URL: https://github.com/apache/couchdb/issues/2441#issuecomment-671479094 We have no plans to do a new 2.x release at this time. Sorry about that. One option is to have rolling reboots on your cluster every X hours. Reboot no more than one node down

[Jenkins] FAILURE: CouchDB » Full Platform Builds » 3.x #36

2020-08-10 Thread Apache Jenkins Server
Boo, we failed. https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/3.x/36/display/redirect

[GitHub] [couchdb] davisp commented on issue #3061: couch_index_server crashes too easily

2020-08-10 Thread GitBox
davisp commented on issue #3061: URL: https://github.com/apache/couchdb/issues/3061#issuecomment-671422205 Might want to double check that the `delete` message causes the indexer to exit. I think it does but didn't double check.

[GitHub] [couchdb] wohali merged pull request #3070: Remove wrongly commited file from #2955

2020-08-10 Thread GitBox
wohali merged pull request #3070: URL: https://github.com/apache/couchdb/pull/3070 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [couchdb] davisp commented on issue #3061: couch_index_server crashes too easily

2020-08-10 Thread GitBox
davisp commented on issue #3061: URL: https://github.com/apache/couchdb/issues/3061#issuecomment-671416718 Roughly but not quite. It'd be something like: ``` unlink(Pid), gen_server:cast(Pid, delete), receive {'EXIT', Pid, _Reason} -> ok after 0 -> ok end,

[GitHub] [couchdb] wohali commented on pull request #3069: Fix/csp 3.x

2020-08-10 Thread GitBox
wohali commented on pull request #3069: URL: https://github.com/apache/couchdb/pull/3069#issuecomment-671495449 +1 via IRC. This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [couchdb] wohali merged pull request #3069: Fix/csp 3.x

2020-08-10 Thread GitBox
wohali merged pull request #3069: URL: https://github.com/apache/couchdb/pull/3069 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [couchdb] zdravko123 commented on issue #2441: Memory Usage Keeps Increasing Gradually

2020-08-10 Thread GitBox
zdravko123 commented on issue #2441: URL: https://github.com/apache/couchdb/issues/2441#issuecomment-671647975 Thanks for that, i had already suggested we do restarts of the couch service rather than the reboots during our daily chron jobs. We though it could be daily chron jobs causing

[GitHub] [couchdb] wohali commented on issue #2441: Memory Usage Keeps Increasing Gradually

2020-08-10 Thread GitBox
wohali commented on issue #2441: URL: https://github.com/apache/couchdb/issues/2441#issuecomment-671658824 That's not that large of a cluster, actually, but thanks for the info. This is an automated message from the Apache

[GitHub] [couchdb] zdravko123 edited a comment on issue #2441: Memory Usage Keeps Increasing Gradually

2020-08-10 Thread GitBox
zdravko123 edited a comment on issue #2441: URL: https://github.com/apache/couchdb/issues/2441#issuecomment-671647975 Thanks for that, i had already suggested we do restarts of the couch service rather than the reboots during our daily chron jobs. We thought it could be daily chro jobs

[GitHub] [couchdb] rnewson commented on issue #3061: couch_index_server crashes too easily

2020-08-10 Thread GitBox
rnewson commented on issue #3061: URL: https://github.com/apache/couchdb/issues/3061#issuecomment-671254847 Original introduction of this problem is here https://github.com/apache/couchdb/commit/d977eb7ec52bc13dca7b4f530cb51f42df0f6224.

[GitHub] [couchdb] rnewson commented on issue #3061: couch_index_server crashes too easily

2020-08-10 Thread GitBox
rnewson commented on issue #3061: URL: https://github.com/apache/couchdb/issues/3061#issuecomment-671255684 I don't much like the idea of couch_index_server having to wait for that clean shutdown elsewhere. This is an

[GitHub] [couchdb] rnewson commented on issue #3061: couch_index_server crashes too easily

2020-08-10 Thread GitBox
rnewson commented on issue #3061: URL: https://github.com/apache/couchdb/issues/3061#issuecomment-671255305 ``` diff --git a/src/couch_index/src/couch_index_server.erl b/src/couch_index/src/couch_index_server.erl index 49d1e61b7..f1828c665 100644 ---

[GitHub] [couchdb-documentation] wohali opened a new pull request #580: Show unattended install to custom path on Windows

2020-08-10 Thread GitBox
wohali opened a new pull request #580: URL: https://github.com/apache/couchdb-documentation/pull/580 ## Overview Quick example of how to install CouchDB on Windows to a custom directory from the command line, unattended. See https://github.com/apache/couchdb-pkg/issues/71 for

[GitHub] [couchdb-pkg] magel20 commented on issue #71: How to correctly specify install path for silent Windows install?

2020-08-10 Thread GitBox
magel20 commented on issue #71: URL: https://github.com/apache/couchdb-pkg/issues/71#issuecomment-671188071 > If you don't run CouchDB as a Windows Service your choice is to run `couchdb.cmd` and manually stop it (with `Ctrl+C`) or to use something like the following from an

[GitHub] [couchdb-pkg] wohali closed issue #71: How to correctly specify install path for silent Windows install?

2020-08-10 Thread GitBox
wohali closed issue #71: URL: https://github.com/apache/couchdb-pkg/issues/71 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [couchdb-pkg] wohali commented on issue #71: How to correctly specify install path for silent Windows install?

2020-08-10 Thread GitBox
wohali commented on issue #71: URL: https://github.com/apache/couchdb-pkg/issues/71#issuecomment-671195812 > And I guess other scripts for that purpose do not exist otherwise you would have mentioned it? Nope, sorry, other than the `net start/stop` commands for the Windows service.