-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Code TidyTidying to improve layout and quality (small)Tidying to improve layout and quality (small)To-Do
Description
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
Metadata
Metadata
Assignees
Labels
Code TidyTidying to improve layout and quality (small)Tidying to improve layout and quality (small)To-Do