nickva commented on issue #5934:
URL: https://github.com/apache/couchdb/issues/5934#issuecomment-4536268493

   @sergey-safarov thanks for giving it a try. We should have new rpms releases 
with the 3.5.2 version 
   
   ```
   │   ├── centos-10
   │   │   ├── couchdb-3.5.2-1.el10.aarch64.rpm
   │   │   └── couchdb-3.5.2-1.el10.x86_64.rpm
   │   ├── centos-8
   │   │   └── couchdb-3.5.2-1.el8.x86_64.rpm
   │   ├── centos-9
   │   │   ├── couchdb-3.5.2-1.el9.aarch64.rpm
   │   │   └── couchdb-3.5.2-1.el9.x86_64.rpm
   ```
   (from our jfrog repo ^)
   
   The reason you were seeing 3.5.1 on main was that we hadn't yet merged the 
3.5.2 updates from 3.5.x back into main. We just did that yesterday in 
https://github.com/apache/couchdb/pull/6014 so from now on it should show up as 
3.5.2
   
   In your test do you always start from a new db and go through the same steps 
- create views, fill the data, get the views, purge, compact (same steps) and 
wondering if you could share the view. Also wonder if you'd see the same view 
inconsistency without any purging taking place.
   
   Ideally it would be great we had a reproducer script to replicate this 
behavior


-- 
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 specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to