Re: CouchDB 2.0 Release Candidate 3

2016-08-04 Thread Jan Lehnardt
> On 04 Aug 2016, at 14:01, Alexander Shorin <kxe...@gmail.com> wrote: > > On Thu, Aug 4, 2016 at 2:58 PM, Jan Lehnardt <j...@apache.org> wrote: >> - specifically, Alexander Shorin is working on pulling together a 1.7.0 >> release, that should include an

CouchDB 2.0 Release Candidate 3

2016-08-04 Thread Jan Lehnardt
Hi everyone, I’m happy to announce release candidate 3 (three) of CouchDB 2.0 \o/ Up top on http://couchdb.apache.org/release-candidate/2.0/ Testing documentation here: https://docs.google.com/document/d/1BtndYr-0KDQTqBSLVdJoR_8C5ObYjT1RBo_Qyh5ykdQ/edit Changes since RC2: 0b88400 update

Re: CouchDB 2.0 Release Candidate 2

2016-07-29 Thread Jan Lehnardt
> On 21 Jul 2016, at 11:06, Jan Lehnardt <j...@apache.org> wrote: > > Hi everyone, > > I’m happy to announce release candidate 2 of CouchDB 2.0 \o/ > > Up top on http://couchdb.apache.org/release-candidate/2.0/ > > Testing documentation here: > https:

Re: Sharding question for clustered CouchDB 2.0

2016-07-25 Thread Jan Lehnardt
> On 25 Jul 2016, at 16:35, Peyton Vaughn wrote: > > I'm afraid I must echo Teo's question: how do I run compaction at the shard > level? > > Fauxton lists all of my shards as: > > shards/-1fff/_global_changes.1469456629 This database failed to > load. > > So

CouchDB 2.0 Release Candidate 2

2016-07-21 Thread Jan Lehnardt
Hi everyone, I’m happy to announce release candidate 2 of CouchDB 2.0 \o/ Up top on http://couchdb.apache.org/release-candidate/2.0/ Testing documentation here: https://docs.google.com/document/d/1BtndYr-0KDQTqBSLVdJoR_8C5ObYjT1RBo_Qyh5ykdQ/edit Changes since RC1: > bdb68b9 feat: improve

Re: Using CouchDB as a file system server side

2016-06-22 Thread Jan Lehnardt
> On 22 Jun 2016, at 10:20, Jason Smith wrote: > > On Wed, Jun 22, 2016 at 3:29 AM, Alexander Harm wrote: > >> I especially love the quote of Laurie Voss: >> >> "One of the big things that everybody who's spent a lot of time with >> databases knows

Re: CouchDB 1.6.1 on Debian 8

2016-06-03 Thread Jan Lehnardt
> On 3 June 2016 at 05:32, Frédéric Audon <chave...@gmail.com> wrote: > >> >> >> On 1 Jun 2016, at 7:43, Jan Lehnardt wrote: >> >> On 01 Jun 2016, at 00:09, Frédéric Audon <chave...@gmail.com> wrote: >>>> >>>> >&g

Re: CouchDB 1.6.1 on Debian 8

2016-05-31 Thread Jan Lehnardt
> On 01 Jun 2016, at 00:09, Frédéric Audon <chave...@gmail.com> wrote: > > >> Le 31 mai 2016 à 18:59, Jan Lehnardt <j...@apache.org> a écrit : >> >> >>> On 31 May 2016, at 18:57, Frédéric Audon <chave...@gmail.com> wrote: >>>

Re: CouchDB 1.6.1 on Debian 8

2016-05-31 Thread Jan Lehnardt
> On 31 May 2016, at 18:57, Frédéric Audon <chave...@gmail.com> wrote: > > >> Le 31 mai 2016 à 16:46, Jan Lehnardt <j...@apache.org> a écrit : >> >> >>> On 31 May 2016, at 16:06, Frédéric Audon <chave...@gmail.com> wrote: >&

Re: final long term deletion,cleanup database, and id generation

2016-05-31 Thread Jan Lehnardt
CouchDB only rebuilds view indexes when two purge operations happen WITHOUT a view index update in between. If you can guarantee that you have a vie index update after each purge, using purge for removing tombstones is a viable solution. I’m short on time right now, but happy to write up how

Re: CouchDB 1.6.1 on Debian 8

2016-05-31 Thread Jan Lehnardt
> On 31 May 2016, at 16:06, Frédéric Audon <chave...@gmail.com> wrote: > > > >> Le 30 mai 2016 à 22:59, Jan Lehnardt <j...@apache.org> a écrit : >> >> >>> On 30 May 2016, at 18:53, Frédéric Audon <chave...@gmail.com> wrote: >>

Re: Deletion of documents

2016-05-13 Thread Jan Lehnardt
Heya Oleg, thanks for trying 2.0! :) Deleted docs are not a bad thing in general, but they can cause performance issues in certain cases if they appear in large numbers (100s of 1000s). It might just be that Fauxton’s algorithm for showing the warning needs a bit relaxing. There is no need

