lavnishl
(lavnish)
1
Template for a good bug report, formatted with Markdown:
- versions used (SonarQube, Version 6.7.2 build 37468)
- error observed (UI shows 1 code smell , when i click on 1 i dont see any code smells)
- steps to reproduce : not sure
- potential workaround : none
ganncamp
(G Ann Campbell)
3
Hi,
It sound like you might have a corrupt Elasticsearch index. Try this:
- stop server
- delete
$SONARQUBE-HOME/data/es5
- restart server
That will force ES indices to be rebuilt.
Ann