Open
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)