Re: CouchDB 2.0 cluster problem when first node is down

2016-05-06 Thread Jan Lehnardt
Oleg, thanks for the report! This was reported before, but only very recently and we are still looking into it. Can you maybe add your setup details to the ticket at: https://issues.apache.org/jira/browse/COUCHDB-3009? Thank you! Best Jan -- > On 06 May 2016, at 20:18, Oleg Cohen

Re: How can I unsubscribe?

2016-04-28 Thread Jan Lehnardt
To unsubscribe, send an email to user-ubsubscr...@couchdb.apache.org from the email address that you have subscribed with. Best Jan -- > On 28 Apr 2016, at 18:20, Diego . wrote: > > How can I unsubscribe? > > Thanks. -- Professional Support for Apache CouchDB:

Re: ReduceMap

2016-04-22 Thread Jan Lehnardt
Heya, the order of values is actually not defined, the decending parameter only affects the map part of views. Best Jan -- > On 21 Apr 2016, at 23:28, José Esteves wrote: > > Hi, i’m having some trouble understanding reduce value array parameter is > ordered. > > Having

Re: Improve documentation shipped with CouchDB?

2016-04-20 Thread Jan Lehnardt
Heya Matthew, thank you for offering to help. The docs live at https://github.com/apache/couchdb-documentation now :) Best Jan -- > On 20 Apr 2016, at 11:35, Matthew Buckett wrote: > > Today I was trying to find out what version of JavaScript I could use with >

Re: Help with CouchDB Crash logs

2016-04-15 Thread Jan Lehnardt
** {{badmatch,{error,eacces}}, this means permission issues. Make sure everything in CouchDB’s database_dir and view_index–dir is read/writeable by the user that your CouchDB instance runs under. Best Jan -- Professional Support for Apache CouchDB: https://neighbourhood.ie/couchdb-support/ >

Re: [NEWS] Your links for the CouchDB Weekly News?

2016-04-04 Thread Jan Lehnardt
; The Neighbourhoodie Software GmbH > Adalbertstr. 7-8, 10999 Berlin > neighbourhood.ie > > Handelsregister HRB 157851 B Amtsgericht Charlottenburg > Geschäftsführung: Jan Lehnardt > -- Professional Support for Apache CouchDB: https://neighbourhood.ie/couchdb-support/

Re: Couchdb 2.0 start error

2016-03-19 Thread Jan Lehnardt
so if anyone feels like adding this, please go ahead! <3 > Thanks to you guys again! The timely response I got here makes me more > confident to choose couchdb. ;-) Thank you! And thanks for testing 2.0, please let us know how it goes! Best Jan -- > > -Ying > >>

Re: Thank you Jan, Garren and Jenn

2016-03-19 Thread Jan Lehnardt
Thanks for the shout-out James! :) Best Jan -- > On 16 Mar 2016, at 17:04, James Bertino <jbert...@royalpalmsoftware.com> > wrote: > > To all, > For those that did not know and have a little time the link below is to a > podcast that Jan Lehnardt and Garren Smith discu

Re: Couchdb 2.0 start error

2016-03-15 Thread Jan Lehnardt
When you get this error, CouchDB should still be running. If that’s the case, can you try this: curl -X PUT http://127.0.0.1:5984/_users Best Jan -- > On 14 Mar 2016, at 23:56, Ying Bian wrote: > > I did everything using a normal user so I can just run couchdb using that > user.

Re: Multiple database backup strategy

2016-03-10 Thread Jan Lehnardt
> On 09 Mar 2016, at 21:29, Nick Wood wrote: > > Hello, > > I'm looking to back up a CouchDB server with multiple databases. Currently > 1,400, but it fluctuates up and down throughout the day as new databases > are added and old ones deleted. ~10% of the databases are

Re: CouchDB crash during compaction with no log messages

2016-03-08 Thread Jan Lehnardt
7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 > NSS/3.18 Basic ECC zlib/1.2.3 libidn/1.18 libssh2/1.4.2"}] > [debug] [<0.867.0>] OAuth Params: [] > [info] [<0.1029.0>] Starting compaction for db "users" > [debug] [<0.1034.0>] Compaction process spawned for db

Re: CouchDB crash during compaction with no log messages

