Attached are DEBUG level messages from running integration tests, without the FrameworkExceptionMapper class (soon to be checked in) which are exceptions thrown from the frameworks.
Below is the count of where these come from
grep -o '"loggerName":"[^"]*"' non-error-debug.txt \
| sed 's/"loggerName":"//;s/"$//' \
| sort \
| uniq -c | sort -nr
571 io.stargate.sgv2.jsonapi.service.resolver.sort.TableMemorySortClauseResolver
542 io.stargate.sgv2.jsonapi.service.resolver.sort.TableCqlSortClauseResolver
184 io.stargate.sgv2.jsonapi.service.schema.tables.ApiVectorIndex$CqlTypeFactory
82 io.stargate.sgv2.jsonapi.service.cqldriver.executor.SortedRowAccumulator
22 io.stargate.sgv2.jsonapi.service.schema.tables.ApiVectorIndex$UserDescFactory
10 io.stargate.sgv2.jsonapi.ConfigPreLoader
8 io.stargate.sgv2.jsonapi.service.schema.tables.factories.IndexFactoryFromCql
Some of these look very easy to reduce to TRACE levels
non-error-debug.txt
Attached are DEBUG level messages from running integration tests, without the
FrameworkExceptionMapperclass (soon to be checked in) which are exceptions thrown from the frameworks.Below is the count of where these come from
Some of these look very easy to reduce to TRACE levels
non-error-debug.txt