universityofcalifornia / NeXt

UC NeXt is a Rails app for fostering IT collaboration amongst the various UC campuses.
https://ucnext.org
Other
11 stars 11 forks source link

Check into Elastic Search - looks like the VOTES indexes might be broken #446

Closed rrocchio closed 8 years ago

rrocchio commented 8 years ago

Check into Elastic Search - looks like the VOTES indexes might be broken

krozett commented 8 years ago

The issue was a broken elasticsearch index. For reference, you can rebuild the indexes by doing: RAILS_ENV=production RELOAD_INDICES=1 bin/rails server from the app directory. We'll have to do this regularly until the underlying problem is fixed.