2016-03-07 Thread Jan Lehnardt
Heya Greg, this should definitely not happen at all, regardless of AWS storage type. Are there any other things going on on the VM, when you do this? Can you reliably reproduce this behaviour? Are there other correlating factors (like does this always happen at the same time / due to a

Re: CouchDB 2.0 performance issue

2016-03-04 Thread Jan Lehnardt
> On 04 Mar 2016, at 16:52, Peyton Vaughn wrote: > > Thanks for the help! Turning delayed_commits back on did indeed make a big > difference. I had run across that setting already in the docs, but just > assumed it was set to false in 1.6 as well (I see in the docs

The 2016 Annual* Apache CouchDB User Survey

2016-03-01 Thread Jan Lehnardt
Hey everyone, The Apache CouchDB project is inviting its user base to participate in the 2016 Annual* Apache CouchDB User Survey. The development team is requesting your input to get an idea about the use of CouchDB in the field. The more we know about our users, the better we can make

Re: Contract Dev Help

2016-02-13 Thread Jan Lehnardt
Heya Jeff, dear list, I replied in private. It is totally fine to ask here for this kind of help! And if any one here is ever in trouble, my company is available for hire to do troubleshooting and support for CouchDB. :) Best Jan -- > On 13 Feb 2016, at 00:06, Jeff Charette

CouchDB 2.0 ALPHA Releases Available

2015-12-24 Thread Jan Lehnardt
Hey everyone, I used the downtime before the holidays to set up CouchDB 2.0 alpha releases that are ready for wider testing. And I wrote up a guide for people who want to give 2.0 a spin: https://docs.google.com/document/d/1BtndYr-0KDQTqBSLVdJoR_8C5ObYjT1RBo_Qyh5ykdQ/edit# You don’t have

Re: Updating lost user passwords

2015-07-28 Thread Jan Lehnardt
On 28 Jul 2015, at 03:05, jumbo jim jumboji...@gmail.com wrote: A comment regarding the anonymous creation feature for _users database - while anonymous users are unable to get a list of all _users, they are able to see Number of documents (users). Can this be disabled? good call,

Re: Hide all _all_docs and _changes

2015-07-28 Thread Jan Lehnardt
On 28 Jul 2015, at 02:39, jumbo jim jumboji...@gmail.com wrote: Hi, It is possible to disable the _all_docs feature by editing the local.ini and entering the following - [httpd_db_handlers] _all_docs = However, I then realised that a user could basically get a full listing of all

Re: A big Thumbs Up for CouchDB!

2015-07-26 Thread Jan Lehnardt
Thank you Kiril! You email made my day and I’m happy CouchDB is working so well for you :) Best Jan -- On 25 Jul 2015, at 01:32, Kiril Stankov ki...@open-net.biz wrote: Hi all, I am working on a pretty complex project for the last 7 months. Since the beginning I was researching a lot

Re: High CPU after loading 15K documents

2015-07-21 Thread Jan Lehnardt
. *With best regards,* Kiril Stankov, CEO This Email disclaimer http://open-net.biz/emailsignature.html is integral part of this message. On 21-Jul-15 12:49 PM, Jan Lehnardt wrote: Do you see anything in /_active_tasks

Re: High CPU after loading 15K documents

2015-07-21 Thread Jan Lehnardt
Do you see anything in /_active_tasks while the CPU is up? Best Jan -- On 21 Jul 2015, at 10:36, Kiril Stankov ki...@open-net.biz wrote: Hi, I am monitoring CouchDB all the time and the CPU keeps around 10-12% all the time from the erlang processes. I do not think this is normal. A

Re: CouchDB 2.0 automatic sharding and replication of all databases

2015-07-17 Thread Jan Lehnardt
On 17 Jul 2015, at 04:21, Vladimir Ralev vladimir.ra...@gmail.com wrote: Hi guys, we are not all guys here :) I am trying to figure out if couchdb 2.0 will be capable of automatic scaling like bigcouch. Just put some nodes out there, configure the _nodes and how many replicas you want in

Re: parsing json

2015-07-02 Thread Jan Lehnardt
On 02 Jul 2015, at 12:23, Jan Lehnardt j...@apache.org wrote: On 02 Jul 2015, at 12:19, Hermann Norpois hnorp...@gmail.com wrote: Hello, how does couchdb parse the json-documents? Which tool is used? Is it a known library or is it a couchdb built in function? We use https

Re: Sanitize before saving to couch document?

2015-05-13 Thread Jan Lehnardt
On 13 May 2015, at 05:33, jumbo jim jumboji...@gmail.com wrote: I am thinking about user-submitted data that I want to save. I currently validate and submit data directly to couch, and when I want to display the data back to users.. I escape it first to avoid xss. Validate on input, escape

Re: Sanitize before saving to couch document?

2015-05-11 Thread Jan Lehnardt
On 11 May 2015, at 06:55, jumbo jim jumboji...@gmail.com wrote: Hi, When saving to couch, is there any requirement to sanitize before saving? From my testing is appears that everything is automatically encoded to json correctly. Are there any scenarios when it can be dangerous to save

Re: Jan bias for Hoodie brought him to eradicate couchapps?!?!

2015-05-07 Thread Jan Lehnardt
Giovanni, I'd appreciate it if you'd lay off the personal attacks. I have nothing but the best interests of CouchDB in mind. If you are arguing against me, start from that premise. Best Jan -- On 07.05.2015, at 05:13, Giovanni Lenzi g.le...@smileupps.com wrote: Jan.. don't you think you

Re: the future of couchapp

