spring-projects / spring-projects/spring-data-couchbase
N1qlSecondaryIndexed leads to WARN log on the second and further starts [DATACOUCH-264]
Open
@davidkelly is already working on this.
Since Dec 31, 2020.
type: bug
- Dominant language
- Java
- Stars
- 284
- Forks
- 197
- PR merge metrics
- No merged PRs in 30d
Description
Eduard Dudar opened DATACOUCH-264 and commented
It seems to be quite tricky as logging comes from inside Couchbase client and it's legit as far as we try to create an index that already exists. Spring Data tries to handle this case with DEBUG logging which is good but Couchbase client still logs legitimate warnings.
2016-12-20 17:52:32.958 WARN 48694 --- [ cb-io-1-4] c.c.c.c.e.ResponseStatusConverter : Unknown ResponseStatus with Protocol HTTP: 409
2016-12-20 17:52:36.479 WARN 48694 --- [ cb-io-1-4] c.c.c.c.e.ResponseStatusConverter : Unknown ResponseStatus with Protocol HTTP: 409
Affects: 2.1.5 (Hopper SR5)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.