- Once the writer core is on a cbevents_v2 schema , to revert back to cbevents_v1 we can force a rollover after confirming the setting below inside /etc/cb/cb.conf :
CurrentEventsSchema=cbevents_v1
sudo curl --tlsv1.2 -H "X-Auth-Token: `psql -p 5002 cb -t -c 'select auth_token from cb_user where id = '1';'`" -X POST -k "https://localhost/api/v1/storage/events/new_partition"
- The new writer core should show configSet=cbevents_v1 inside the core's core.properties file (IE : /var/cb/data/solr5/cbevents/cbevents_<date>/core.properties)