2015-05-07 Thread Jan Lehnardt
...@apache.org ha scritto: On 5 May 2015 at 18:44, Jan Lehnardt j...@apache.org wrote: On 05 May 2015, at 18:37, Andy Wenk andyw...@apache.org wrote: As often, here are many truths in all the replies. I see myself just jumping in from the side because I don't actually use CouchApps. I have full

Re: the future of couchapp

2015-05-07 Thread Jan Lehnardt
, May 7, 2015 at 1:14 PM, Jan Lehnardt j...@apache.org wrote: I never said CouchApps should be removed. Can everybody please stop refuting a point that I never made. And lay off the personal attacks while you are at it. Best Jan -- On 07.05.2015, at 11:16, Harald Kisch haraldki

Re: the future of couchapp

2015-05-07 Thread Jan Lehnardt
of CouchApps, at a conceptual level. (If not, then maybe CouchApps really are confusing.) Miles Fidelman Jan Lehnardt wrote: Funny how this proves my point about CouchApps being confusing. We can't even talk about their future without talking past each other. In addition, cherry

Re: How do CouchApps fit into the CouchDB story? (Was: CouchDB Articles, Pills and Tutorials Ideas)

2015-05-06 Thread Jan Lehnardt
On 06 May 2015, at 18:18, Alexander Shorin kxe...@gmail.com wrote: On Wed, May 6, 2015 at 6:49 PM, Giovanni Lenzi g.le...@smileupps.com wrote: What you all think about it? I think we need just clarify what CouchApp is, define it's show cases and area where they are works perfectly.

Re: How do CouchApps fit into the CouchDB story? (Was: CouchDB Articles, Pills and Tutorials Ideas)

2015-05-06 Thread Jan Lehnardt
On 06 May 2015, at 18:54, Miles Fidelman mfidel...@meetinghouse.net wrote: Jan Lehnardt wrote: On 06 May 2015, at 17:57, Giovanni Lenzig.le...@smileupps.com wrote: Given the importance of the topic: the future of couchapp... I'm moving this from the @marketing to the user@ mailing list

Re: How do CouchApps fit into the CouchDB story? (Was: CouchDB Articles, Pills and Tutorials Ideas)

2015-05-06 Thread Jan Lehnardt
, Jan Lehnardt j...@apache.org wrote: On 05 May 2015, at 18:37, Andy Wenk andyw...@apache.org wrote: As often, here are many truths in all the replies. I see myself just jumping in from the side because I don't actually use CouchApps. I have full respect for people like Giovanni who want

Re: [BLOG] The CouchDB Weekly News, April 23, is out!

2015-04-23 Thread Jan Lehnardt
Outstanding job for the first run! Thank you Katharina! :) Best Jan -- On 23 Apr 2015, at 18:07, Katharina Jockenhöfer ka...@thehoodiefirm.com wrote: Hi everyone, this week's CouchDB Weekly News is out: http://blog.couchdb.org/2015/04/23/couchdb-weekly-news-april-23-2015/

Re: CouchDB 2.0 release date

2015-04-22 Thread Jan Lehnardt
Hi Ron, we don’t have a release date yet. Upgrading from 1.6.1 to 2.0 will be straightforward (via replication), so no harm in starting on 1.6.1 and upgrading when 2.0 s out. The APIs will be (nearly) identical. Best Jan -- On 22 Apr 2015, at 00:26, Ronald Lepper ron.lep...@gmail.com wrote:

Re: How to cancel a non-continous replication

2015-04-20 Thread Jan Lehnardt
On 20 Apr 2015, at 19:38, Roger Sindreu ro...@empaytech.com wrote: Hi We have looked at the documentation and we have seen ways to cancel continuous replication by removing the documents in the database. My question is how to cancel a replication if there is no document in the

Re: can replication be setup between different versions?

2015-04-18 Thread Jan Lehnardt
On 18 Apr 2015, at 12:36, Roger Sindreu ro...@empaytech.com wrote: Hi Alexander Should we expect any significant improvement in performance among these two versions? Not at this point. Greater reliability in 1.6.1 though. Best Jan -- -- Professional Support for Apache CouchDB:

Re: CouchDB 1.6.1 crashes when compacting 5GB database

2015-04-09 Thread Jan Lehnardt
Heya Jerry, can you post the full log somewhere? Best Jan -- On 09 Apr 2015, at 08:34, Jerry w...@everymatrix.com wrote: Hi When compacting a 5GB database and it proceeded for a while then exited. No error from the log. And I have no view in my database Apache CouchDB 1.6.1

Re: replication continuosly restarts

2015-04-09 Thread Jan Lehnardt
On 09 Apr 2015, at 19:34, Chris Thro chris.t...@citrix.com wrote: We are constantly seeing the following in the log: [Thu, 09 Apr 2015 11:03:30 GMT] [error] [0.105.0] Error in replication `64f5d1684f0e22273f165de8b44893fc+continuous` (triggered by document `docs-g2w_couchdb3_las`):

