Clubber2024 / Clubber-Server

2 stars 1 forks source link

refactor : fetch join 제거 & batchsize 추가 [모집글api] (#275) #276

Closed sseongeun closed 3 weeks ago

sseongeun commented 3 weeks ago

개요

Key Changes

ETC

[에러] 2024-08-24 05:02:27.729 [http-nio-8080-exec-7] ERROR [[dispatcherServlet]:175] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.springframework.orm.jpa.JpaSystemException: setFirstResult() or setMaxResults() specified with collection fetch join (in-memory pagination was about to be applied, but 'hibernate.query.fail_on_pagination_over_collection_fetch' is enabled)] with root cause org.hibernate.HibernateException: setFirstResult() or setMaxResults() specified with collection fetch join (in-memory pagination was about to be applied, but 'hibernate.query.fail_on_pagination_over_collection_fetch' is enabled)

sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud