-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
choredependenciesPull requests that update a dependency filePull requests that update a dependency filediscussionfeature
Description
Hi,
this thread is for discussing the upgrade to the latest version of Snappy (1.2.2).
I prepared the snappy upgrade here.
To test this Snappy version in CouchDB, I provide an additional branch with PR #5567.
What I test so far:
- Install latest CouchDB (91bd2ed)
- Create a "shared data" directory for the dev runs and use a preconfigured ini file
[vendor]
name = The Apache Software Foundation
[couchdb]
uuid = fake_uuid_for_dev
database_dir = /path/to/shared/dir/data
view_index_dir = /path/to/shared/dir/data
file_compression = snappy
[smoosh]
state_dir = /path/to/shared/dir/data
- Run this server with
./dev/run -aa:a -n1 -l snappy.ini
- Create a db with sample documents, do some changes, deletions, create views, compaction, ...
- Shutdown CouchDB
- Clone another CouchDB Upgrade Snappy to 1.2.2 #5567 with the PR from above
- Start this instance an try to load the database, views, documents
CouchDB should read the db and documents created by the older version of snappy.
Please test this and comment if this works for you.
Metadata
Metadata
Assignees
Labels
choredependenciesPull requests that update a dependency filePull requests that update a dependency filediscussionfeature