Re: CouchDB 1.6.1 crashes when compacting 5GB database

2015-04-09 Thread Jan Lehnardt
, you are not actually compacting :) Best Jan -- Br On 4/9/2015 4:00 PM, Jan Lehnardt wrote: Heya Jerry, can you post the full log somewhere? Best Jan -- Professional Support for Apache CouchDB: http://www.neighbourhood.ie/couchdb-support/

Re: [VOTE] CouchDB Logo - Round #3

2015-04-08 Thread Jan Lehnardt
Heya Aurélien, we can’t consider votes that happen here, but you can just send it to d...@couchdb.apache.org, without subscribing. Your message will go through moderation, but no worries, we’ll let it through :D Best Jan -- On 08 Apr 2015, at 21:40, Aurélien Bénel aurelien.be...@utt.fr

Re: Couchdb flush to disk

2015-03-19 Thread Jan Lehnardt
On 19 Mar 2015, at 19:51, Michael Power michael.po...@elotouch.com wrote: Is there a way we can ask couchdb to flush to disk and block all writes. We would like to get the disk in a consistent state and do a disk based backup. Is this possible? The actual backup takes milliseconds we

Re: CouchDB SSL Issue

2015-03-19 Thread Jan Lehnardt
Heya Joel, have you considered using a dedicated HTTP proxy in front of CouchDB to do the SSL handling for you? It might be easier :) Best Jan -- Professional Support for Apache CouchDB: http://www.neighbourhood.ie/couchdb-support/ On 19 Mar 2015, at 16:30, joel.brews...@mutualofomaha.com

Re: connection handling in long running bulk doc uploads

2015-03-16 Thread Jan Lehnardt
On 16 Mar 2015, at 13:57, Ingo Radatz thewh...@googlemail.com wrote: Thank you for the quick answer. I think new streaming interfaces are the way to go. We’ve been talking about them in other contexts like replication before. We won’t likely get to this before 2.0, though. Is that

Re: connection handling in long running bulk doc uploads

2015-03-16 Thread Jan Lehnardt
Heya Ingo, I think new streaming interfaces are the way to go. We’ve been talking about them in other contexts like replication before. We won’t likely get to this before 2.0, though. In the meantime, the best you can do is, as you write, smaller batches. An alternative approach would be to

Re: Compaction doesn't work on big db - unknown_error, reason: function_clause

2015-03-16 Thread Jan Lehnardt
tl;dir: this doesn’t look good, and shouldn’t happen from what CouchDB is doing to the file. Maybe something external messed with the DB file. Could you share the fist megabyte of the file somewhere? What filesystem is this on? Did the machine reboot at any time between the creation of the

Professional Support for Apache CouchDB™

2015-03-11 Thread Jan Lehnardt
Dear CouchDB Community, I’m proud to announce that my company Neighbourhoodie Software is now offering professional support for Apache CouchDB at http://www.neighbourhood.ie/couchdb-support/ Our professional support offering is meant to complement the great community support that CouchDB users

Re: Documentation for 2.0, First Take

2015-03-08 Thread Jan Lehnardt
On 06 Mar 2015, at 12:00, Alexander Shorin kxe...@gmail.com wrote: On Mon, Mar 2, 2015 at 2:30 PM, Maria Andersson ma...@dualpose.com wrote: What does changelog do in the database document? Change log is a ordered list of changes in the shards of this database. What I could see in the

Re: Documentation for 2.0, First Take

2015-03-01 Thread Jan Lehnardt
Hi Maria, this is amazing, please keep going :) — Let us know if we can help in any way! Best Jan -- On 01 Mar 2015, at 17:11, Maria ma...@dualpose.com wrote: (This is the correct email to respond to, sorry for the noise.) This is the result of months hanging on IRC picking up one

Re: couch wiki - utils page

2015-02-25 Thread Jan Lehnardt
Heya Mike, sounds like plan, go ahead :) Best Jan -- On 25 Feb 2015, at 21:05, Mike m...@wolman.co.uk wrote: Hi All, I have added a couple of bits to the https://cwiki.apache.org/confluence/display/COUCHDB/Useful+utilities page and realised it is a little jumbled. Would it be

Re: Why are temp views so much faster than design docs?

2015-02-11 Thread Jan Lehnardt
On 11 Feb 2015, at 11:30, Alexander Shorin kxe...@gmail.com wrote: On Wed, Feb 11, 2015 at 1:25 PM, Mike Marino mmar...@gmail.com wrote: On Wed, Feb 11, 2015 at 11:18 AM, Alexander Shorin kxe...@gmail.com wrote: As for btree, it allows to deduplicate map functions result. Say, you need

Re: What replaces e4x for importing XML into couchdb?

2015-01-05 Thread Jan Lehnardt
On 05 Jan 2015, at 11:57 , Sayth Renshaw flebber.c...@gmail.com wrote: Hi I am Sayth from Newcastle Australia. Heya Sayth! :) Starting to use couchdb looking Welcome! around at articles for importing xml data into couchdb I noticed E4X mentioned. Following up this it seems now that

Re: Behavior in event of disk i/o errors?

2015-01-01 Thread Jan Lehnardt
On 01 Jan 2015, at 12:30 , jumbo jim jumboji...@gmail.com wrote: Cluster of unreliable commodity hardware. Given the nature of master/master replication, I would imagine that you could run cluster nodes without any form of raid? This is a calculation of odds: how likely is it that your

Re: Disable purge? Also, hide all docs?

2014-12-30 Thread Jan Lehnardt
On 30 Dec 2014, at 09:01 , Alexander Shorin kxe...@gmail.com wrote: The easiest way is indeed to put CouchDB behind a proxy, but for _all_docs you can just remove this http endpoint from config by adding the following in your local.ini [httpd_db_handlers] _all_docs = Suddenly, for

Re: Replicating through an nginx server?

2014-12-30 Thread Jan Lehnardt
On 29 Dec 2014, at 21:04 , Stephan Wissel step...@wissel.net wrote: Hi there, I have a timeout problem with my replications. My replication request roughly looks like: (I started with https, but now test with http first, step by step) { target: wisselblog, source: {

Re: [BLOG] The CouchDB Weekly News and Highlights in 2014 are out

2014-12-19 Thread Jan Lehnardt
On 19 Dec 2014, at 13:14 , Andy Wenk andyw...@apache.org wrote: Dear Lena, I would like to thank you very very much for your work in 2015. With your extremely cool Weekly news, you have helped to spread the word about CouchDB very much. This is simply awesome. I am convinced that we have

Re: CouchDB is crashing and corrupting databases

2014-12-11 Thread Jan Lehnardt
On 11 Dec 2014, at 00:53 , Alejandro Santiago alejandro.santi...@genesys.com wrote: Hi, I have a CouchDB instance v1.3.0 with about 6 databases and one of them is used for historical reporting usually with 15 million records and about 30 GB to 45 GB disk space. This Sunday it just

Re: compaction repeated timeouts causes the server to shutdown temporary when replication is broken

2014-12-08 Thread Jan Lehnardt
Heya Ciprian, this sounds like a bug, could you file an issue on https://issues.apache.org/jira/browse/COUCHDB Best Jan -- On 05 Dec 2014, at 08:51 , Ciprian Trusca ctru...@totalsoft.ro wrote: We have turned on debugging for this test and it looks like the cause of this error is the

Re: PBDK2 implementation specs

2014-12-08 Thread Jan Lehnardt
On 08 Dec 2014, at 04:30 , Alexander Shorin kxe...@gmail.com wrote: On Mon, Dec 8, 2014 at 6:08 AM, Jason Winshell (Bear River) jas...@bearriver.com wrote: Thanks. That's exactly what I needed. The relevant government specification is sp800-131A (section 8, 9 10). It looks like CouchDB's

Re: [NEWS] Your links for the CouchDB Weekly News

2014-12-04 Thread Jan Lehnardt
Hey Lena, this excellent post by Robert would make a great addition: http://robert-kowalski.de/blog/lets-learn-erlang-and-fix-a-bug-on-a-couchdb-cluster/ Best Jan -- On 02 Dec 2014, at 17:28 , Lena Reinhard l...@thehoodiefirm.com wrote: Hi everyone, if you want to submit a link for this

Re: A elegant way around purging documents?

2014-11-27 Thread Jan Lehnardt
. In other words: bump or touch your document so it will re-replicate down. This may be a good time to keep a timestamp or something else. Yes you have to do some work yourself, but it kind of makes sense if you look at it a certain way :) On Tue, Nov 25, 2014 at 8:24 PM, Jan Lehnardt j

Re: Offline replication/synchronisation

2014-11-27 Thread Jan Lehnardt
is not returned to the remote location after the sync). CouchDB does figure out the delta on subsequent replications. IN case of the first replication the delta is of course the full database. Best Jan -- Regards, Alexander On 24. Nov. 2014, at 18:31, Jan Lehnardt j...@apache.org wrote

Re: A elegant way around purging documents?

2014-11-25 Thread Jan Lehnardt
Heya Stefan, just a quick note: Purge is definitely the wrong approach. I’ve been trying to solve something similar recently for a client and we didn’t come up with a conclusive solution. I’d love for CouchDB and PouchDB to natively support this use-case, but this is currently not possible as

Re: Offline replication/synchronisation

2014-11-24 Thread Jan Lehnardt
Heya Alex, great cause! Multiple options: - connections are bad, but work sometimes and it is ok if data is only synchronised sometimes: This works today. - connections are bad, period. Copy the .couch file (“the CouchDB database”) to something that you can bring to a connected hub. Put the

Re: [DISCUSS] Improved CouchDB logo

2014-10-30 Thread Jan Lehnardt
+user@ Thanks Joan for bringing this up! Thanks Lena for your perspective and courage to voice it here. Thanks all for your input. +1 on reworking the logo. - an animal on the couch could do the trick, or just no person, but see the next point, really. I’m not worried about logo confusion

Re: Question: COPY /{db}/_local/{docid}

2014-08-27 Thread Jan Lehnardt
Heya, I implemented COPY and I was definitely not taking _local docs into any special consideration, so any behaviour is purely accidental :) As far as I can tell, COPY just does what it tells you to do: It copies a document from one URL to another. It is up to you to ensure that the destination

On Benoit’s Resignation from the CouchDB PMC

2014-08-16 Thread Jan Lehnardt
Dear CouchDB Community, Benoit has resigned from the PMC. We regret that the current situation wasn't working out. We thank Benoit for his work to date and look forward to his continued contributions as a committer. We will continue the trademark dialogue in the appropriate forum. Jan

Re: Startup issue with CouchDB on Buildroot

2014-06-13 Thread Jan Lehnardt
On 13 Jun 2014, at 12:38 , Nicolas Peeters nicoli...@gmail.com wrote: We have been trying to get the CouchDB working on a Buildroot linux. After quite some headaches, we actually have been able to compile it on Buildroot (which as such is quite a pain), but we’re getting some issues with the

Re: Startup issue with CouchDB on Buildroot

2014-06-13 Thread Jan Lehnardt
to: erl_crash.dump init terminating in do_boot () Being total newbies in Erlang we don’t even know where to look. Any kind of help is appreciated. Thanks a lot. Nicolas Jan Lehnardt The Neighbourhoodie Software GmbH Adalbertstr. 7-8, 10999 Berlin neighbourhood.ie Handelsregister HRB

Re: Startup issue with CouchDB on Buildroot

2014-06-13 Thread Jan Lehnardt
-- On Fri, Jun 13, 2014 at 1:26 PM, Jan Lehnardt j...@apache.org wrote: On 13 Jun 2014, at 12:38 , Nicolas Peeters nicoli...@gmail.com wrote: We have been trying to get the CouchDB working on a Buildroot linux. After quite some headaches, we actually have been able to compile it on Buildroot

Re: ApacheCon CFP closes June 25

2014-06-11 Thread Jan Lehnardt
Heya, thanks Andy for the heads-up! In addition, there is an Apache Travel Grant programme, that could help you out getting to the conference: http://www.apache.org/travel/ Best Jan -- On 11 Jun 2014, at 10:51 , Andy Wenk andyw...@apache.org wrote: Dear CouchDB enthusiast, As you may

Re: [ANNOUNCE] Apache CouchDB 1.6.0 released

2014-06-10 Thread Jan Lehnardt
API) to the view API. #ca41964b * COUCHDB-1647: for failed replications originating from a document in the _replicator database, store the failure reason in the document. #08cac68b * A number of improvements for the documentation. On behalf of the CouchDB PMC, Dirkjan Jan Lehnardt

Re: multipart/related attachments

2014-05-14 Thread Jan Lehnardt
What error message are you getting back from CouchDB? On 14 May 2014, at 06:56 , Rian R. Maloney rian.malo...@yahoo.com wrote: I am trying to PUT a multipart document that contains several images using PHP. I have managed to base64 encode the images and issue a PUT but I would prefer to do

CouchDB and the Heartbleed SSL/TLS Vulnerability

2014-04-08 Thread Jan Lehnardt
Dear CouchDB community, You may or may not have heard about the Heartbleed SSL/TLS Vulnerability yet (http://heartbleed.com). Without much exaggeration, this is a big one. What does this mean for CouchDB? 1. If you are using CouchDB with the built-in SSL support, you are at the whim of

Re: CouchDB Weekly News, April 3

2014-04-03 Thread Jan Lehnardt
This is incredible, yet again. I can’t believe there is so much going on! :) Best Jan -- On 03 Apr 2014, at 12:27 , Noah Slater nsla...@apache.org wrote: Hi folks, Here's the second edition of the CouchDB Weekly News: https://blogs.apache.org/couchdb/entry/couchdb_weekly_news_april_3

Re: Replication vs. Compaction

2014-02-18 Thread Jan Lehnardt
On 31 Jan 2014, at 20:08 , Jason Smith j...@apache.org wrote: Anyway I think the broader point is, compaction is for compacting databases (removing old document revisions), and replication is for making a copy of a database (or subset). If compaction is causing downtime then that is a

Re: CouchDB Talk at GeekToGeek Meetup Berlin

2014-02-18 Thread Jan Lehnardt
...@googlemail.com wrote: me too On 18 Feb 2014, at 15:42, Noah Slater nsla...@apache.org wrote: I'll be there. Looking forward to meeting some CouchDB folks! :) On 17 February 2014 11:49, Jan Lehnardt j...@apache.org wrote: Hey all, I'll be giving a talk about CouchDB and what makes

Re: Replication vs. Compaction

2014-02-18 Thread Jan Lehnardt
On 18 Feb 2014, at 17:09 , Paul Davis paul.joseph.da...@gmail.com wrote: On Tue, Feb 18, 2014 at 9:30 AM, Adam Kocoloski kocol...@apache.org wrote: On Feb 18, 2014, at 11:38 AM, Jan Lehnardt j...@apache.org wrote: On 31 Jan 2014, at 20:08 , Jason Smith j...@apache.org wrote: However

CouchDB Talk at GeekToGeek Meetup Berlin

2014-02-17 Thread Jan Lehnardt
Hey all, I’ll be giving a talk about CouchDB and what makes it special at this week’s GeekToGeek meetup in Berlin. You all likely already know all about it, but it’d be lovely to hang out with you there :) Plus, it’s their NoSQL evening, so there is more database nerdery guaranteed! Date:

Re: A CouchDB/Cloudant Scale Authorization question

2014-01-09 Thread Jan Lehnardt
On 09 Jan 2014, at 17:25 , Alexander Gabriel a...@barbalex.ch wrote: have you looked at http://www.couchbase.com/mobile#sync-gateway ? You can sync with http://www.couchbase.com/download#cb-mobile, pouchdb and couchdb and it was developed to scale better than using a database per user I’d

Re: Disabling doc include

2014-01-02 Thread Jan Lehnardt
On 02 Jan 2014, at 20:49 , Jens Alfke j...@couchbase.com wrote: On Jan 2, 2014, at 4:20 AM, Robert Newson rnew...@apache.org wrote: It is relevant, the OP could use multiple databases to expose the subset of documents to the appropriate subset of users. True. But FWIW, we found in

Re: [ANNOUNCE] Nick North elected as CouchDB committer

2014-01-02 Thread Jan Lehnardt
Welcome aboard, Nick! :) Best Jan -- On 01 Jan 2014, at 20:24 , Dave Cottlehuber d...@jsonified.com wrote: Dear community, There's nothing like starting off the New Year with a New Committer!! I am pleased to announce that the CouchDB Project Management Committee has elected Nick North

Scaling db-per-user (Was: Re: Disabling doc include)

2014-01-02 Thread Jan Lehnardt
On 02 Jan 2014, at 21:08 , Jens Alfke j...@couchbase.com wrote: On Jan 2, 2014, at 11:56 AM, Jan Lehnardt j...@apache.org wrote: Out of curiosity, what scaling limit have you found? Is this documented somewhere? By “we found” I should have said “we extrapolated”. We have customers

Re: Data usage and compaction status

2013-12-27 Thread Jan Lehnardt
On 27 Dec 2013, at 22:01 , Jens Rantil jens.ran...@gmail.com wrote: Hi, When I look at `/mydb`[1] I am given a lot of statistics. Among them is `data_size`. However, when I look in the documentation[1] I can't find it. Is it missing or has it been removed? It has not been removed, it

Re: Data usage and compaction status

2013-12-27 Thread Jan Lehnardt
On 27 Dec 2013, at 22:22 , Jens Rantil jens.ran...@gmail.com wrote: Gah, I should have seen that one. Thanks! I've submitted a pull request to add `data_size` to the documentation here: https://github.com/apache/couchdb/pull/123 Alex merged it already, thanks :) Best Jan -- /J

The State of CouchDB 2013

2013-12-20 Thread Jan Lehnardt
transcript of the CouchDB Conf, Vancouver Keynote. ## Welcome Good morning everyone. I thank you all for coming on this fine day in Vancouver. I’m very happy to be here. My name is Jan Lehnardt and I am the Vice President of Apache CouchDB at the Apache Software Foundation, but that’s just a fancy

Re: How to add BrowserId plugin to OSX binary install of CouchDB

2013-12-19 Thread Jan Lehnardt
On 18 Dec 2013, at 23:08 , Sjoerd de Jong sjo...@weett.nl wrote: Dave, Thanks for the extensive description. It’s a little hacky indeed but I’ve learned quite a bit from your approach. We’re getting closer! From a different perspective, what is the reason to not include Persona into

Re: Fauxton + Pouchdb

2013-11-04 Thread Jan Lehnardt
This is way cool! :D Best Jan -- On 04 Nov 2013, at 15:07 , Garren Smith gar...@apache.org wrote: Hi All, We have have Fauxton working with Pouchdb on Node.js. Nick Thompson created a Pouchdb express.js server. Fauxton was always designed to be a modular web app which means we can

Re: [ANNOUNCE] Apache CouchDB 1.4.0 released

2013-09-03 Thread Jan Lehnardt
Congrats and thank you Dirkjan for a splendid release! :) Best Jan -- On 03.09.2013, at 19:44, Dirkjan Ochtman dirk...@ochtman.nl wrote: Dear community, Apache CouchDB 1.4.0 has been released and is available for download. CouchDB is a database that completely embraces the web. Store

<    1   2   3   4   5   6   7   8   >