diff --git a/.logs/app.2026-03-26.log b/.logs/app.2026-03-26.log new file mode 100644 index 000000000..488900d5f --- /dev/null +++ b/.logs/app.2026-03-26.log @@ -0,0 +1,402 @@ +26-03-26 16:06:57.004 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.3.Final +26-03-26 16:06:57.062 [main] INFO c.s.m.discodeit.DiscodeitApplication - Starting DiscodeitApplication using Java 17.0.18 with PID 60516 (C:\codeit\10-sprint-mission\build\classes\java\main started by user in C:\codeit\10-sprint-mission) +26-03-26 16:06:57.063 [main] DEBUG c.s.m.discodeit.DiscodeitApplication - Running with Spring Boot v3.5.10, Spring v6.2.15 +26-03-26 16:06:57.064 [main] INFO c.s.m.discodeit.DiscodeitApplication - The following 1 profile is active: "dev" +26-03-26 16:06:58.049 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +26-03-26 16:06:58.136 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 77 ms. Found 6 JPA repository interfaces. +26-03-26 16:06:58.723 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http) +26-03-26 16:06:58.742 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +26-03-26 16:06:58.744 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +26-03-26 16:06:58.744 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.50] +26-03-26 16:06:58.809 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +26-03-26 16:06:58.811 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1702 ms +26-03-26 16:06:58.889 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Failed to initialize dependency 'dataSourceScriptDatabaseInitializer' of LoadTimeWeaverAware bean 'entityManagerFactory': Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Unsatisfied dependency expressed through method 'dataSourceScriptDatabaseInitializer' parameter 0: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception with message: Cannot load driver class: org.h2.Driver +26-03-26 16:06:58.892 [main] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat] +26-03-26 16:06:58.908 [main] INFO o.s.b.a.l.ConditionEvaluationReportLogger - + +Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. +26-03-26 16:06:58.929 [main] ERROR o.s.boot.SpringApplication - Application run failed +org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Failed to initialize dependency 'dataSourceScriptDatabaseInitializer' of LoadTimeWeaverAware bean 'entityManagerFactory': Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Unsatisfied dependency expressed through method 'dataSourceScriptDatabaseInitializer' parameter 0: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception with message: Cannot load driver class: org.h2.Driver + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:328) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207) + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:973) + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:627) + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752) + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:318) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1361) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1350) + at com.sprint.mission.discodeit.DiscodeitApplication.main(DiscodeitApplication.java:12) +Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Unsatisfied dependency expressed through method 'dataSourceScriptDatabaseInitializer' parameter 0: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception with message: Cannot load driver class: org.h2.Driver + at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:804) + at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:546) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1375) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1205) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:569) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) + ... 10 common frames omitted +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception with message: Cannot load driver class: org.h2.Driver + at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:657) + at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:645) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1375) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1205) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:569) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1708) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1653) + at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:913) + at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791) + ... 20 common frames omitted +Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception with message: Cannot load driver class: org.h2.Driver + at org.springframework.beans.factory.support.SimpleInstantiationStrategy.lambda$instantiate$0(SimpleInstantiationStrategy.java:200) + at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiateWithFactoryMethod(SimpleInstantiationStrategy.java:89) + at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:169) + at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) + ... 33 common frames omitted +Caused by: java.lang.IllegalStateException: Cannot load driver class: org.h2.Driver + at org.springframework.util.Assert.state(Assert.java:101) + at org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.findDriverClassName(DataSourceProperties.java:184) + at org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.determineDriverClassName(DataSourceProperties.java:174) + at org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails.getDriverClassName(PropertiesJdbcConnectionDetails.java:49) + at org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration.createDataSource(DataSourceConfiguration.java:62) + at org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari.dataSource(DataSourceConfiguration.java:127) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.base/java.lang.reflect.Method.invoke(Method.java:569) + at org.springframework.beans.factory.support.SimpleInstantiationStrategy.lambda$instantiate$0(SimpleInstantiationStrategy.java:172) + ... 36 common frames omitted +26-03-26 17:03:11.823 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final +26-03-26 17:03:11.880 [main] INFO c.s.m.discodeit.DiscodeitApplication - Starting DiscodeitApplication using Java 17.0.18 with PID 16104 (C:\codeit\10-sprint-mission\build\classes\java\main started by user in C:\codeit\10-sprint-mission) +26-03-26 17:03:11.880 [main] DEBUG c.s.m.discodeit.DiscodeitApplication - Running with Spring Boot v3.5.10, Spring v6.2.15 +26-03-26 17:03:11.881 [main] INFO c.s.m.discodeit.DiscodeitApplication - The following 1 profile is active: "dev" +26-03-26 17:03:12.659 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +26-03-26 17:03:12.732 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 63 ms. Found 6 JPA repository interfaces. +26-03-26 17:03:13.257 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http) +26-03-26 17:03:13.270 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +26-03-26 17:03:13.272 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +26-03-26 17:03:13.272 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.50] +26-03-26 17:03:13.329 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +26-03-26 17:03:13.330 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1406 ms +26-03-26 17:03:13.395 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Failed to initialize dependency 'dataSourceScriptDatabaseInitializer' of LoadTimeWeaverAware bean 'entityManagerFactory': Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Unsatisfied dependency expressed through method 'dataSourceScriptDatabaseInitializer' parameter 0: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception with message: Cannot load driver class: org.h2.Driver +26-03-26 17:03:13.397 [main] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat] +26-03-26 17:03:13.410 [main] INFO o.s.b.a.l.ConditionEvaluationReportLogger - + +Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. +26-03-26 17:03:13.427 [main] ERROR o.s.boot.SpringApplication - Application run failed +org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Failed to initialize dependency 'dataSourceScriptDatabaseInitializer' of LoadTimeWeaverAware bean 'entityManagerFactory': Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Unsatisfied dependency expressed through method 'dataSourceScriptDatabaseInitializer' parameter 0: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception with message: Cannot load driver class: org.h2.Driver + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:328) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207) + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:973) + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:627) + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752) + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:318) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1361) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1350) + at com.sprint.mission.discodeit.DiscodeitApplication.main(DiscodeitApplication.java:12) +Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Unsatisfied dependency expressed through method 'dataSourceScriptDatabaseInitializer' parameter 0: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception with message: Cannot load driver class: org.h2.Driver + at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:804) + at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:546) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1375) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1205) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:569) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) + ... 10 common frames omitted +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception with message: Cannot load driver class: org.h2.Driver + at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:657) + at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:645) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1375) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1205) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:569) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1708) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1653) + at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:913) + at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791) + ... 20 common frames omitted +Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception with message: Cannot load driver class: org.h2.Driver + at org.springframework.beans.factory.support.SimpleInstantiationStrategy.lambda$instantiate$0(SimpleInstantiationStrategy.java:200) + at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiateWithFactoryMethod(SimpleInstantiationStrategy.java:89) + at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:169) + at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) + ... 33 common frames omitted +Caused by: java.lang.IllegalStateException: Cannot load driver class: org.h2.Driver + at org.springframework.util.Assert.state(Assert.java:101) + at org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.findDriverClassName(DataSourceProperties.java:184) + at org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.determineDriverClassName(DataSourceProperties.java:174) + at org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails.getDriverClassName(PropertiesJdbcConnectionDetails.java:49) + at org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration.createDataSource(DataSourceConfiguration.java:62) + at org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari.dataSource(DataSourceConfiguration.java:127) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.base/java.lang.reflect.Method.invoke(Method.java:569) + at org.springframework.beans.factory.support.SimpleInstantiationStrategy.lambda$instantiate$0(SimpleInstantiationStrategy.java:172) + ... 36 common frames omitted +26-03-26 17:26:27.260 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final +26-03-26 17:26:27.314 [main] INFO c.s.m.discodeit.DiscodeitApplication - Starting DiscodeitApplication using Java 17.0.18 with PID 48188 (C:\codeit\10-sprint-mission\build\classes\java\main started by user in C:\codeit\10-sprint-mission) +26-03-26 17:26:27.315 [main] DEBUG c.s.m.discodeit.DiscodeitApplication - Running with Spring Boot v3.5.10, Spring v6.2.15 +26-03-26 17:26:27.315 [main] INFO c.s.m.discodeit.DiscodeitApplication - The following 1 profile is active: "dev" +26-03-26 17:26:28.052 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +26-03-26 17:26:28.129 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 68 ms. Found 6 JPA repository interfaces. +26-03-26 17:26:28.620 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http) +26-03-26 17:26:28.633 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +26-03-26 17:26:28.635 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +26-03-26 17:26:28.635 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.50] +26-03-26 17:26:28.704 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +26-03-26 17:26:28.705 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1348 ms +26-03-26 17:26:28.773 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Failed to initialize dependency 'dataSourceScriptDatabaseInitializer' of LoadTimeWeaverAware bean 'entityManagerFactory': Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Unsatisfied dependency expressed through method 'dataSourceScriptDatabaseInitializer' parameter 0: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception with message: Cannot load driver class: org.h2.Driver +26-03-26 17:26:28.776 [main] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat] +26-03-26 17:26:28.790 [main] INFO o.s.b.a.l.ConditionEvaluationReportLogger - + +Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. +26-03-26 17:26:28.808 [main] ERROR o.s.boot.SpringApplication - Application run failed +org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Failed to initialize dependency 'dataSourceScriptDatabaseInitializer' of LoadTimeWeaverAware bean 'entityManagerFactory': Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Unsatisfied dependency expressed through method 'dataSourceScriptDatabaseInitializer' parameter 0: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception with message: Cannot load driver class: org.h2.Driver + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:328) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207) + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:973) + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:627) + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752) + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:318) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1361) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1350) + at com.sprint.mission.discodeit.DiscodeitApplication.main(DiscodeitApplication.java:12) +Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Unsatisfied dependency expressed through method 'dataSourceScriptDatabaseInitializer' parameter 0: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception with message: Cannot load driver class: org.h2.Driver + at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:804) + at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:546) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1375) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1205) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:569) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) + ... 10 common frames omitted +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception with message: Cannot load driver class: org.h2.Driver + at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:657) + at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:645) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1375) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1205) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:569) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1708) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1653) + at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:913) + at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791) + ... 20 common frames omitted +Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception with message: Cannot load driver class: org.h2.Driver + at org.springframework.beans.factory.support.SimpleInstantiationStrategy.lambda$instantiate$0(SimpleInstantiationStrategy.java:200) + at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiateWithFactoryMethod(SimpleInstantiationStrategy.java:89) + at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:169) + at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) + ... 33 common frames omitted +Caused by: java.lang.IllegalStateException: Cannot load driver class: org.h2.Driver + at org.springframework.util.Assert.state(Assert.java:101) + at org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.findDriverClassName(DataSourceProperties.java:184) + at org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.determineDriverClassName(DataSourceProperties.java:174) + at org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails.getDriverClassName(PropertiesJdbcConnectionDetails.java:49) + at org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration.createDataSource(DataSourceConfiguration.java:62) + at org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari.dataSource(DataSourceConfiguration.java:127) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.base/java.lang.reflect.Method.invoke(Method.java:569) + at org.springframework.beans.factory.support.SimpleInstantiationStrategy.lambda$instantiate$0(SimpleInstantiationStrategy.java:172) + ... 36 common frames omitted +26-03-26 17:27:37.580 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final +26-03-26 17:27:37.624 [main] INFO c.s.m.discodeit.DiscodeitApplication - Starting DiscodeitApplication using Java 17.0.18 with PID 45080 (C:\codeit\10-sprint-mission\build\classes\java\main started by user in C:\codeit\10-sprint-mission) +26-03-26 17:27:37.624 [main] DEBUG c.s.m.discodeit.DiscodeitApplication - Running with Spring Boot v3.5.10, Spring v6.2.15 +26-03-26 17:27:37.625 [main] INFO c.s.m.discodeit.DiscodeitApplication - The following 1 profile is active: "dev" +26-03-26 17:27:38.396 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +26-03-26 17:27:38.479 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 76 ms. Found 6 JPA repository interfaces. +26-03-26 17:27:39.051 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http) +26-03-26 17:27:39.064 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +26-03-26 17:27:39.066 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +26-03-26 17:27:39.066 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.50] +26-03-26 17:27:39.130 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +26-03-26 17:27:39.131 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1471 ms +26-03-26 17:27:39.216 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +26-03-26 17:27:39.435 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:test-practice user=SA +26-03-26 17:27:39.437 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +26-03-26 17:27:39.462 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Failed to initialize dependency 'dataSourceScriptDatabaseInitializer' of LoadTimeWeaverAware bean 'entityManagerFactory': Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Failed to execute SQL script statement #1 of file [C:\codeit\10-sprint-mission\build\resources\main\schema.sql]: CREATE TABLE binary_contents ( id UUID PRIMARY KEY, created_at TIMESTAMPTZ NOT NULL, file_name VARCHAR(255) NOT NULL, size BIGINT NOT NULL, content_type VARCHAR(100) NOT NULL, bytes BYTEA NOT NULL ) +26-03-26 17:27:39.462 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... +26-03-26 17:27:39.464 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. +26-03-26 17:27:39.467 [main] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat] +26-03-26 17:27:39.478 [main] INFO o.s.b.a.l.ConditionEvaluationReportLogger - + +Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. +26-03-26 17:27:39.496 [main] ERROR o.s.boot.SpringApplication - Application run failed +org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Failed to initialize dependency 'dataSourceScriptDatabaseInitializer' of LoadTimeWeaverAware bean 'entityManagerFactory': Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Failed to execute SQL script statement #1 of file [C:\codeit\10-sprint-mission\build\resources\main\schema.sql]: CREATE TABLE binary_contents ( id UUID PRIMARY KEY, created_at TIMESTAMPTZ NOT NULL, file_name VARCHAR(255) NOT NULL, size BIGINT NOT NULL, content_type VARCHAR(100) NOT NULL, bytes BYTEA NOT NULL ) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:328) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207) + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:973) + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:627) + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752) + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:318) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1361) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1350) + at com.sprint.mission.discodeit.DiscodeitApplication.main(DiscodeitApplication.java:12) +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Failed to execute SQL script statement #1 of file [C:\codeit\10-sprint-mission\build\resources\main\schema.sql]: CREATE TABLE binary_contents ( id UUID PRIMARY KEY, created_at TIMESTAMPTZ NOT NULL, file_name VARCHAR(255) NOT NULL, size BIGINT NOT NULL, content_type VARCHAR(100) NOT NULL, bytes BYTEA NOT NULL ) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1826) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:607) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) + ... 10 common frames omitted +Caused by: org.springframework.jdbc.datasource.init.ScriptStatementFailedException: Failed to execute SQL script statement #1 of file [C:\codeit\10-sprint-mission\build\resources\main\schema.sql]: CREATE TABLE binary_contents ( id UUID PRIMARY KEY, created_at TIMESTAMPTZ NOT NULL, file_name VARCHAR(255) NOT NULL, size BIGINT NOT NULL, content_type VARCHAR(100) NOT NULL, bytes BYTEA NOT NULL ) + at org.springframework.jdbc.datasource.init.ScriptUtils.executeSqlScript(ScriptUtils.java:293) + at org.springframework.jdbc.datasource.init.ResourceDatabasePopulator.populate(ResourceDatabasePopulator.java:254) + at org.springframework.jdbc.datasource.init.DatabasePopulatorUtils.execute(DatabasePopulatorUtils.java:54) + at org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer.runScripts(DataSourceScriptDatabaseInitializer.java:87) + at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.runScripts(AbstractScriptDatabaseInitializer.java:146) + at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.applyScripts(AbstractScriptDatabaseInitializer.java:108) + at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.applySchemaScripts(AbstractScriptDatabaseInitializer.java:98) + at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.initializeDatabase(AbstractScriptDatabaseInitializer.java:76) + at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.afterPropertiesSet(AbstractScriptDatabaseInitializer.java:66) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1873) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1822) + ... 17 common frames omitted +Caused by: org.h2.jdbc.JdbcSQLNonTransientException: Unknown data type: "TIMESTAMPTZ"; SQL statement: +CREATE TABLE binary_contents ( id UUID PRIMARY KEY, created_at TIMESTAMPTZ NOT NULL, file_name VARCHAR(255) NOT NULL, size BIGINT NOT NULL, content_type VARCHAR(100) NOT NULL, bytes BYTEA NOT NULL ) [50004-232] + at org.h2.message.DbException.getJdbcSQLException(DbException.java:566) + at org.h2.message.DbException.getJdbcSQLException(DbException.java:489) + at org.h2.message.DbException.get(DbException.java:223) + at org.h2.message.DbException.get(DbException.java:199) + at org.h2.command.Parser.readIfDataType1(Parser.java:5860) + at org.h2.command.Parser.readIfDataType(Parser.java:5698) + at org.h2.command.Parser.parseColumnWithType(Parser.java:5680) + at org.h2.command.Parser.parseColumnForTable(Parser.java:5559) + at org.h2.command.Parser.parseTableColumnDefinition(Parser.java:8876) + at org.h2.command.Parser.parseCreateTable(Parser.java:8819) + at org.h2.command.Parser.parseCreate(Parser.java:6398) + at org.h2.command.Parser.parsePrepared(Parser.java:645) + at org.h2.command.Parser.parse(Parser.java:581) + at org.h2.command.Parser.parse(Parser.java:556) + at org.h2.command.Parser.prepareCommand(Parser.java:484) + at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:645) + at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:561) + at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1164) + at org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:245) + at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:231) + at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:95) + at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) + at org.springframework.jdbc.datasource.init.ScriptUtils.executeSqlScript(ScriptUtils.java:261) + ... 27 common frames omitted +26-03-26 17:31:43.284 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final +26-03-26 17:31:43.337 [main] INFO c.s.m.discodeit.DiscodeitApplication - Starting DiscodeitApplication using Java 17.0.18 with PID 13524 (C:\codeit\10-sprint-mission\build\classes\java\main started by user in C:\codeit\10-sprint-mission) +26-03-26 17:31:43.338 [main] DEBUG c.s.m.discodeit.DiscodeitApplication - Running with Spring Boot v3.5.10, Spring v6.2.15 +26-03-26 17:31:43.339 [main] INFO c.s.m.discodeit.DiscodeitApplication - The following 1 profile is active: "dev" +26-03-26 17:31:44.120 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +26-03-26 17:31:44.198 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 70 ms. Found 6 JPA repository interfaces. +26-03-26 17:31:44.700 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http) +26-03-26 17:31:44.717 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +26-03-26 17:31:44.718 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +26-03-26 17:31:44.719 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.50] +26-03-26 17:31:44.777 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +26-03-26 17:31:44.778 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1394 ms +26-03-26 17:31:44.862 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +26-03-26 17:31:45.028 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:test-practice user=SA +26-03-26 17:31:45.030 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +26-03-26 17:31:45.056 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Failed to initialize dependency 'dataSourceScriptDatabaseInitializer' of LoadTimeWeaverAware bean 'entityManagerFactory': Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Failed to execute SQL script statement #1 of file [C:\codeit\10-sprint-mission\build\resources\main\schema.sql]: CREATE TABLE binary_contents ( id UUID PRIMARY KEY, created_at TIMESTAMPTZ NOT NULL, file_name VARCHAR(255) NOT NULL, size BIGINT NOT NULL, content_type VARCHAR(100) NOT NULL, bytes BYTEA NOT NULL ) +26-03-26 17:31:45.056 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... +26-03-26 17:31:45.058 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. +26-03-26 17:31:45.060 [main] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat] +26-03-26 17:31:45.072 [main] INFO o.s.b.a.l.ConditionEvaluationReportLogger - + +Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. +26-03-26 17:31:45.089 [main] ERROR o.s.boot.SpringApplication - Application run failed +org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Failed to initialize dependency 'dataSourceScriptDatabaseInitializer' of LoadTimeWeaverAware bean 'entityManagerFactory': Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Failed to execute SQL script statement #1 of file [C:\codeit\10-sprint-mission\build\resources\main\schema.sql]: CREATE TABLE binary_contents ( id UUID PRIMARY KEY, created_at TIMESTAMPTZ NOT NULL, file_name VARCHAR(255) NOT NULL, size BIGINT NOT NULL, content_type VARCHAR(100) NOT NULL, bytes BYTEA NOT NULL ) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:328) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207) + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:973) + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:627) + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752) + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:318) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1361) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1350) + at com.sprint.mission.discodeit.DiscodeitApplication.main(DiscodeitApplication.java:12) +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Failed to execute SQL script statement #1 of file [C:\codeit\10-sprint-mission\build\resources\main\schema.sql]: CREATE TABLE binary_contents ( id UUID PRIMARY KEY, created_at TIMESTAMPTZ NOT NULL, file_name VARCHAR(255) NOT NULL, size BIGINT NOT NULL, content_type VARCHAR(100) NOT NULL, bytes BYTEA NOT NULL ) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1826) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:607) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) + ... 10 common frames omitted +Caused by: org.springframework.jdbc.datasource.init.ScriptStatementFailedException: Failed to execute SQL script statement #1 of file [C:\codeit\10-sprint-mission\build\resources\main\schema.sql]: CREATE TABLE binary_contents ( id UUID PRIMARY KEY, created_at TIMESTAMPTZ NOT NULL, file_name VARCHAR(255) NOT NULL, size BIGINT NOT NULL, content_type VARCHAR(100) NOT NULL, bytes BYTEA NOT NULL ) + at org.springframework.jdbc.datasource.init.ScriptUtils.executeSqlScript(ScriptUtils.java:293) + at org.springframework.jdbc.datasource.init.ResourceDatabasePopulator.populate(ResourceDatabasePopulator.java:254) + at org.springframework.jdbc.datasource.init.DatabasePopulatorUtils.execute(DatabasePopulatorUtils.java:54) + at org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer.runScripts(DataSourceScriptDatabaseInitializer.java:87) + at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.runScripts(AbstractScriptDatabaseInitializer.java:146) + at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.applyScripts(AbstractScriptDatabaseInitializer.java:108) + at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.applySchemaScripts(AbstractScriptDatabaseInitializer.java:98) + at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.initializeDatabase(AbstractScriptDatabaseInitializer.java:76) + at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.afterPropertiesSet(AbstractScriptDatabaseInitializer.java:66) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1873) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1822) + ... 17 common frames omitted +Caused by: org.h2.jdbc.JdbcSQLNonTransientException: Unknown data type: "TIMESTAMPTZ"; SQL statement: +CREATE TABLE binary_contents ( id UUID PRIMARY KEY, created_at TIMESTAMPTZ NOT NULL, file_name VARCHAR(255) NOT NULL, size BIGINT NOT NULL, content_type VARCHAR(100) NOT NULL, bytes BYTEA NOT NULL ) [50004-232] + at org.h2.message.DbException.getJdbcSQLException(DbException.java:566) + at org.h2.message.DbException.getJdbcSQLException(DbException.java:489) + at org.h2.message.DbException.get(DbException.java:223) + at org.h2.message.DbException.get(DbException.java:199) + at org.h2.command.Parser.readIfDataType1(Parser.java:5860) + at org.h2.command.Parser.readIfDataType(Parser.java:5698) + at org.h2.command.Parser.parseColumnWithType(Parser.java:5680) + at org.h2.command.Parser.parseColumnForTable(Parser.java:5559) + at org.h2.command.Parser.parseTableColumnDefinition(Parser.java:8876) + at org.h2.command.Parser.parseCreateTable(Parser.java:8819) + at org.h2.command.Parser.parseCreate(Parser.java:6398) + at org.h2.command.Parser.parsePrepared(Parser.java:645) + at org.h2.command.Parser.parse(Parser.java:581) + at org.h2.command.Parser.parse(Parser.java:556) + at org.h2.command.Parser.prepareCommand(Parser.java:484) + at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:645) + at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:561) + at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1164) + at org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:245) + at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:231) + at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:95) + at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) + at org.springframework.jdbc.datasource.init.ScriptUtils.executeSqlScript(ScriptUtils.java:261) + ... 27 common frames omitted diff --git a/.logs/app.log b/.logs/app.log new file mode 100644 index 000000000..62d4da56e --- /dev/null +++ b/.logs/app.log @@ -0,0 +1,90483 @@ +26-03-27 09:26:21.001 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final +26-03-27 09:26:21.069 [main] INFO c.s.m.discodeit.DiscodeitApplication - Starting DiscodeitApplication using Java 17.0.18 with PID 55972 (C:\codeit\10-sprint-mission\build\classes\java\main started by user in C:\codeit\10-sprint-mission) +26-03-27 09:26:21.069 [main] DEBUG c.s.m.discodeit.DiscodeitApplication - Running with Spring Boot v3.5.10, Spring v6.2.15 +26-03-27 09:26:21.070 [main] INFO c.s.m.discodeit.DiscodeitApplication - The following 1 profile is active: "dev" +26-03-27 09:26:22.195 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +26-03-27 09:26:22.286 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 79 ms. Found 6 JPA repository interfaces. +26-03-27 09:26:22.925 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http) +26-03-27 09:26:22.937 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +26-03-27 09:26:22.940 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +26-03-27 09:26:22.941 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.50] +26-03-27 09:26:23.021 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +26-03-27 09:26:23.022 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1905 ms +26-03-27 09:26:23.158 [main] DEBUG o.s.w.f.ServerHttpObservationFilter - Filter 'webMvcObservationFilter' configured for use +26-03-27 09:26:23.213 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +26-03-27 09:26:23.421 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:test-practice user=SA +26-03-27 09:26:23.424 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +26-03-27 09:26:23.448 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Failed to initialize dependency 'dataSourceScriptDatabaseInitializer' of LoadTimeWeaverAware bean 'entityManagerFactory': Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Failed to execute SQL script statement #1 of file [C:\codeit\10-sprint-mission\build\resources\main\schema.sql]: CREATE TABLE binary_contents ( id UUID PRIMARY KEY, created_at TIMESTAMPTZ NOT NULL, file_name VARCHAR(255) NOT NULL, size BIGINT NOT NULL, content_type VARCHAR(100) NOT NULL, bytes BYTEA NOT NULL ) +26-03-27 09:26:23.448 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... +26-03-27 09:26:23.451 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. +26-03-27 09:26:23.454 [main] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat] +26-03-27 09:26:23.467 [main] INFO o.s.b.a.l.ConditionEvaluationReportLogger - + +Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. +26-03-27 09:26:23.492 [main] ERROR o.s.boot.SpringApplication - Application run failed +org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Failed to initialize dependency 'dataSourceScriptDatabaseInitializer' of LoadTimeWeaverAware bean 'entityManagerFactory': Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Failed to execute SQL script statement #1 of file [C:\codeit\10-sprint-mission\build\resources\main\schema.sql]: CREATE TABLE binary_contents ( id UUID PRIMARY KEY, created_at TIMESTAMPTZ NOT NULL, file_name VARCHAR(255) NOT NULL, size BIGINT NOT NULL, content_type VARCHAR(100) NOT NULL, bytes BYTEA NOT NULL ) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:328) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207) + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:973) + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:627) + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752) + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:318) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1361) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1350) + at com.sprint.mission.discodeit.DiscodeitApplication.main(DiscodeitApplication.java:12) +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Failed to execute SQL script statement #1 of file [C:\codeit\10-sprint-mission\build\resources\main\schema.sql]: CREATE TABLE binary_contents ( id UUID PRIMARY KEY, created_at TIMESTAMPTZ NOT NULL, file_name VARCHAR(255) NOT NULL, size BIGINT NOT NULL, content_type VARCHAR(100) NOT NULL, bytes BYTEA NOT NULL ) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1826) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:607) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) + ... 10 common frames omitted +Caused by: org.springframework.jdbc.datasource.init.ScriptStatementFailedException: Failed to execute SQL script statement #1 of file [C:\codeit\10-sprint-mission\build\resources\main\schema.sql]: CREATE TABLE binary_contents ( id UUID PRIMARY KEY, created_at TIMESTAMPTZ NOT NULL, file_name VARCHAR(255) NOT NULL, size BIGINT NOT NULL, content_type VARCHAR(100) NOT NULL, bytes BYTEA NOT NULL ) + at org.springframework.jdbc.datasource.init.ScriptUtils.executeSqlScript(ScriptUtils.java:293) + at org.springframework.jdbc.datasource.init.ResourceDatabasePopulator.populate(ResourceDatabasePopulator.java:254) + at org.springframework.jdbc.datasource.init.DatabasePopulatorUtils.execute(DatabasePopulatorUtils.java:54) + at org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer.runScripts(DataSourceScriptDatabaseInitializer.java:87) + at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.runScripts(AbstractScriptDatabaseInitializer.java:146) + at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.applyScripts(AbstractScriptDatabaseInitializer.java:108) + at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.applySchemaScripts(AbstractScriptDatabaseInitializer.java:98) + at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.initializeDatabase(AbstractScriptDatabaseInitializer.java:76) + at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.afterPropertiesSet(AbstractScriptDatabaseInitializer.java:66) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1873) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1822) + ... 17 common frames omitted +Caused by: org.h2.jdbc.JdbcSQLNonTransientException: Unknown data type: "TIMESTAMPTZ"; SQL statement: +CREATE TABLE binary_contents ( id UUID PRIMARY KEY, created_at TIMESTAMPTZ NOT NULL, file_name VARCHAR(255) NOT NULL, size BIGINT NOT NULL, content_type VARCHAR(100) NOT NULL, bytes BYTEA NOT NULL ) [50004-232] + at org.h2.message.DbException.getJdbcSQLException(DbException.java:566) + at org.h2.message.DbException.getJdbcSQLException(DbException.java:489) + at org.h2.message.DbException.get(DbException.java:223) + at org.h2.message.DbException.get(DbException.java:199) + at org.h2.command.Parser.readIfDataType1(Parser.java:5860) + at org.h2.command.Parser.readIfDataType(Parser.java:5698) + at org.h2.command.Parser.parseColumnWithType(Parser.java:5680) + at org.h2.command.Parser.parseColumnForTable(Parser.java:5559) + at org.h2.command.Parser.parseTableColumnDefinition(Parser.java:8876) + at org.h2.command.Parser.parseCreateTable(Parser.java:8819) + at org.h2.command.Parser.parseCreate(Parser.java:6398) + at org.h2.command.Parser.parsePrepared(Parser.java:645) + at org.h2.command.Parser.parse(Parser.java:581) + at org.h2.command.Parser.parse(Parser.java:556) + at org.h2.command.Parser.prepareCommand(Parser.java:484) + at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:645) + at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:561) + at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1164) + at org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:245) + at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:231) + at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:95) + at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) + at org.springframework.jdbc.datasource.init.ScriptUtils.executeSqlScript(ScriptUtils.java:261) + ... 27 common frames omitted +26-03-27 09:42:26.117 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final +26-03-27 09:42:26.168 [main] INFO c.s.m.discodeit.DiscodeitApplication - Starting DiscodeitApplication using Java 17.0.18 with PID 22220 (C:\codeit\10-sprint-mission\build\classes\java\main started by user in C:\codeit\10-sprint-mission) +26-03-27 09:42:26.169 [main] DEBUG c.s.m.discodeit.DiscodeitApplication - Running with Spring Boot v3.5.10, Spring v6.2.15 +26-03-27 09:42:26.170 [main] INFO c.s.m.discodeit.DiscodeitApplication - The following 1 profile is active: "dev" +26-03-27 09:42:27.281 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +26-03-27 09:42:27.357 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 68 ms. Found 6 JPA repository interfaces. +26-03-27 09:42:27.951 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http) +26-03-27 09:42:27.963 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +26-03-27 09:42:27.965 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +26-03-27 09:42:27.965 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.50] +26-03-27 09:42:28.041 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +26-03-27 09:42:28.043 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1824 ms +26-03-27 09:42:28.168 [main] DEBUG o.s.w.f.ServerHttpObservationFilter - Filter 'webMvcObservationFilter' configured for use +26-03-27 09:42:28.217 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +26-03-27 09:42:28.405 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:test-practice user=SA +26-03-27 09:42:28.407 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +26-03-27 09:42:28.433 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Failed to initialize dependency 'dataSourceScriptDatabaseInitializer' of LoadTimeWeaverAware bean 'entityManagerFactory': Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Failed to execute SQL script statement #1 of file [C:\codeit\10-sprint-mission\build\resources\main\schema.sql]: CREATE TABLE binary_contents ( id UUID PRIMARY KEY, created_at TIMESTAMPTZ NOT NULL, file_name VARCHAR(255) NOT NULL, size BIGINT NOT NULL, content_type VARCHAR(100) NOT NULL ) +26-03-27 09:42:28.434 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... +26-03-27 09:42:28.436 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. +26-03-27 09:42:28.439 [main] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat] +26-03-27 09:42:28.454 [main] INFO o.s.b.a.l.ConditionEvaluationReportLogger - + +Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. +26-03-27 09:42:28.472 [main] ERROR o.s.boot.SpringApplication - Application run failed +org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Failed to initialize dependency 'dataSourceScriptDatabaseInitializer' of LoadTimeWeaverAware bean 'entityManagerFactory': Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Failed to execute SQL script statement #1 of file [C:\codeit\10-sprint-mission\build\resources\main\schema.sql]: CREATE TABLE binary_contents ( id UUID PRIMARY KEY, created_at TIMESTAMPTZ NOT NULL, file_name VARCHAR(255) NOT NULL, size BIGINT NOT NULL, content_type VARCHAR(100) NOT NULL ) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:328) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207) + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:973) + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:627) + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752) + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:318) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1361) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1350) + at com.sprint.mission.discodeit.DiscodeitApplication.main(DiscodeitApplication.java:12) +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Failed to execute SQL script statement #1 of file [C:\codeit\10-sprint-mission\build\resources\main\schema.sql]: CREATE TABLE binary_contents ( id UUID PRIMARY KEY, created_at TIMESTAMPTZ NOT NULL, file_name VARCHAR(255) NOT NULL, size BIGINT NOT NULL, content_type VARCHAR(100) NOT NULL ) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1826) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:607) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) + ... 10 common frames omitted +Caused by: org.springframework.jdbc.datasource.init.ScriptStatementFailedException: Failed to execute SQL script statement #1 of file [C:\codeit\10-sprint-mission\build\resources\main\schema.sql]: CREATE TABLE binary_contents ( id UUID PRIMARY KEY, created_at TIMESTAMPTZ NOT NULL, file_name VARCHAR(255) NOT NULL, size BIGINT NOT NULL, content_type VARCHAR(100) NOT NULL ) + at org.springframework.jdbc.datasource.init.ScriptUtils.executeSqlScript(ScriptUtils.java:293) + at org.springframework.jdbc.datasource.init.ResourceDatabasePopulator.populate(ResourceDatabasePopulator.java:254) + at org.springframework.jdbc.datasource.init.DatabasePopulatorUtils.execute(DatabasePopulatorUtils.java:54) + at org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer.runScripts(DataSourceScriptDatabaseInitializer.java:87) + at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.runScripts(AbstractScriptDatabaseInitializer.java:146) + at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.applyScripts(AbstractScriptDatabaseInitializer.java:108) + at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.applySchemaScripts(AbstractScriptDatabaseInitializer.java:98) + at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.initializeDatabase(AbstractScriptDatabaseInitializer.java:76) + at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.afterPropertiesSet(AbstractScriptDatabaseInitializer.java:66) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1873) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1822) + ... 17 common frames omitted +Caused by: org.h2.jdbc.JdbcSQLNonTransientException: Unknown data type: "TIMESTAMPTZ"; SQL statement: +CREATE TABLE binary_contents ( id UUID PRIMARY KEY, created_at TIMESTAMPTZ NOT NULL, file_name VARCHAR(255) NOT NULL, size BIGINT NOT NULL, content_type VARCHAR(100) NOT NULL ) [50004-232] + at org.h2.message.DbException.getJdbcSQLException(DbException.java:566) + at org.h2.message.DbException.getJdbcSQLException(DbException.java:489) + at org.h2.message.DbException.get(DbException.java:223) + at org.h2.message.DbException.get(DbException.java:199) + at org.h2.command.Parser.readIfDataType1(Parser.java:5860) + at org.h2.command.Parser.readIfDataType(Parser.java:5698) + at org.h2.command.Parser.parseColumnWithType(Parser.java:5680) + at org.h2.command.Parser.parseColumnForTable(Parser.java:5559) + at org.h2.command.Parser.parseTableColumnDefinition(Parser.java:8876) + at org.h2.command.Parser.parseCreateTable(Parser.java:8819) + at org.h2.command.Parser.parseCreate(Parser.java:6398) + at org.h2.command.Parser.parsePrepared(Parser.java:645) + at org.h2.command.Parser.parse(Parser.java:581) + at org.h2.command.Parser.parse(Parser.java:556) + at org.h2.command.Parser.prepareCommand(Parser.java:484) + at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:645) + at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:561) + at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1164) + at org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:245) + at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:231) + at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:95) + at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) + at org.springframework.jdbc.datasource.init.ScriptUtils.executeSqlScript(ScriptUtils.java:261) + ... 27 common frames omitted +26-03-27 09:43:48.875 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final +26-03-27 09:43:48.940 [main] INFO c.s.m.discodeit.DiscodeitApplication - Starting DiscodeitApplication using Java 17.0.18 with PID 27208 (C:\codeit\10-sprint-mission\build\classes\java\main started by user in C:\codeit\10-sprint-mission) +26-03-27 09:43:48.941 [main] DEBUG c.s.m.discodeit.DiscodeitApplication - Running with Spring Boot v3.5.10, Spring v6.2.15 +26-03-27 09:43:48.942 [main] INFO c.s.m.discodeit.DiscodeitApplication - The following 1 profile is active: "dev" +26-03-27 09:43:50.032 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +26-03-27 09:43:50.111 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 70 ms. Found 6 JPA repository interfaces. +26-03-27 09:43:50.674 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http) +26-03-27 09:43:50.684 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +26-03-27 09:43:50.686 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +26-03-27 09:43:50.686 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.50] +26-03-27 09:43:50.752 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +26-03-27 09:43:50.753 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1764 ms +26-03-27 09:43:50.880 [main] DEBUG o.s.w.f.ServerHttpObservationFilter - Filter 'webMvcObservationFilter' configured for use +26-03-27 09:43:50.930 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +26-03-27 09:43:51.117 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:test-practice user=SA +26-03-27 09:43:51.120 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +26-03-27 09:43:51.264 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] +26-03-27 09:43:51.337 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.6.41.Final +26-03-27 09:43:51.382 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled +26-03-27 09:43:51.725 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer +26-03-27 09:43:51.818 [main] INFO o.hibernate.orm.connections.pooling - HHH10001005: Database info: + Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] + Database driver: undefined/unknown + Database version: 2.3.232 + Autocommit mode: undefined/unknown + Isolation level: undefined/unknown + Minimum pool size: undefined/unknown + Maximum pool size: undefined/unknown +26-03-27 09:43:52.788 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +26-03-27 09:43:52.825 [main] DEBUG org.hibernate.SQL - + alter table if exists binary_contents + alter column content_type set data type varchar(255) +26-03-27 09:43:52.827 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column description set data type varchar(255) +26-03-27 09:43:52.834 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column name set data type varchar(255) +26-03-27 09:43:52.834 [main] DEBUG org.hibernate.SQL - + alter table if exists messages + alter column content set data type varchar(255) +26-03-27 09:43:52.838 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column email set data type varchar(255) +26-03-27 09:43:52.838 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column password set data type varchar(255) +26-03-27 09:43:52.839 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column username set data type varchar(255) +26-03-27 09:43:52.841 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + drop constraint if exists UKqttel343c4eq691kcxipoixr7 +26-03-27 09:43:52.841 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + add constraint UKqttel343c4eq691kcxipoixr7 unique (user_id, channel_id) +26-03-27 09:43:52.849 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' +26-03-27 09:43:53.096 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. +26-03-27 09:43:53.556 [main] INFO c.s.m.d.s.LocalBinaryContentStorage - 로컬 파일 저장소 초기화 완료: path=C:\codeit\10-sprint-mission\.\storage +26-03-27 09:43:53.901 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html] +26-03-27 09:43:53.999 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 28 mappings in 'requestMappingHandlerMapping' +26-03-27 09:43:54.095 [main] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Patterns [/webjars/**, /**, /swagger-ui/**, /swagger-ui/*swagger-initializer.js, /webjars/*swagger-ui/**, /webjars/*swagger-ui/*swagger-initializer.js, /webjars/*swagger-ui/5.31.0/*swagger-initializer.js] in 'resourceHandlerMapping' +26-03-27 09:43:54.128 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice +26-03-27 09:43:54.184 [main] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 2 @ExceptionHandler, 1 ResponseBodyAdvice +26-03-27 09:43:54.453 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 1 endpoint beneath base path '/actuator' +26-03-27 09:43:54.508 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +26-03-27 09:43:54.532 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8080 (http) with context path '/' +26-03-27 09:43:54.545 [main] INFO c.s.m.discodeit.DiscodeitApplication - Started DiscodeitApplication in 6.19 seconds (process running for 6.542) +26-03-27 09:43:54.581 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /v3/api-docs endpoint is enabled by default. To disable it in production, set the property 'springdoc.api-docs.enabled=false' +26-03-27 09:43:54.582 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /swagger-ui.html endpoint is enabled by default. To disable it in production, set the property 'springdoc.swagger-ui.enabled=false' +26-03-27 09:44:11.310 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +26-03-27 09:44:11.310 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +26-03-27 09:44:11.310 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected StandardServletMultipartResolver +26-03-27 09:44:11.310 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected AcceptHeaderLocaleResolver +26-03-27 09:44:11.310 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected FixedThemeResolver +26-03-27 09:44:11.311 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@1a2f6bef +26-03-27 09:44:11.312 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected org.springframework.web.servlet.support.SessionFlashMapManager@78e469ac +26-03-27 09:44:11.312 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data +26-03-27 09:44:11.312 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms +26-03-27 09:44:11.331 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/", parameters={} +26-03-27 09:44:11.345 [http-nio-8080-exec-1] DEBUG o.s.w.s.v.ContentNegotiatingViewResolver - Selected 'text/html' given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] +26-03-27 09:44:11.346 [http-nio-8080-exec-1] DEBUG o.s.w.s.view.InternalResourceView - View name [forward:], model {} +26-03-27 09:44:11.348 [http-nio-8080-exec-1] DEBUG o.s.w.s.view.InternalResourceView - Forwarding to [index.html] +26-03-27 09:44:11.352 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - "FORWARD" dispatch for GET "/index.html", parameters={} +26-03-27 09:44:11.354 [http-nio-8080-exec-1] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 09:44:11.364 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Exiting from "FORWARD" dispatch, status 200 +26-03-27 09:44:11.365 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 09:44:11.395 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/src/main.tsx", parameters={} +26-03-27 09:44:11.395 [http-nio-8080-exec-2] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 09:44:11.420 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 09:44:11.459 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/favicon.ico", parameters={} +26-03-27 09:44:11.460 [http-nio-8080-exec-3] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 09:44:11.462 [http-nio-8080-exec-3] DEBUG o.s.w.s.r.ResourceHttpRequestHandler - Resource not found +26-03-27 09:44:11.467 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleUnknown(Exception) +26-03-27 09:44:11.508 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json;q=0.8', given [image/avif, image/webp, image/apng, image/svg+xml, image/*, */*;q=0.8] and supported [application/json, application/*+json, application/yaml] +26-03-27 09:44:11.513 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T00:44:11.470850100Z, code=INTERNAL_SERVER_ERROR, message=No stati (truncated)...] +26-03-27 09:44:11.526 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [org.springframework.web.servlet.resource.NoResourceFoundException: No static resource favicon.ico.] +26-03-27 09:44:11.526 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 500 INTERNAL_SERVER_ERROR +26-03-27 09:48:33.963 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final +26-03-27 09:48:34.008 [main] INFO c.s.m.discodeit.DiscodeitApplication - Starting DiscodeitApplication using Java 17.0.18 with PID 2824 (C:\codeit\10-sprint-mission\build\classes\java\main started by user in C:\codeit\10-sprint-mission) +26-03-27 09:48:34.008 [main] DEBUG c.s.m.discodeit.DiscodeitApplication - Running with Spring Boot v3.5.10, Spring v6.2.15 +26-03-27 09:48:34.008 [main] INFO c.s.m.discodeit.DiscodeitApplication - The following 1 profile is active: "dev" +26-03-27 09:48:35.058 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +26-03-27 09:48:35.135 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 69 ms. Found 6 JPA repository interfaces. +26-03-27 09:48:35.715 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http) +26-03-27 09:48:35.729 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +26-03-27 09:48:35.730 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +26-03-27 09:48:35.731 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.50] +26-03-27 09:48:35.809 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +26-03-27 09:48:35.811 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1764 ms +26-03-27 09:48:35.948 [main] DEBUG o.s.w.f.ServerHttpObservationFilter - Filter 'webMvcObservationFilter' configured for use +26-03-27 09:48:35.999 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +26-03-27 09:48:36.191 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:test-practice user=SA +26-03-27 09:48:36.193 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +26-03-27 09:48:36.335 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] +26-03-27 09:48:36.396 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.6.41.Final +26-03-27 09:48:36.435 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled +26-03-27 09:48:36.733 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer +26-03-27 09:48:36.826 [main] INFO o.hibernate.orm.connections.pooling - HHH10001005: Database info: + Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] + Database driver: undefined/unknown + Database version: 2.3.232 + Autocommit mode: undefined/unknown + Isolation level: undefined/unknown + Minimum pool size: undefined/unknown + Maximum pool size: undefined/unknown +26-03-27 09:48:37.764 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +26-03-27 09:48:37.798 [main] DEBUG org.hibernate.SQL - + alter table if exists binary_contents + alter column content_type set data type varchar(255) +26-03-27 09:48:37.801 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column description set data type varchar(255) +26-03-27 09:48:37.807 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column name set data type varchar(255) +26-03-27 09:48:37.807 [main] DEBUG org.hibernate.SQL - + alter table if exists messages + alter column content set data type varchar(255) +26-03-27 09:48:37.811 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column email set data type varchar(255) +26-03-27 09:48:37.811 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column password set data type varchar(255) +26-03-27 09:48:37.812 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column username set data type varchar(255) +26-03-27 09:48:37.814 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + drop constraint if exists UKqttel343c4eq691kcxipoixr7 +26-03-27 09:48:37.815 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + add constraint UKqttel343c4eq691kcxipoixr7 unique (user_id, channel_id) +26-03-27 09:48:37.825 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' +26-03-27 09:48:38.060 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. +26-03-27 09:48:38.525 [main] INFO c.s.m.d.s.LocalBinaryContentStorage - 로컬 파일 저장소 초기화 완료: path=C:\codeit\10-sprint-mission\.\storage +26-03-27 09:48:38.907 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html] +26-03-27 09:48:39.012 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 28 mappings in 'requestMappingHandlerMapping' +26-03-27 09:48:39.107 [main] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Patterns [/webjars/**, /**, /swagger-ui/**, /swagger-ui/*swagger-initializer.js, /webjars/*swagger-ui/**, /webjars/*swagger-ui/*swagger-initializer.js, /webjars/*swagger-ui/5.31.0/*swagger-initializer.js] in 'resourceHandlerMapping' +26-03-27 09:48:39.140 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice +26-03-27 09:48:39.192 [main] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 2 @ExceptionHandler, 1 ResponseBodyAdvice +26-03-27 09:48:39.459 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 1 endpoint beneath base path '/actuator' +26-03-27 09:48:39.512 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +26-03-27 09:48:39.541 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8080 (http) with context path '/' +26-03-27 09:48:39.552 [main] INFO c.s.m.discodeit.DiscodeitApplication - Started DiscodeitApplication in 6.098 seconds (process running for 6.449) +26-03-27 09:48:39.582 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /v3/api-docs endpoint is enabled by default. To disable it in production, set the property 'springdoc.api-docs.enabled=false' +26-03-27 09:48:39.583 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /swagger-ui.html endpoint is enabled by default. To disable it in production, set the property 'springdoc.swagger-ui.enabled=false' +26-03-27 09:48:41.225 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +26-03-27 09:48:41.225 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +26-03-27 09:48:41.225 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected StandardServletMultipartResolver +26-03-27 09:48:41.225 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected AcceptHeaderLocaleResolver +26-03-27 09:48:41.225 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected FixedThemeResolver +26-03-27 09:48:41.226 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@2a1107a9 +26-03-27 09:48:41.226 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected org.springframework.web.servlet.support.SessionFlashMapManager@4a8c4dae +26-03-27 09:48:41.226 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data +26-03-27 09:48:41.226 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +26-03-27 09:48:41.242 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/", parameters={} +26-03-27 09:48:41.253 [http-nio-8080-exec-1] DEBUG o.s.w.s.v.ContentNegotiatingViewResolver - Selected 'text/html' given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] +26-03-27 09:48:41.253 [http-nio-8080-exec-1] DEBUG o.s.w.s.view.InternalResourceView - View name [forward:], model {} +26-03-27 09:48:41.255 [http-nio-8080-exec-1] DEBUG o.s.w.s.view.InternalResourceView - Forwarding to [index.html] +26-03-27 09:48:41.259 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - "FORWARD" dispatch for GET "/index.html", parameters={} +26-03-27 09:48:41.261 [http-nio-8080-exec-1] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 09:48:41.271 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Exiting from "FORWARD" dispatch, status 200 +26-03-27 09:48:41.272 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 09:48:41.280 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/src/main.tsx", parameters={} +26-03-27 09:48:41.280 [http-nio-8080-exec-2] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 09:48:41.303 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 09:48:41.309 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/favicon.ico", parameters={} +26-03-27 09:48:41.311 [http-nio-8080-exec-3] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 09:48:41.314 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 09:48:49.254 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/", parameters={} +26-03-27 09:48:49.256 [http-nio-8080-exec-4] DEBUG o.s.w.s.v.ContentNegotiatingViewResolver - Selected 'text/html' given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] +26-03-27 09:48:49.256 [http-nio-8080-exec-4] DEBUG o.s.w.s.view.InternalResourceView - View name [forward:], model {} +26-03-27 09:48:49.256 [http-nio-8080-exec-4] DEBUG o.s.w.s.view.InternalResourceView - Forwarding to [index.html] +26-03-27 09:48:49.256 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - "FORWARD" dispatch for GET "/index.html", parameters={} +26-03-27 09:48:49.257 [http-nio-8080-exec-4] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 09:48:49.259 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Exiting from "FORWARD" dispatch, status 304 +26-03-27 09:48:49.259 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 304 NOT_MODIFIED +26-03-27 09:48:49.274 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/src/main.tsx", parameters={} +26-03-27 09:48:49.275 [http-nio-8080-exec-5] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 09:48:49.276 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 304 NOT_MODIFIED +26-03-27 09:48:49.292 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/favicon.ico", parameters={} +26-03-27 09:48:49.293 [http-nio-8080-exec-6] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 09:48:49.295 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 304 NOT_MODIFIED +26-03-27 10:07:11.764 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final +26-03-27 10:07:11.809 [main] INFO c.s.m.discodeit.DiscodeitApplication - Starting DiscodeitApplication using Java 17.0.18 with PID 3704 (C:\codeit\10-sprint-mission\build\classes\java\main started by user in C:\codeit\10-sprint-mission) +26-03-27 10:07:11.810 [main] DEBUG c.s.m.discodeit.DiscodeitApplication - Running with Spring Boot v3.5.10, Spring v6.2.15 +26-03-27 10:07:11.810 [main] INFO c.s.m.discodeit.DiscodeitApplication - The following 1 profile is active: "dev" +26-03-27 10:07:12.861 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +26-03-27 10:07:12.937 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 69 ms. Found 6 JPA repository interfaces. +26-03-27 10:07:13.445 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http) +26-03-27 10:07:13.455 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +26-03-27 10:07:13.457 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +26-03-27 10:07:13.457 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.50] +26-03-27 10:07:13.521 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +26-03-27 10:07:13.522 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1673 ms +26-03-27 10:07:13.650 [main] DEBUG o.s.w.f.ServerHttpObservationFilter - Filter 'webMvcObservationFilter' configured for use +26-03-27 10:07:13.693 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +26-03-27 10:07:13.881 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:test-practice user=SA +26-03-27 10:07:13.884 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +26-03-27 10:07:14.003 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] +26-03-27 10:07:14.057 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.6.41.Final +26-03-27 10:07:14.093 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled +26-03-27 10:07:14.388 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer +26-03-27 10:07:14.474 [main] INFO o.hibernate.orm.connections.pooling - HHH10001005: Database info: + Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] + Database driver: undefined/unknown + Database version: 2.3.232 + Autocommit mode: undefined/unknown + Isolation level: undefined/unknown + Minimum pool size: undefined/unknown + Maximum pool size: undefined/unknown +26-03-27 10:07:15.380 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +26-03-27 10:07:15.412 [main] DEBUG org.hibernate.SQL - + alter table if exists binary_contents + alter column content_type set data type varchar(255) +26-03-27 10:07:15.415 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column description set data type varchar(255) +26-03-27 10:07:15.421 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column name set data type varchar(255) +26-03-27 10:07:15.421 [main] DEBUG org.hibernate.SQL - + alter table if exists messages + alter column content set data type varchar(255) +26-03-27 10:07:15.425 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column email set data type varchar(255) +26-03-27 10:07:15.425 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column password set data type varchar(255) +26-03-27 10:07:15.425 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column username set data type varchar(255) +26-03-27 10:07:15.427 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + drop constraint if exists UKqttel343c4eq691kcxipoixr7 +26-03-27 10:07:15.427 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + add constraint UKqttel343c4eq691kcxipoixr7 unique (user_id, channel_id) +26-03-27 10:07:15.435 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' +26-03-27 10:07:15.638 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. +26-03-27 10:07:16.025 [main] INFO c.s.m.d.s.LocalBinaryContentStorage - 로컬 파일 저장소 초기화 완료: path=C:\codeit\10-sprint-mission\.\storage +26-03-27 10:07:16.349 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html] +26-03-27 10:07:16.432 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 28 mappings in 'requestMappingHandlerMapping' +26-03-27 10:07:16.515 [main] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Patterns [/webjars/**, /**, /swagger-ui/**, /swagger-ui/*swagger-initializer.js, /webjars/*swagger-ui/**, /webjars/*swagger-ui/*swagger-initializer.js, /webjars/*swagger-ui/5.31.0/*swagger-initializer.js] in 'resourceHandlerMapping' +26-03-27 10:07:16.545 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice +26-03-27 10:07:16.587 [main] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 2 @ExceptionHandler, 1 ResponseBodyAdvice +26-03-27 10:07:16.817 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 1 endpoint beneath base path '/actuator' +26-03-27 10:07:16.867 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +26-03-27 10:07:16.896 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8080 (http) with context path '/' +26-03-27 10:07:16.908 [main] INFO c.s.m.discodeit.DiscodeitApplication - Started DiscodeitApplication in 5.629 seconds (process running for 5.954) +26-03-27 10:07:16.936 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /v3/api-docs endpoint is enabled by default. To disable it in production, set the property 'springdoc.api-docs.enabled=false' +26-03-27 10:07:16.936 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /swagger-ui.html endpoint is enabled by default. To disable it in production, set the property 'springdoc.swagger-ui.enabled=false' +26-03-27 10:07:20.895 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +26-03-27 10:07:20.895 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +26-03-27 10:07:20.896 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected StandardServletMultipartResolver +26-03-27 10:07:20.896 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected AcceptHeaderLocaleResolver +26-03-27 10:07:20.896 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected FixedThemeResolver +26-03-27 10:07:20.896 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@1fd0f9dd +26-03-27 10:07:20.896 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected org.springframework.web.servlet.support.SessionFlashMapManager@15f8b713 +26-03-27 10:07:20.897 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data +26-03-27 10:07:20.897 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +26-03-27 10:07:20.912 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/", parameters={} +26-03-27 10:07:20.922 [http-nio-8080-exec-1] DEBUG o.s.w.s.v.ContentNegotiatingViewResolver - Selected 'text/html' given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] +26-03-27 10:07:20.922 [http-nio-8080-exec-1] DEBUG o.s.w.s.view.InternalResourceView - View name [forward:], model {} +26-03-27 10:07:20.925 [http-nio-8080-exec-1] DEBUG o.s.w.s.view.InternalResourceView - Forwarding to [index.html] +26-03-27 10:07:20.928 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - "FORWARD" dispatch for GET "/index.html", parameters={} +26-03-27 10:07:20.931 [http-nio-8080-exec-1] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 10:07:20.943 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Exiting from "FORWARD" dispatch, status 200 +26-03-27 10:07:20.944 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:07:20.958 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/src/main.tsx", parameters={} +26-03-27 10:07:20.960 [http-nio-8080-exec-2] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 10:07:20.983 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:07:21.039 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/favicon.ico", parameters={} +26-03-27 10:07:21.041 [http-nio-8080-exec-3] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 10:07:21.044 [http-nio-8080-exec-3] DEBUG o.s.w.s.r.ResourceHttpRequestHandler - Resource not found +26-03-27 10:07:21.047 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleUnknown(Exception) +26-03-27 10:07:21.084 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json;q=0.8', given [image/avif, image/webp, image/apng, image/svg+xml, image/*, */*;q=0.8] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:07:21.088 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T01:07:21.049987900Z, code=INTERNAL_SERVER_ERROR, message=No stati (truncated)...] +26-03-27 10:07:21.097 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [org.springframework.web.servlet.resource.NoResourceFoundException: No static resource favicon.ico.] +26-03-27 10:07:21.097 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 500 INTERNAL_SERVER_ERROR +26-03-27 10:08:26.708 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final +26-03-27 10:08:26.758 [main] INFO c.s.m.discodeit.DiscodeitApplication - Starting DiscodeitApplication using Java 17.0.18 with PID 21500 (C:\codeit\10-sprint-mission\build\classes\java\main started by user in C:\codeit\10-sprint-mission) +26-03-27 10:08:26.758 [main] DEBUG c.s.m.discodeit.DiscodeitApplication - Running with Spring Boot v3.5.10, Spring v6.2.15 +26-03-27 10:08:26.759 [main] INFO c.s.m.discodeit.DiscodeitApplication - The following 1 profile is active: "dev" +26-03-27 10:08:27.734 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +26-03-27 10:08:27.808 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 66 ms. Found 6 JPA repository interfaces. +26-03-27 10:08:28.334 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http) +26-03-27 10:08:28.344 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +26-03-27 10:08:28.345 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +26-03-27 10:08:28.346 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.50] +26-03-27 10:08:28.407 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +26-03-27 10:08:28.408 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1608 ms +26-03-27 10:08:28.528 [main] DEBUG o.s.w.f.ServerHttpObservationFilter - Filter 'webMvcObservationFilter' configured for use +26-03-27 10:08:28.607 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +26-03-27 10:08:28.776 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:test-practice user=SA +26-03-27 10:08:28.777 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +26-03-27 10:08:28.897 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] +26-03-27 10:08:28.947 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.6.41.Final +26-03-27 10:08:29.041 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled +26-03-27 10:08:29.314 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer +26-03-27 10:08:29.385 [main] INFO o.hibernate.orm.connections.pooling - HHH10001005: Database info: + Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] + Database driver: undefined/unknown + Database version: 2.3.232 + Autocommit mode: undefined/unknown + Isolation level: undefined/unknown + Minimum pool size: undefined/unknown + Maximum pool size: undefined/unknown +26-03-27 10:08:30.205 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +26-03-27 10:08:30.236 [main] DEBUG org.hibernate.SQL - + alter table if exists binary_contents + alter column content_type set data type varchar(255) +26-03-27 10:08:30.237 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column description set data type varchar(255) +26-03-27 10:08:30.243 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column name set data type varchar(255) +26-03-27 10:08:30.244 [main] DEBUG org.hibernate.SQL - + alter table if exists messages + alter column content set data type varchar(255) +26-03-27 10:08:30.248 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column email set data type varchar(255) +26-03-27 10:08:30.248 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column password set data type varchar(255) +26-03-27 10:08:30.248 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column username set data type varchar(255) +26-03-27 10:08:30.250 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + drop constraint if exists UKqttel343c4eq691kcxipoixr7 +26-03-27 10:08:30.250 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + add constraint UKqttel343c4eq691kcxipoixr7 unique (user_id, channel_id) +26-03-27 10:08:30.259 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' +26-03-27 10:08:30.465 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. +26-03-27 10:08:30.836 [main] INFO c.s.m.d.s.LocalBinaryContentStorage - 로컬 파일 저장소 초기화 완료: path=C:\codeit\10-sprint-mission\.\storage +26-03-27 10:08:31.170 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html] +26-03-27 10:08:31.260 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 28 mappings in 'requestMappingHandlerMapping' +26-03-27 10:08:31.342 [main] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Patterns [/webjars/**, /**, /swagger-ui/**, /swagger-ui/*swagger-initializer.js, /webjars/*swagger-ui/**, /webjars/*swagger-ui/*swagger-initializer.js, /webjars/*swagger-ui/5.31.0/*swagger-initializer.js] in 'resourceHandlerMapping' +26-03-27 10:08:31.371 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice +26-03-27 10:08:31.422 [main] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 2 @ExceptionHandler, 1 ResponseBodyAdvice +26-03-27 10:08:31.642 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 1 endpoint beneath base path '/actuator' +26-03-27 10:08:31.691 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +26-03-27 10:08:31.715 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8080 (http) with context path '/' +26-03-27 10:08:31.728 [main] INFO c.s.m.discodeit.DiscodeitApplication - Started DiscodeitApplication in 5.501 seconds (process running for 5.814) +26-03-27 10:08:31.763 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /v3/api-docs endpoint is enabled by default. To disable it in production, set the property 'springdoc.api-docs.enabled=false' +26-03-27 10:08:31.763 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /swagger-ui.html endpoint is enabled by default. To disable it in production, set the property 'springdoc.swagger-ui.enabled=false' +26-03-27 10:08:34.887 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +26-03-27 10:08:34.887 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +26-03-27 10:08:34.888 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected StandardServletMultipartResolver +26-03-27 10:08:34.888 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected AcceptHeaderLocaleResolver +26-03-27 10:08:34.888 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected FixedThemeResolver +26-03-27 10:08:34.888 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@37a907cb +26-03-27 10:08:34.888 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected org.springframework.web.servlet.support.SessionFlashMapManager@2981a626 +26-03-27 10:08:34.888 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data +26-03-27 10:08:34.888 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +26-03-27 10:08:34.905 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/", parameters={} +26-03-27 10:08:34.917 [http-nio-8080-exec-1] DEBUG o.s.w.s.v.ContentNegotiatingViewResolver - Selected 'text/html' given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] +26-03-27 10:08:34.917 [http-nio-8080-exec-1] DEBUG o.s.w.s.view.InternalResourceView - View name [forward:], model {} +26-03-27 10:08:34.920 [http-nio-8080-exec-1] DEBUG o.s.w.s.view.InternalResourceView - Forwarding to [index.html] +26-03-27 10:08:34.925 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - "FORWARD" dispatch for GET "/index.html", parameters={} +26-03-27 10:08:34.926 [http-nio-8080-exec-1] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 10:08:34.935 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Exiting from "FORWARD" dispatch, status 200 +26-03-27 10:08:34.936 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:08:34.950 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/src/main.tsx", parameters={} +26-03-27 10:08:34.950 [http-nio-8080-exec-2] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 10:08:34.970 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:08:35.027 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/favicon.ico", parameters={} +26-03-27 10:08:35.029 [http-nio-8080-exec-3] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 10:08:35.032 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:31:56.329 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final +26-03-27 10:31:56.377 [main] INFO c.s.m.discodeit.DiscodeitApplication - Starting DiscodeitApplication using Java 17.0.18 with PID 59932 (C:\codeit\10-sprint-mission\build\classes\java\main started by user in C:\codeit\10-sprint-mission) +26-03-27 10:31:56.379 [main] DEBUG c.s.m.discodeit.DiscodeitApplication - Running with Spring Boot v3.5.10, Spring v6.2.15 +26-03-27 10:31:56.379 [main] INFO c.s.m.discodeit.DiscodeitApplication - The following 1 profile is active: "dev" +26-03-27 10:31:57.346 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +26-03-27 10:31:57.413 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 58 ms. Found 6 JPA repository interfaces. +26-03-27 10:31:57.925 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http) +26-03-27 10:31:57.937 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +26-03-27 10:31:57.938 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +26-03-27 10:31:57.938 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.50] +26-03-27 10:31:58.006 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +26-03-27 10:31:58.007 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1592 ms +26-03-27 10:31:58.125 [main] DEBUG o.s.w.f.ServerHttpObservationFilter - Filter 'webMvcObservationFilter' configured for use +26-03-27 10:31:58.164 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +26-03-27 10:31:58.334 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:test-practice user=SA +26-03-27 10:31:58.336 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +26-03-27 10:31:58.452 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] +26-03-27 10:31:58.501 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.6.41.Final +26-03-27 10:31:58.537 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled +26-03-27 10:31:58.823 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer +26-03-27 10:31:58.907 [main] INFO o.hibernate.orm.connections.pooling - HHH10001005: Database info: + Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] + Database driver: undefined/unknown + Database version: 2.3.232 + Autocommit mode: undefined/unknown + Isolation level: undefined/unknown + Minimum pool size: undefined/unknown + Maximum pool size: undefined/unknown +26-03-27 10:31:59.732 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +26-03-27 10:31:59.763 [main] DEBUG org.hibernate.SQL - + alter table if exists binary_contents + alter column content_type set data type varchar(255) +26-03-27 10:31:59.765 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column description set data type varchar(255) +26-03-27 10:31:59.773 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column name set data type varchar(255) +26-03-27 10:31:59.774 [main] DEBUG org.hibernate.SQL - + alter table if exists messages + alter column content set data type varchar(255) +26-03-27 10:31:59.777 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column email set data type varchar(255) +26-03-27 10:31:59.777 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column password set data type varchar(255) +26-03-27 10:31:59.777 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column username set data type varchar(255) +26-03-27 10:31:59.779 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + drop constraint if exists UKqttel343c4eq691kcxipoixr7 +26-03-27 10:31:59.781 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + add constraint UKqttel343c4eq691kcxipoixr7 unique (user_id, channel_id) +26-03-27 10:31:59.790 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' +26-03-27 10:32:00.013 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. +26-03-27 10:32:00.393 [main] INFO c.s.m.d.s.LocalBinaryContentStorage - 로컬 파일 저장소 초기화 완료: path=C:\codeit\10-sprint-mission\.\storage +26-03-27 10:32:00.757 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html] +26-03-27 10:32:00.840 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 28 mappings in 'requestMappingHandlerMapping' +26-03-27 10:32:00.918 [main] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Patterns [/webjars/**, /**, /swagger-ui/**, /swagger-ui/*swagger-initializer.js, /webjars/*swagger-ui/**, /webjars/*swagger-ui/*swagger-initializer.js, /webjars/*swagger-ui/5.31.0/*swagger-initializer.js] in 'resourceHandlerMapping' +26-03-27 10:32:00.943 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice +26-03-27 10:32:00.984 [main] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 2 @ExceptionHandler, 1 ResponseBodyAdvice +26-03-27 10:32:01.206 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 1 endpoint beneath base path '/actuator' +26-03-27 10:32:01.263 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +26-03-27 10:32:01.287 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8080 (http) with context path '/' +26-03-27 10:32:01.300 [main] INFO c.s.m.discodeit.DiscodeitApplication - Started DiscodeitApplication in 5.446 seconds (process running for 5.774) +26-03-27 10:32:01.333 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /v3/api-docs endpoint is enabled by default. To disable it in production, set the property 'springdoc.api-docs.enabled=false' +26-03-27 10:32:01.333 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /swagger-ui.html endpoint is enabled by default. To disable it in production, set the property 'springdoc.swagger-ui.enabled=false' +26-03-27 10:32:04.386 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +26-03-27 10:32:04.386 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +26-03-27 10:32:04.386 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected StandardServletMultipartResolver +26-03-27 10:32:04.386 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected AcceptHeaderLocaleResolver +26-03-27 10:32:04.386 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected FixedThemeResolver +26-03-27 10:32:04.387 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@10101a10 +26-03-27 10:32:04.387 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected org.springframework.web.servlet.support.SessionFlashMapManager@4ce6f39e +26-03-27 10:32:04.387 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data +26-03-27 10:32:04.387 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +26-03-27 10:32:04.405 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/", parameters={} +26-03-27 10:32:04.414 [http-nio-8080-exec-1] DEBUG o.s.w.s.v.ContentNegotiatingViewResolver - Selected 'text/html' given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] +26-03-27 10:32:04.414 [http-nio-8080-exec-1] DEBUG o.s.w.s.view.InternalResourceView - View name [forward:], model {} +26-03-27 10:32:04.416 [http-nio-8080-exec-1] DEBUG o.s.w.s.view.InternalResourceView - Forwarding to [index.html] +26-03-27 10:32:04.420 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - "FORWARD" dispatch for GET "/index.html", parameters={} +26-03-27 10:32:04.422 [http-nio-8080-exec-1] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 10:32:04.433 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Exiting from "FORWARD" dispatch, status 200 +26-03-27 10:32:04.435 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:32:04.449 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/assets/index-kQJbKSsj.css", parameters={} +26-03-27 10:32:04.449 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/assets/index-DRjprt8D.js", parameters={} +26-03-27 10:32:04.450 [http-nio-8080-exec-3] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 10:32:04.450 [http-nio-8080-exec-2] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 10:32:04.462 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:32:04.463 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:32:04.566 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/favicon.ico", parameters={} +26-03-27 10:32:04.566 [http-nio-8080-exec-4] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 10:32:04.571 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:33:01.117 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - POST "/api/auth/login", parameters={} +26-03-27 10:33:01.120 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.AuthController#login(LoginRequest) +26-03-27 10:33:01.189 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [LoginRequest[username=달선, password=ekftjs]] +26-03-27 10:33:01.305 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.username=? +26-03-27 10:33:01.306 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:VARCHAR) <- [달선] +26-03-27 10:33:01.339 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 10:33:01.356 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:33:01.359 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T01:33:01.335571500Z, code=INVALID_CREDENTIALS, message=아이디 또는 비밀번 (truncated)...] +26-03-27 10:33:01.371 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.InvalidCredentialException: 아이디 또는 비밀번호가 올바르지 않습니다.] +26-03-27 10:33:01.371 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 401 UNAUTHORIZED +26-03-27 10:33:17.654 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - POST "/api/users", parameters={multipart} +26-03-27 10:33:17.676 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#join(UserCreateRequest, MultipartFile) +26-03-27 10:33:17.681 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestPartMethodArgumentResolver - Read "application/json" to [UserCreateRequest[username=달선, email=dalsun@naver.com, password=ekftjs]] +26-03-27 10:33:17.695 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleMethodArgumentNotValidException(MethodArgumentNotValidException) +26-03-27 10:33:17.696 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:33:17.696 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T01:33:17.695670900Z, code=VALIDATION_FAILED, message=유효성 검증에 실패했습 (truncated)...] +26-03-27 10:33:17.699 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [0] in public org.springframework.http.ResponseEntity com.sprint.mission.discodeit.controller.UserController.join(com.sprint.mission.discodeit.dto.UserCreateRequest,org.springframework.web.multipart.MultipartFile) throws java.io.IOException: [Field error in object 'userCreateRequest' on field 'password': rejected value [ekftjs]; codes [Size.userCreateRequest.password,Size.password,Size.java.lang.String,Size]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [userCreateRequest.password,password]; arguments []; default message [password],2147483647,8]; default message [비밀번호는 최소 8자 이상이어야 합니다.]] ] +26-03-27 10:33:17.699 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 400 BAD_REQUEST +26-03-27 10:33:26.326 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - POST "/api/users", parameters={multipart} +26-03-27 10:33:26.330 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#join(UserCreateRequest, MultipartFile) +26-03-27 10:33:26.332 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestPartMethodArgumentResolver - Read "application/json" to [UserCreateRequest[username=달선, email=dalsun@naver.com, password=ekftjs1234]] +26-03-27 10:33:26.334 [http-nio-8080-exec-8] INFO c.s.m.d.controller.UserController - 사용자 등록 요청: username=달선, email=dalsun@naver.com +26-03-27 10:33:26.335 [http-nio-8080-exec-8] INFO c.s.m.d.s.basic.BasicUserService - 사용자 생성 시작: username=달선, email=dalsun@naver.com +26-03-27 10:33:26.337 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.username=? +26-03-27 10:33:26.337 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:VARCHAR) <- [달선] +26-03-27 10:33:26.341 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.email=? +26-03-27 10:33:26.342 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:VARCHAR) <- [dalsun@naver.com] +26-03-27 10:33:26.382 [http-nio-8080-exec-8] INFO c.s.m.d.s.basic.BasicUserService - 사용자 생성 완료: username=달선, email=dalsun@naver.com +26-03-27 10:33:26.394 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + insert + into + users + (created_at, email, password, profile_id, updated_at, username, id) + values + (?, ?, ?, ?, ?, ?, ?) +26-03-27 10:33:26.395 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T01:33:26.362961Z] +26-03-27 10:33:26.398 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:VARCHAR) <- [dalsun@naver.com] +26-03-27 10:33:26.399 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:VARCHAR) <- [ekftjs1234] +26-03-27 10:33:26.399 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [null] +26-03-27 10:33:26.399 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (5:TIMESTAMP_UTC) <- [2026-03-27T01:33:26.362961Z] +26-03-27 10:33:26.399 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (6:VARCHAR) <- [달선] +26-03-27 10:33:26.399 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (7:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.401 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + insert + into + user_statuses + (created_at, last_active_at, updated_at, user_id, id) + values + (?, ?, ?, ?, ?) +26-03-27 10:33:26.401 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T01:33:26.379922Z] +26-03-27 10:33:26.401 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T01:33:26.343325800Z] +26-03-27 10:33:26.401 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:TIMESTAMP_UTC) <- [2026-03-27T01:33:26.379922Z] +26-03-27 10:33:26.401 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.401 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (5:UUID) <- [06751f78-77d7-42ad-8e95-70bc52186149] +26-03-27 10:33:26.402 [http-nio-8080-exec-8] INFO c.s.m.d.controller.UserController - 사용자 등록 완료: username=달선, email=dalsun@naver.com +26-03-27 10:33:26.407 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:33:26.409 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserDto[id=70931c41-d8dc-4aa6-8c70-52d8c90bc5e6, username=달선, email=dalsun@naver.com, profile=null, (truncated)...] +26-03-27 10:33:26.412 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 201 CREATED +26-03-27 10:33:26.416 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/70931c41-d8dc-4aa6-8c70-52d8c90bc5e6/userStatus", parameters={} +26-03-27 10:33:26.418 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 10:33:26.419 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/70931c41-d8dc-4aa6-8c70-52d8c90bc5e6/userStatus", parameters={} +26-03-27 10:33:26.419 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 10:33:26.422 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T01:33:26.414Z]] +26-03-27 10:33:26.422 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T01:33:26.413Z]] +26-03-27 10:33:26.427 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 10:33:26.427 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 10:33:26.428 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.428 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.430 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [06751f78-77d7-42ad-8e95-70bc52186149] +26-03-27 10:33:26.430 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [06751f78-77d7-42ad-8e95-70bc52186149] +26-03-27 10:33:26.431 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.431 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.434 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.379922Z] +26-03-27 10:33:26.434 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.379922Z] +26-03-27 10:33:26.435 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.343326Z] +26-03-27 10:33:26.435 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.379922Z] +26-03-27 10:33:26.435 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.343326Z] +26-03-27 10:33:26.435 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.379922Z] +26-03-27 10:33:26.439 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 10:33:26.439 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 10:33:26.441 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T01:33:26.414Z] +26-03-27 10:33:26.441 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T01:33:26.413Z] +26-03-27 10:33:26.441 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T01:33:26.437269500Z] +26-03-27 10:33:26.441 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T01:33:26.437269500Z] +26-03-27 10:33:26.441 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.441 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.441 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [06751f78-77d7-42ad-8e95-70bc52186149] +26-03-27 10:33:26.441 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [06751f78-77d7-42ad-8e95-70bc52186149] +26-03-27 10:33:26.445 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:33:26.445 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:33:26.446 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=06751f78-77d7-42ad-8e95-70bc52186149, userId=70931c41-d8dc-4aa6-8c70-52d8c90bc5e6, (truncated)...] +26-03-27 10:33:26.446 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=06751f78-77d7-42ad-8e95-70bc52186149, userId=70931c41-d8dc-4aa6-8c70-52d8c90bc5e6, (truncated)...] +26-03-27 10:33:26.447 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:33:26.447 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:33:26.450 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 10:33:26.450 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 10:33:26.456 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 10:33:26.457 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.457 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 10:33:26.457 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [06751f78-77d7-42ad-8e95-70bc52186149] +26-03-27 10:33:26.459 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.379922Z] +26-03-27 10:33:26.459 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.414Z] +26-03-27 10:33:26.459 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.437270Z] +26-03-27 10:33:26.459 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.459 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.362961Z] +26-03-27 10:33:26.459 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 10:33:26.459 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjs1234] +26-03-27 10:33:26.459 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.362961Z] +26-03-27 10:33:26.459 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달선] +26-03-27 10:33:26.462 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:33:26.463 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[UserDto[id=70931c41-d8dc-4aa6-8c70-52d8c90bc5e6, username=달선, email=dalsun@naver.com, profile=null, (truncated)...] +26-03-27 10:33:26.464 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:33:26.470 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=70931c41-d8dc-4aa6-8c70-52d8c90bc5e6", parameters={masked} +26-03-27 10:33:26.470 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 10:33:26.470 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=70931c41-d8dc-4aa6-8c70-52d8c90bc5e6", parameters={masked} +26-03-27 10:33:26.470 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 10:33:26.473 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 10:33:26.474 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 10:33:26.474 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 10:33:26.475 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.475 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 10:33:26.475 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [06751f78-77d7-42ad-8e95-70bc52186149] +26-03-27 10:33:26.475 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.379922Z] +26-03-27 10:33:26.475 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.414Z] +26-03-27 10:33:26.475 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.437270Z] +26-03-27 10:33:26.476 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.476 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.362961Z] +26-03-27 10:33:26.476 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 10:33:26.476 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjs1234] +26-03-27 10:33:26.476 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.362961Z] +26-03-27 10:33:26.476 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달선] +26-03-27 10:33:26.477 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:33:26.477 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[UserDto[id=70931c41-d8dc-4aa6-8c70-52d8c90bc5e6, username=달선, email=dalsun@naver.com, profile=null, (truncated)...] +26-03-27 10:33:26.478 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:33:26.479 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 10:33:26.479 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.480 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [06751f78-77d7-42ad-8e95-70bc52186149] +26-03-27 10:33:26.480 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 10:33:26.480 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 10:33:26.480 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.379922Z] +26-03-27 10:33:26.480 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.414Z] +26-03-27 10:33:26.480 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.437270Z] +26-03-27 10:33:26.480 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.481 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.362961Z] +26-03-27 10:33:26.481 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 10:33:26.481 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjs1234] +26-03-27 10:33:26.481 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.362961Z] +26-03-27 10:33:26.481 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 10:33:26.481 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.484 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 10:33:26.484 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 10:33:26.485 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.487 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:33:26.487 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 10:33:26.490 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:33:26.491 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=70931c41-d8dc-4aa6-8c70-52d8c90bc5e6", parameters={masked} +26-03-27 10:33:26.492 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 10:33:26.492 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 10:33:26.493 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 10:33:26.493 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.493 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [06751f78-77d7-42ad-8e95-70bc52186149] +26-03-27 10:33:26.493 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 10:33:26.493 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.379922Z] +26-03-27 10:33:26.493 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.414Z] +26-03-27 10:33:26.493 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.437270Z] +26-03-27 10:33:26.493 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.493 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.362961Z] +26-03-27 10:33:26.493 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 10:33:26.493 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjs1234] +26-03-27 10:33:26.493 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.362961Z] +26-03-27 10:33:26.493 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 10:33:26.494 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 10:33:26.494 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.495 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:33:26.495 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 10:33:26.495 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:33:26.495 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:33:26.496 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 10:33:26.499 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:33:26.501 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=70931c41-d8dc-4aa6-8c70-52d8c90bc5e6", parameters={masked} +26-03-27 10:33:26.501 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 10:33:26.502 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 10:33:26.503 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.503 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=70931c41-d8dc-4aa6-8c70-52d8c90bc5e6", parameters={masked} +26-03-27 10:33:26.503 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 10:33:26.504 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 10:33:26.504 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.504 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 10:33:26.504 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [06751f78-77d7-42ad-8e95-70bc52186149] +26-03-27 10:33:26.504 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 10:33:26.504 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.379922Z] +26-03-27 10:33:26.506 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.414Z] +26-03-27 10:33:26.506 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.437270Z] +26-03-27 10:33:26.506 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.506 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.362961Z] +26-03-27 10:33:26.506 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 10:33:26.506 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjs1234] +26-03-27 10:33:26.506 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.362961Z] +26-03-27 10:33:26.506 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 10:33:26.507 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 10:33:26.507 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 10:33:26.508 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.508 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:33:26.508 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:33:26.508 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 10:33:26.508 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 10:33:26.508 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:33:26.508 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:33:26.511 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=70931c41-d8dc-4aa6-8c70-52d8c90bc5e6", parameters={masked} +26-03-27 10:33:26.512 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 10:33:26.512 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 10:33:26.513 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.513 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [06751f78-77d7-42ad-8e95-70bc52186149] +26-03-27 10:33:26.513 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 10:33:26.513 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.379922Z] +26-03-27 10:33:26.513 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.414Z] +26-03-27 10:33:26.513 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.437270Z] +26-03-27 10:33:26.513 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.513 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.362961Z] +26-03-27 10:33:26.513 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 10:33:26.513 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjs1234] +26-03-27 10:33:26.513 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.362961Z] +26-03-27 10:33:26.513 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 10:33:26.514 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 10:33:26.514 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:26.514 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:33:26.514 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 10:33:26.515 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:33:29.486 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=70931c41-d8dc-4aa6-8c70-52d8c90bc5e6", parameters={masked} +26-03-27 10:33:29.486 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 10:33:29.487 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 10:33:29.488 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:29.492 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 10:33:29.495 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 10:33:29.496 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:33:29.496 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 10:33:29.497 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:33:29.501 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=70931c41-d8dc-4aa6-8c70-52d8c90bc5e6", parameters={masked} +26-03-27 10:33:29.501 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 10:33:29.502 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 10:33:29.502 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:29.503 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [06751f78-77d7-42ad-8e95-70bc52186149] +26-03-27 10:33:29.503 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 10:33:29.503 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.379922Z] +26-03-27 10:33:29.503 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.414Z] +26-03-27 10:33:29.503 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.437270Z] +26-03-27 10:33:29.503 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:29.503 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.362961Z] +26-03-27 10:33:29.503 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 10:33:29.503 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjs1234] +26-03-27 10:33:29.503 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.362961Z] +26-03-27 10:33:29.503 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 10:33:29.504 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 10:33:29.504 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:29.504 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:33:29.504 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 10:33:29.505 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:33:32.486 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=70931c41-d8dc-4aa6-8c70-52d8c90bc5e6", parameters={masked} +26-03-27 10:33:32.487 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 10:33:32.487 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 10:33:32.487 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:32.490 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 10:33:32.492 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 10:33:32.495 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:33:32.495 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 10:33:32.495 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:33:32.500 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=70931c41-d8dc-4aa6-8c70-52d8c90bc5e6", parameters={masked} +26-03-27 10:33:32.501 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 10:33:32.502 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 10:33:32.503 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:32.503 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [06751f78-77d7-42ad-8e95-70bc52186149] +26-03-27 10:33:32.503 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 10:33:32.503 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.379922Z] +26-03-27 10:33:32.503 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.414Z] +26-03-27 10:33:32.503 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.437270Z] +26-03-27 10:33:32.503 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:32.504 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.362961Z] +26-03-27 10:33:32.504 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 10:33:32.504 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjs1234] +26-03-27 10:33:32.504 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.362961Z] +26-03-27 10:33:32.504 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 10:33:32.505 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 10:33:32.505 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:32.506 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:33:32.506 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 10:33:32.506 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:33:35.487 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=70931c41-d8dc-4aa6-8c70-52d8c90bc5e6", parameters={masked} +26-03-27 10:33:35.488 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 10:33:35.488 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 10:33:35.489 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:35.491 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 10:33:35.492 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 10:33:35.493 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:33:35.493 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 10:33:35.493 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:33:35.497 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=70931c41-d8dc-4aa6-8c70-52d8c90bc5e6", parameters={masked} +26-03-27 10:33:35.497 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 10:33:35.498 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 10:33:35.498 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:35.498 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [06751f78-77d7-42ad-8e95-70bc52186149] +26-03-27 10:33:35.498 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 10:33:35.498 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.379922Z] +26-03-27 10:33:35.499 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.414Z] +26-03-27 10:33:35.499 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.437270Z] +26-03-27 10:33:35.499 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:35.499 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.362961Z] +26-03-27 10:33:35.499 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 10:33:35.499 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjs1234] +26-03-27 10:33:35.499 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T01:33:26.362961Z] +26-03-27 10:33:35.499 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 10:33:35.501 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 10:33:35.501 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:33:35.502 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:33:35.502 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 10:33:35.503 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:35:43.784 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final +26-03-27 10:35:43.843 [main] INFO c.s.m.discodeit.DiscodeitApplication - Starting DiscodeitApplication using Java 17.0.18 with PID 55848 (C:\codeit\10-sprint-mission\build\classes\java\main started by user in C:\codeit\10-sprint-mission) +26-03-27 10:35:43.843 [main] DEBUG c.s.m.discodeit.DiscodeitApplication - Running with Spring Boot v3.5.10, Spring v6.2.15 +26-03-27 10:35:43.845 [main] INFO c.s.m.discodeit.DiscodeitApplication - The following 1 profile is active: "dev" +26-03-27 10:35:44.882 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +26-03-27 10:35:44.959 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 69 ms. Found 6 JPA repository interfaces. +26-03-27 10:35:45.507 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http) +26-03-27 10:35:45.518 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +26-03-27 10:35:45.520 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +26-03-27 10:35:45.520 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.50] +26-03-27 10:35:45.588 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +26-03-27 10:35:45.589 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1700 ms +26-03-27 10:35:45.713 [main] DEBUG o.s.w.f.ServerHttpObservationFilter - Filter 'webMvcObservationFilter' configured for use +26-03-27 10:35:45.755 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +26-03-27 10:35:45.922 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:test-practice user=SA +26-03-27 10:35:45.924 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +26-03-27 10:35:46.045 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] +26-03-27 10:35:46.107 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.6.41.Final +26-03-27 10:35:46.141 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled +26-03-27 10:35:46.435 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer +26-03-27 10:35:46.515 [main] INFO o.hibernate.orm.connections.pooling - HHH10001005: Database info: + Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] + Database driver: undefined/unknown + Database version: 2.3.232 + Autocommit mode: undefined/unknown + Isolation level: undefined/unknown + Minimum pool size: undefined/unknown + Maximum pool size: undefined/unknown +26-03-27 10:35:47.415 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +26-03-27 10:35:47.447 [main] DEBUG org.hibernate.SQL - + alter table if exists binary_contents + alter column content_type set data type varchar(255) +26-03-27 10:35:47.449 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column description set data type varchar(255) +26-03-27 10:35:47.455 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column name set data type varchar(255) +26-03-27 10:35:47.455 [main] DEBUG org.hibernate.SQL - + alter table if exists messages + alter column content set data type varchar(255) +26-03-27 10:35:47.460 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column email set data type varchar(255) +26-03-27 10:35:47.461 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column password set data type varchar(255) +26-03-27 10:35:47.461 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column username set data type varchar(255) +26-03-27 10:35:47.463 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + drop constraint if exists UKqttel343c4eq691kcxipoixr7 +26-03-27 10:35:47.465 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + add constraint UKqttel343c4eq691kcxipoixr7 unique (user_id, channel_id) +26-03-27 10:35:47.472 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' +26-03-27 10:35:47.716 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. +26-03-27 10:35:48.162 [main] INFO c.s.m.d.s.LocalBinaryContentStorage - 로컬 파일 저장소 초기화 완료: path=C:\codeit\10-sprint-mission\.\storage +26-03-27 10:35:48.511 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html] +26-03-27 10:35:48.591 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 28 mappings in 'requestMappingHandlerMapping' +26-03-27 10:35:48.680 [main] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Patterns [/webjars/**, /**, /swagger-ui/**, /swagger-ui/*swagger-initializer.js, /webjars/*swagger-ui/**, /webjars/*swagger-ui/*swagger-initializer.js, /webjars/*swagger-ui/5.31.0/*swagger-initializer.js] in 'resourceHandlerMapping' +26-03-27 10:35:48.708 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice +26-03-27 10:35:48.756 [main] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 2 @ExceptionHandler, 1 ResponseBodyAdvice +26-03-27 10:35:49.033 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 1 endpoint beneath base path '/actuator' +26-03-27 10:35:49.085 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +26-03-27 10:35:49.108 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8080 (http) with context path '/' +26-03-27 10:35:49.122 [main] INFO c.s.m.discodeit.DiscodeitApplication - Started DiscodeitApplication in 5.856 seconds (process running for 6.176) +26-03-27 10:35:49.154 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /v3/api-docs endpoint is enabled by default. To disable it in production, set the property 'springdoc.api-docs.enabled=false' +26-03-27 10:35:49.154 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /swagger-ui.html endpoint is enabled by default. To disable it in production, set the property 'springdoc.swagger-ui.enabled=false' +26-03-27 10:35:49.182 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +26-03-27 10:35:49.182 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +26-03-27 10:35:49.182 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected StandardServletMultipartResolver +26-03-27 10:35:49.182 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected AcceptHeaderLocaleResolver +26-03-27 10:35:49.182 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected FixedThemeResolver +26-03-27 10:35:49.183 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@42becaf6 +26-03-27 10:35:49.183 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected org.springframework.web.servlet.support.SessionFlashMapManager@6ba076ef +26-03-27 10:35:49.183 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data +26-03-27 10:35:49.183 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +26-03-27 10:35:49.200 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator", parameters={} +26-03-27 10:35:49.223 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json;q=0.8', given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 10:35:49.250 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Writing [{_links={self=[Link@49fc9875 href = 'http://localhost:8080/actuator'], health-path=[Link@4a1be451 hr (truncated)...] +26-03-27 10:35:49.271 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:36:02.705 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/70931c41-d8dc-4aa6-8c70-52d8c90bc5e6/userStatus", parameters={} +26-03-27 10:36:02.705 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=70931c41-d8dc-4aa6-8c70-52d8c90bc5e6", parameters={masked} +26-03-27 10:36:02.707 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 10:36:02.708 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 10:36:02.749 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T01:36:02.702Z]] +26-03-27 10:36:02.786 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 10:36:02.788 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:36:02.802 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 10:36:02.803 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:36:02.820 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 10:36:02.822 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 10:36:02.828 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:36:02.829 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 10:36:02.832 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T01:36:02.819321500Z, code=USER_STATUS_NOT_FOUND, message=사용자 상태 정 (truncated)...] +26-03-27 10:36:02.836 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException: 사용자 상태 정보가 존재하지 않습니다.] +26-03-27 10:36:02.836 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 10:36:02.838 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:36:02.838 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 10:36:02.844 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:36:02.847 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=70931c41-d8dc-4aa6-8c70-52d8c90bc5e6", parameters={masked} +26-03-27 10:36:02.848 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 10:36:02.859 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 10:36:02.860 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:36:02.862 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 10:36:02.863 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:36:02.863 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T01:36:02.862614500Z, code=USER_NOT_FOUND, message=존재하지 않는 사용자입니다. (truncated)...] +26-03-27 10:36:02.865 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserNotFoundException: 존재하지 않는 사용자입니다.] +26-03-27 10:36:02.865 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 10:36:26.700 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 10:36:26.701 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 10:36:26.707 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 10:36:26.710 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:36:26.710 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 10:36:26.713 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:37:02.694 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/70931c41-d8dc-4aa6-8c70-52d8c90bc5e6/userStatus", parameters={} +26-03-27 10:37:02.695 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 10:37:02.695 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T01:37:02.691Z]] +26-03-27 10:37:02.697 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 10:37:02.698 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:37:02.699 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 10:37:02.699 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:37:02.699 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T01:37:02.698310600Z, code=USER_STATUS_NOT_FOUND, message=사용자 상태 정 (truncated)...] +26-03-27 10:37:02.700 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException: 사용자 상태 정보가 존재하지 않습니다.] +26-03-27 10:37:02.700 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 10:37:11.021 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator/health", parameters={} +26-03-27 10:37:11.022 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/octet-stream" to [] +26-03-27 10:37:11.034 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json;q=0.8', given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 10:37:11.042 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [org.springframework.boot.actuate.health.SystemHealth@3d7380dc] +26-03-27 10:37:11.043 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:37:26.698 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 10:37:26.698 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 10:37:26.700 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 10:37:26.701 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:37:26.701 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 10:37:26.702 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:38:02.699 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/70931c41-d8dc-4aa6-8c70-52d8c90bc5e6/userStatus", parameters={} +26-03-27 10:38:02.699 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 10:38:02.699 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T01:38:02.694Z]] +26-03-27 10:38:02.700 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 10:38:02.702 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:38:02.703 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 10:38:02.703 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:38:02.704 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T01:38:02.703269400Z, code=USER_STATUS_NOT_FOUND, message=사용자 상태 정 (truncated)...] +26-03-27 10:38:02.704 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException: 사용자 상태 정보가 존재하지 않습니다.] +26-03-27 10:38:02.704 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 10:39:02.691 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/70931c41-d8dc-4aa6-8c70-52d8c90bc5e6/userStatus", parameters={} +26-03-27 10:39:02.692 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 10:39:02.692 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 10:39:02.692 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 10:39:02.692 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T01:39:02.687Z]] +26-03-27 10:39:02.693 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 10:39:02.694 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 10:39:02.694 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:39:02.694 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 10:39:02.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:39:02.695 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:39:02.695 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 10:39:02.695 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:39:02.695 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T01:39:02.695456600Z, code=USER_STATUS_NOT_FOUND, message=사용자 상태 정 (truncated)...] +26-03-27 10:39:02.696 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException: 사용자 상태 정보가 존재하지 않습니다.] +26-03-27 10:39:02.696 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 10:40:02.701 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/70931c41-d8dc-4aa6-8c70-52d8c90bc5e6/userStatus", parameters={} +26-03-27 10:40:02.702 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 10:40:02.703 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T01:40:02.698Z]] +26-03-27 10:40:02.703 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 10:40:02.703 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 10:40:02.705 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 10:40:02.705 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 10:40:02.706 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:40:02.706 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:40:02.706 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 10:40:02.706 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 10:40:02.707 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:40:02.707 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T01:40:02.706175600Z, code=USER_STATUS_NOT_FOUND, message=사용자 상태 정 (truncated)...] +26-03-27 10:40:02.707 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:40:02.707 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException: 사용자 상태 정보가 존재하지 않습니다.] +26-03-27 10:40:02.707 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 10:41:02.692 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/70931c41-d8dc-4aa6-8c70-52d8c90bc5e6/userStatus", parameters={} +26-03-27 10:41:02.692 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 10:41:02.692 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 10:41:02.692 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 10:41:02.693 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T01:41:02.687Z]] +26-03-27 10:41:02.693 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 10:41:02.694 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 10:41:02.694 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:41:02.695 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 10:41:02.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:41:02.695 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:41:02.695 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 10:41:02.695 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:41:02.695 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T01:41:02.695515200Z, code=USER_STATUS_NOT_FOUND, message=사용자 상태 정 (truncated)...] +26-03-27 10:41:02.696 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException: 사용자 상태 정보가 존재하지 않습니다.] +26-03-27 10:41:02.696 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 10:42:02.698 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/70931c41-d8dc-4aa6-8c70-52d8c90bc5e6/userStatus", parameters={} +26-03-27 10:42:02.700 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 10:42:02.701 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T01:42:02.696Z]] +26-03-27 10:42:02.703 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 10:42:02.703 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 10:42:02.703 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 10:42:02.703 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:42:02.703 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 10:42:02.704 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 10:42:02.704 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:42:02.704 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:42:02.704 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 10:42:02.704 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T01:42:02.704337Z, code=USER_STATUS_NOT_FOUND, message=사용자 상태 정보가 (truncated)...] +26-03-27 10:42:02.705 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:42:02.705 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException: 사용자 상태 정보가 존재하지 않습니다.] +26-03-27 10:42:02.705 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 10:43:02.695 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/70931c41-d8dc-4aa6-8c70-52d8c90bc5e6/userStatus", parameters={} +26-03-27 10:43:02.695 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 10:43:02.695 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 10:43:02.695 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 10:43:02.695 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T01:43:02.692Z]] +26-03-27 10:43:02.697 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 10:43:02.698 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 10:43:02.698 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 10:43:02.698 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:43:02.698 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 10:43:02.699 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 10:43:02.699 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 10:43:02.699 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 10:43:02.699 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T01:43:02.698158900Z, code=USER_STATUS_NOT_FOUND, message=사용자 상태 정 (truncated)...] +26-03-27 10:43:02.699 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException: 사용자 상태 정보가 존재하지 않습니다.] +26-03-27 10:43:02.699 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 11:12:03.618 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final +26-03-27 11:12:03.674 [main] INFO c.s.m.discodeit.DiscodeitApplication - Starting DiscodeitApplication using Java 17.0.18 with PID 64192 (C:\codeit\10-sprint-mission\build\classes\java\main started by user in C:\codeit\10-sprint-mission) +26-03-27 11:12:03.674 [main] DEBUG c.s.m.discodeit.DiscodeitApplication - Running with Spring Boot v3.5.10, Spring v6.2.15 +26-03-27 11:12:03.676 [main] INFO c.s.m.discodeit.DiscodeitApplication - The following 1 profile is active: "dev" +26-03-27 11:12:04.681 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +26-03-27 11:12:04.756 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 66 ms. Found 6 JPA repository interfaces. +26-03-27 11:12:05.295 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http) +26-03-27 11:12:05.305 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +26-03-27 11:12:05.307 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +26-03-27 11:12:05.307 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.50] +26-03-27 11:12:05.368 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +26-03-27 11:12:05.369 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1649 ms +26-03-27 11:12:05.493 [main] DEBUG o.s.w.f.ServerHttpObservationFilter - Filter 'webMvcObservationFilter' configured for use +26-03-27 11:12:05.534 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +26-03-27 11:12:05.707 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:test-practice user=SA +26-03-27 11:12:05.709 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +26-03-27 11:12:05.826 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] +26-03-27 11:12:05.874 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.6.41.Final +26-03-27 11:12:05.917 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled +26-03-27 11:12:06.183 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer +26-03-27 11:12:06.252 [main] INFO o.hibernate.orm.connections.pooling - HHH10001005: Database info: + Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] + Database driver: undefined/unknown + Database version: 2.3.232 + Autocommit mode: undefined/unknown + Isolation level: undefined/unknown + Minimum pool size: undefined/unknown + Maximum pool size: undefined/unknown +26-03-27 11:12:07.052 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +26-03-27 11:12:07.081 [main] DEBUG org.hibernate.SQL - + alter table if exists binary_contents + alter column content_type set data type varchar(255) +26-03-27 11:12:07.083 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column description set data type varchar(255) +26-03-27 11:12:07.087 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column name set data type varchar(255) +26-03-27 11:12:07.088 [main] DEBUG org.hibernate.SQL - + alter table if exists messages + alter column content set data type varchar(255) +26-03-27 11:12:07.092 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column email set data type varchar(255) +26-03-27 11:12:07.092 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column password set data type varchar(255) +26-03-27 11:12:07.093 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column username set data type varchar(255) +26-03-27 11:12:07.095 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + drop constraint if exists UKqttel343c4eq691kcxipoixr7 +26-03-27 11:12:07.096 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + add constraint UKqttel343c4eq691kcxipoixr7 unique (user_id, channel_id) +26-03-27 11:12:07.104 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' +26-03-27 11:12:07.322 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. +26-03-27 11:12:07.725 [main] INFO c.s.m.d.s.LocalBinaryContentStorage - 로컬 파일 저장소 초기화 완료: path=C:\codeit\10-sprint-mission\.\storage +26-03-27 11:12:08.052 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html] +26-03-27 11:12:08.143 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 28 mappings in 'requestMappingHandlerMapping' +26-03-27 11:12:08.221 [main] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Patterns [/webjars/**, /**, /swagger-ui/**, /swagger-ui/*swagger-initializer.js, /webjars/*swagger-ui/**, /webjars/*swagger-ui/*swagger-initializer.js, /webjars/*swagger-ui/5.31.0/*swagger-initializer.js] in 'resourceHandlerMapping' +26-03-27 11:12:08.244 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice +26-03-27 11:12:08.287 [main] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 2 @ExceptionHandler, 1 ResponseBodyAdvice +26-03-27 11:12:08.512 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 4 endpoints beneath base path '/actuator' +26-03-27 11:12:08.561 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +26-03-27 11:12:08.585 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8080 (http) with context path '/' +26-03-27 11:12:08.596 [main] INFO c.s.m.discodeit.DiscodeitApplication - Started DiscodeitApplication in 5.481 seconds (process running for 5.817) +26-03-27 11:12:08.624 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /v3/api-docs endpoint is enabled by default. To disable it in production, set the property 'springdoc.api-docs.enabled=false' +26-03-27 11:12:08.624 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /swagger-ui.html endpoint is enabled by default. To disable it in production, set the property 'springdoc.swagger-ui.enabled=false' +26-03-27 11:12:25.982 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +26-03-27 11:12:25.983 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +26-03-27 11:12:25.983 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected StandardServletMultipartResolver +26-03-27 11:12:25.983 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected AcceptHeaderLocaleResolver +26-03-27 11:12:25.983 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected FixedThemeResolver +26-03-27 11:12:25.984 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@1dfa18a6 +26-03-27 11:12:25.984 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected org.springframework.web.servlet.support.SessionFlashMapManager@d74f68e +26-03-27 11:12:25.984 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data +26-03-27 11:12:25.984 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +26-03-27 11:12:26.000 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator", parameters={} +26-03-27 11:12:26.020 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json;q=0.8', given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 11:12:26.048 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Writing [{_links={self=[Link@20afb73 href = 'http://localhost:8080/actuator'], health-path=[Link@5502555a hre (truncated)...] +26-03-27 11:12:26.069 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:12:50.173 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator/info", parameters={} +26-03-27 11:12:50.176 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/octet-stream" to [] +26-03-27 11:12:50.188 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json;q=0.8', given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 11:12:50.188 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Writing [{config={datasource={url=jdbc:h2:mem:test-practice, driver-class-name=org.h2.Driver}, jpa={ddl-auto= (truncated)...] +26-03-27 11:12:50.191 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:19:46.198 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator/metrics", parameters={} +26-03-27 11:19:46.200 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/octet-stream" to [] +26-03-27 11:19:46.201 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json;q=0.8', given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 11:19:46.202 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Writing [org.springframework.boot.actuate.metrics.MetricsEndpoint$MetricNamesDescriptor@2dff9a7a] +26-03-27 11:19:46.206 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:20:19.371 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator/health", parameters={} +26-03-27 11:20:19.371 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/octet-stream" to [] +26-03-27 11:20:19.385 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json;q=0.8', given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 11:20:19.391 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [org.springframework.boot.actuate.health.SystemHealth@5811ef2f] +26-03-27 11:20:19.392 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:20:23.676 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator/loggers", parameters={} +26-03-27 11:20:23.678 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/octet-stream" to [] +26-03-27 11:20:23.684 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json;q=0.8', given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 11:20:23.685 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Writing [org.springframework.boot.actuate.logging.LoggersEndpoint$LoggersDescriptor@54be92ef] +26-03-27 11:20:23.695 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:24:44.533 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator/loggers/com.sprint.mission.discodeit", parameters={} +26-03-27 11:24:44.535 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json', given [*/*] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 11:24:44.535 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Writing [org.springframework.boot.actuate.logging.LoggersEndpoint$SingleLoggerLevelsDescriptor@7cb37574] +26-03-27 11:24:44.545 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:26:43.528 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - POST "/actuator/loggers/com.sprint.mission.discodeit", parameters={} +26-03-27 11:26:43.541 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [{configuredLevel=INFO}] +26-03-27 11:26:43.543 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/octet-stream', given [*/*] and supported [*/*] +26-03-27 11:26:43.543 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 204 NO_CONTENT +26-03-27 11:26:48.578 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator/loggers/com.sprint.mission.discodeit", parameters={} +26-03-27 11:26:48.579 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [{configuredLevel=INFO}] +26-03-27 11:26:48.579 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json', given [*/*] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 11:26:48.579 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Writing [org.springframework.boot.actuate.logging.LoggersEndpoint$SingleLoggerLevelsDescriptor@19ffc0ea] +26-03-27 11:26:48.579 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:26:58.382 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator/loggers", parameters={} +26-03-27 11:26:58.384 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/octet-stream" to [] +26-03-27 11:26:58.386 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json;q=0.8', given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 11:26:58.386 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Writing [org.springframework.boot.actuate.logging.LoggersEndpoint$LoggersDescriptor@589f3ede] +26-03-27 11:26:58.387 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:26:58.434 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/favicon.ico", parameters={} +26-03-27 11:26:58.439 [http-nio-8080-exec-7] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 11:26:58.446 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:27:10.395 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - POST "/actuator/loggers/com.sprint.mission.discodeit", parameters={} +26-03-27 11:27:10.395 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [{configuredLevel=DEBUG}] +26-03-27 11:27:10.397 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/octet-stream', given [*/*] and supported [*/*] +26-03-27 11:27:10.397 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 204 NO_CONTENT +26-03-27 11:27:11.887 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator/loggers", parameters={} +26-03-27 11:27:11.888 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/octet-stream" to [] +26-03-27 11:27:11.889 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json;q=0.8', given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 11:27:11.889 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Writing [org.springframework.boot.actuate.logging.LoggersEndpoint$LoggersDescriptor@73e33bd2] +26-03-27 11:27:11.891 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:27:33.696 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator/loggers/com.sprint.mission.discodeit", parameters={} +26-03-27 11:27:33.697 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/octet-stream" to [] +26-03-27 11:27:33.697 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json;q=0.8', given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 11:27:33.697 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Writing [org.springframework.boot.actuate.logging.LoggersEndpoint$SingleLoggerLevelsDescriptor@2c9991db] +26-03-27 11:27:33.697 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:30:04.713 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - POST "/api/users", parameters={multipart} +26-03-27 11:30:04.730 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#join(UserCreateRequest, MultipartFile) +26-03-27 11:30:04.735 [http-nio-8080-exec-4] DEBUG o.s.web.method.HandlerMethod - Could not resolve parameter [0] in public org.springframework.http.ResponseEntity com.sprint.mission.discodeit.controller.UserController.join(com.sprint.mission.discodeit.dto.UserCreateRequest,org.springframework.web.multipart.MultipartFile) throws java.io.IOException: Content-Type 'application/octet-stream' is not supported +26-03-27 11:30:04.736 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleUnknown(Exception) +26-03-27 11:30:04.741 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [*/*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:30:04.745 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T02:30:04.737519800Z, code=INTERNAL_SERVER_ERROR, message=Content- (truncated)...] +26-03-27 11:30:04.746 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content-Type 'application/octet-stream' is not supported] +26-03-27 11:30:04.746 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 500 INTERNAL_SERVER_ERROR +26-03-27 11:30:49.056 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - POST "/api/users", parameters={multipart} +26-03-27 11:30:49.059 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#join(UserCreateRequest, MultipartFile) +26-03-27 11:30:49.060 [http-nio-8080-exec-7] DEBUG o.s.web.method.HandlerMethod - Could not resolve parameter [0] in public org.springframework.http.ResponseEntity com.sprint.mission.discodeit.controller.UserController.join(com.sprint.mission.discodeit.dto.UserCreateRequest,org.springframework.web.multipart.MultipartFile) throws java.io.IOException: Content-Type 'application/octet-stream' is not supported +26-03-27 11:30:49.061 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleUnknown(Exception) +26-03-27 11:30:49.061 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [*/*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:30:49.061 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T02:30:49.061674Z, code=INTERNAL_SERVER_ERROR, message=Content-Typ (truncated)...] +26-03-27 11:30:49.062 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content-Type 'application/octet-stream' is not supported] +26-03-27 11:30:49.063 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 500 INTERNAL_SERVER_ERROR +26-03-27 11:34:00.316 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - POST "/api/users", parameters={multipart} +26-03-27 11:34:00.324 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#join(UserCreateRequest, MultipartFile) +26-03-27 11:34:00.325 [http-nio-8080-exec-9] DEBUG o.s.web.method.HandlerMethod - Could not resolve parameter [0] in public org.springframework.http.ResponseEntity com.sprint.mission.discodeit.controller.UserController.join(com.sprint.mission.discodeit.dto.UserCreateRequest,org.springframework.web.multipart.MultipartFile) throws java.io.IOException: Content-Type 'application/octet-stream' is not supported +26-03-27 11:34:00.325 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleUnknown(Exception) +26-03-27 11:34:00.326 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [*/*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:34:00.326 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T02:34:00.325383300Z, code=INTERNAL_SERVER_ERROR, message=Content- (truncated)...] +26-03-27 11:34:00.326 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content-Type 'application/octet-stream' is not supported] +26-03-27 11:34:00.328 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 500 INTERNAL_SERVER_ERROR +26-03-27 11:34:11.667 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - POST "/api/users", parameters={multipart} +26-03-27 11:34:11.671 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#join(UserCreateRequest, MultipartFile) +26-03-27 11:34:11.691 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestPartMethodArgumentResolver - Read "application/json" to [UserCreateRequest[username=testuser, email=test@test.com, password=password123]] +26-03-27 11:34:11.732 [http-nio-8080-exec-1] INFO c.s.m.d.controller.UserController - 사용자 등록 요청: username=testuser, email=test@test.com +26-03-27 11:34:11.738 [http-nio-8080-exec-1] INFO c.s.m.d.s.basic.BasicUserService - 사용자 생성 시작: username=testuser, email=test@test.com +26-03-27 11:34:11.797 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.username=? +26-03-27 11:34:11.798 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:VARCHAR) <- [testuser] +26-03-27 11:34:11.820 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.email=? +26-03-27 11:34:11.820 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:VARCHAR) <- [test@test.com] +26-03-27 11:34:11.858 [http-nio-8080-exec-1] DEBUG c.s.m.d.s.LocalBinaryContentStorage - 파일 저장 시작: id=09423109-4a49-447e-b6e1-c29f80da2e7f, size=75051bytes +26-03-27 11:34:11.859 [http-nio-8080-exec-1] DEBUG c.s.m.d.s.LocalBinaryContentStorage - 파일 저장 완료: id=09423109-4a49-447e-b6e1-c29f80da2e7f +26-03-27 11:34:11.859 [http-nio-8080-exec-1] DEBUG c.s.m.d.s.basic.BasicUserService - 프로필 이미지 등록 완료: profileName=웃는얼굴.png +26-03-27 11:34:11.864 [http-nio-8080-exec-1] INFO c.s.m.d.s.basic.BasicUserService - 사용자 생성 완료: username=testuser, email=test@test.com +26-03-27 11:34:11.876 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + insert + into + binary_contents + (content_type, created_at, file_name, size, id) + values + (?, ?, ?, ?, ?) +26-03-27 11:34:11.878 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:VARCHAR) <- [image/png] +26-03-27 11:34:11.878 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:34:11.838728100Z] +26-03-27 11:34:11.881 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:VARCHAR) <- [웃는얼굴.png] +26-03-27 11:34:11.882 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:BIGINT) <- [75051] +26-03-27 11:34:11.882 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (5:UUID) <- [09423109-4a49-447e-b6e1-c29f80da2e7f] +26-03-27 11:34:11.885 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + insert + into + users + (created_at, email, password, profile_id, updated_at, username, id) + values + (?, ?, ?, ?, ?, ?, ?) +26-03-27 11:34:11.886 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:34:11.860409400Z] +26-03-27 11:34:11.886 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:VARCHAR) <- [test@test.com] +26-03-27 11:34:11.886 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:VARCHAR) <- [password123] +26-03-27 11:34:11.886 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [09423109-4a49-447e-b6e1-c29f80da2e7f] +26-03-27 11:34:11.886 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (5:TIMESTAMP_UTC) <- [2026-03-27T02:34:11.860409400Z] +26-03-27 11:34:11.886 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (6:VARCHAR) <- [testuser] +26-03-27 11:34:11.886 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (7:UUID) <- [2220c4bb-4b5d-4733-9d59-778bea9e09d9] +26-03-27 11:34:11.886 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + insert + into + user_statuses + (created_at, last_active_at, updated_at, user_id, id) + values + (?, ?, ?, ?, ?) +26-03-27 11:34:11.886 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:34:11.863500800Z] +26-03-27 11:34:11.886 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:34:11.859135900Z] +26-03-27 11:34:11.886 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:TIMESTAMP_UTC) <- [2026-03-27T02:34:11.863500800Z] +26-03-27 11:34:11.887 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [2220c4bb-4b5d-4733-9d59-778bea9e09d9] +26-03-27 11:34:11.887 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (5:UUID) <- [3fd26630-8630-4f0c-89bd-bf16a45600d0] +26-03-27 11:34:11.888 [http-nio-8080-exec-1] INFO c.s.m.d.controller.UserController - 사용자 등록 완료: username=testuser, email=test@test.com +26-03-27 11:34:11.892 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [*/*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:34:11.895 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserDto[id=2220c4bb-4b5d-4733-9d59-778bea9e09d9, username=testuser, email=test@test.com, profile=Bin (truncated)...] +26-03-27 11:34:11.896 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 201 CREATED +26-03-27 11:34:28.729 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - POST "/actuator/loggers/com.sprint.mission.discodeit", parameters={} +26-03-27 11:34:28.730 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [{configuredLevel=INFO}] +26-03-27 11:34:28.731 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/octet-stream', given [*/*] and supported [*/*] +26-03-27 11:34:28.731 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 204 NO_CONTENT +26-03-27 11:34:31.162 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - POST "/api/users", parameters={multipart} +26-03-27 11:34:31.168 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#join(UserCreateRequest, MultipartFile) +26-03-27 11:34:31.169 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestPartMethodArgumentResolver - Read "application/json" to [UserCreateRequest[username=testuser, email=test@test.com, password=password123]] +26-03-27 11:34:31.169 [http-nio-8080-exec-3] INFO c.s.m.d.controller.UserController - 사용자 등록 요청: username=testuser, email=test@test.com +26-03-27 11:34:31.170 [http-nio-8080-exec-3] INFO c.s.m.d.s.basic.BasicUserService - 사용자 생성 시작: username=testuser, email=test@test.com +26-03-27 11:34:31.171 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.username=? +26-03-27 11:34:31.171 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:VARCHAR) <- [testuser] +26-03-27 11:34:31.172 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [2220c4bb-4b5d-4733-9d59-778bea9e09d9] +26-03-27 11:34:31.172 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [09423109-4a49-447e-b6e1-c29f80da2e7f] +26-03-27 11:34:31.177 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + where + us1_0.user_id=? +26-03-27 11:34:31.178 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [2220c4bb-4b5d-4733-9d59-778bea9e09d9] +26-03-27 11:34:31.178 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [3fd26630-8630-4f0c-89bd-bf16a45600d0] +26-03-27 11:34:31.179 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [2220c4bb-4b5d-4733-9d59-778bea9e09d9] +26-03-27 11:34:31.179 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.863501Z] +26-03-27 11:34:31.179 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.859136Z] +26-03-27 11:34:31.179 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.863501Z] +26-03-27 11:34:31.182 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.860409Z] +26-03-27 11:34:31.182 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [test@test.com] +26-03-27 11:34:31.182 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [password123] +26-03-27 11:34:31.182 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.860409Z] +26-03-27 11:34:31.182 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:VARCHAR) -> [testuser] +26-03-27 11:34:31.183 [http-nio-8080-exec-3] WARN c.s.m.d.s.basic.BasicUserService - 사용자 생성 실패 - 이미 존재하는 닉네임: username=testuser +26-03-27 11:34:31.187 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 11:34:31.187 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [*/*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:34:31.188 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T02:34:31.184775200Z, code=USERNAME_ALREADY_EXISTS, message=이미 존재하 (truncated)...] +26-03-27 11:34:31.189 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserNameAlreadyExistsException: 이미 존재하는 닉네임입니다.] +26-03-27 11:34:31.190 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 409 CONFLICT +26-03-27 11:34:45.003 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - POST "/api/users", parameters={multipart} +26-03-27 11:34:45.007 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#join(UserCreateRequest, MultipartFile) +26-03-27 11:34:45.007 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestPartMethodArgumentResolver - Read "application/json" to [UserCreateRequest[username=testuserf, email=tfest@test.com, password=password123]] +26-03-27 11:34:45.008 [http-nio-8080-exec-6] INFO c.s.m.d.controller.UserController - 사용자 등록 요청: username=testuserf, email=tfest@test.com +26-03-27 11:34:45.008 [http-nio-8080-exec-6] INFO c.s.m.d.s.basic.BasicUserService - 사용자 생성 시작: username=testuserf, email=tfest@test.com +26-03-27 11:34:45.009 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.username=? +26-03-27 11:34:45.009 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:VARCHAR) <- [testuserf] +26-03-27 11:34:45.011 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.email=? +26-03-27 11:34:45.011 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:VARCHAR) <- [tfest@test.com] +26-03-27 11:34:45.014 [http-nio-8080-exec-6] INFO c.s.m.d.s.basic.BasicUserService - 사용자 생성 완료: username=testuserf, email=tfest@test.com +26-03-27 11:34:45.015 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + insert + into + binary_contents + (content_type, created_at, file_name, size, id) + values + (?, ?, ?, ?, ?) +26-03-27 11:34:45.016 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:VARCHAR) <- [image/png] +26-03-27 11:34:45.016 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:34:45.012267Z] +26-03-27 11:34:45.016 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:VARCHAR) <- [웃는얼굴.png] +26-03-27 11:34:45.016 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:BIGINT) <- [75051] +26-03-27 11:34:45.016 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (5:UUID) <- [3153a5a9-c58c-4b90-b719-3c1120f05308] +26-03-27 11:34:45.016 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + insert + into + users + (created_at, email, password, profile_id, updated_at, username, id) + values + (?, ?, ?, ?, ?, ?, ?) +26-03-27 11:34:45.017 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:34:45.014767Z] +26-03-27 11:34:45.017 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:VARCHAR) <- [tfest@test.com] +26-03-27 11:34:45.017 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:VARCHAR) <- [password123] +26-03-27 11:34:45.017 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [3153a5a9-c58c-4b90-b719-3c1120f05308] +26-03-27 11:34:45.017 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (5:TIMESTAMP_UTC) <- [2026-03-27T02:34:45.014767Z] +26-03-27 11:34:45.017 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (6:VARCHAR) <- [testuserf] +26-03-27 11:34:45.017 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (7:UUID) <- [4c303db4-2614-4a92-a64f-6e639449f605] +26-03-27 11:34:45.017 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + insert + into + user_statuses + (created_at, last_active_at, updated_at, user_id, id) + values + (?, ?, ?, ?, ?) +26-03-27 11:34:45.018 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:34:45.014767Z] +26-03-27 11:34:45.018 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:34:45.013631800Z] +26-03-27 11:34:45.018 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:TIMESTAMP_UTC) <- [2026-03-27T02:34:45.014767Z] +26-03-27 11:34:45.018 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [4c303db4-2614-4a92-a64f-6e639449f605] +26-03-27 11:34:45.018 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (5:UUID) <- [caa82ac1-02fb-46e3-9dc1-48a50c8c272c] +26-03-27 11:34:45.018 [http-nio-8080-exec-6] INFO c.s.m.d.controller.UserController - 사용자 등록 완료: username=testuserf, email=tfest@test.com +26-03-27 11:34:45.018 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [*/*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:34:45.019 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserDto[id=4c303db4-2614-4a92-a64f-6e639449f605, username=testuserf, email=tfest@test.com, profile=B (truncated)...] +26-03-27 11:34:45.021 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 201 CREATED +26-03-27 11:35:19.173 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - POST "/actuator/loggers/com.sprint.mission.discodeit", parameters={} +26-03-27 11:35:19.174 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [{configuredLevel=DEBUG}] +26-03-27 11:35:19.174 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/octet-stream', given [*/*] and supported [*/*] +26-03-27 11:35:19.174 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 204 NO_CONTENT +26-03-27 11:35:24.855 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - POST "/api/users", parameters={multipart} +26-03-27 11:35:24.859 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#join(UserCreateRequest, MultipartFile) +26-03-27 11:35:24.859 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestPartMethodArgumentResolver - Read "application/json" to [UserCreateRequest[username=testduserf, email=tfesdt@test.com, password=password123]] +26-03-27 11:35:24.860 [http-nio-8080-exec-5] INFO c.s.m.d.controller.UserController - 사용자 등록 요청: username=testduserf, email=tfesdt@test.com +26-03-27 11:35:24.860 [http-nio-8080-exec-5] INFO c.s.m.d.s.basic.BasicUserService - 사용자 생성 시작: username=testduserf, email=tfesdt@test.com +26-03-27 11:35:24.862 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.username=? +26-03-27 11:35:24.862 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:VARCHAR) <- [testduserf] +26-03-27 11:35:24.863 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.email=? +26-03-27 11:35:24.864 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:VARCHAR) <- [tfesdt@test.com] +26-03-27 11:35:24.865 [http-nio-8080-exec-5] DEBUG c.s.m.d.s.LocalBinaryContentStorage - 파일 저장 시작: id=d3126605-4144-4296-8e50-e72e0b2f96e6, size=75051bytes +26-03-27 11:35:24.866 [http-nio-8080-exec-5] DEBUG c.s.m.d.s.LocalBinaryContentStorage - 파일 저장 완료: id=d3126605-4144-4296-8e50-e72e0b2f96e6 +26-03-27 11:35:24.866 [http-nio-8080-exec-5] DEBUG c.s.m.d.s.basic.BasicUserService - 프로필 이미지 등록 완료: profileName=웃는얼굴.png +26-03-27 11:35:24.867 [http-nio-8080-exec-5] INFO c.s.m.d.s.basic.BasicUserService - 사용자 생성 완료: username=testduserf, email=tfesdt@test.com +26-03-27 11:35:24.867 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + insert + into + binary_contents + (content_type, created_at, file_name, size, id) + values + (?, ?, ?, ?, ?) +26-03-27 11:35:24.867 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:VARCHAR) <- [image/png] +26-03-27 11:35:24.867 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:35:24.864571800Z] +26-03-27 11:35:24.868 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:VARCHAR) <- [웃는얼굴.png] +26-03-27 11:35:24.868 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:BIGINT) <- [75051] +26-03-27 11:35:24.868 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (5:UUID) <- [d3126605-4144-4296-8e50-e72e0b2f96e6] +26-03-27 11:35:24.868 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + insert + into + users + (created_at, email, password, profile_id, updated_at, username, id) + values + (?, ?, ?, ?, ?, ?, ?) +26-03-27 11:35:24.868 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:35:24.867690500Z] +26-03-27 11:35:24.868 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:VARCHAR) <- [tfesdt@test.com] +26-03-27 11:35:24.868 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:VARCHAR) <- [password123] +26-03-27 11:35:24.868 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [d3126605-4144-4296-8e50-e72e0b2f96e6] +26-03-27 11:35:24.868 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (5:TIMESTAMP_UTC) <- [2026-03-27T02:35:24.867690500Z] +26-03-27 11:35:24.868 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (6:VARCHAR) <- [testduserf] +26-03-27 11:35:24.868 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (7:UUID) <- [61a1ffdd-c860-41b0-ad13-9ae7bbce796a] +26-03-27 11:35:24.868 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + insert + into + user_statuses + (created_at, last_active_at, updated_at, user_id, id) + values + (?, ?, ?, ?, ?) +26-03-27 11:35:24.869 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:35:24.867690500Z] +26-03-27 11:35:24.869 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:35:24.866682200Z] +26-03-27 11:35:24.869 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:TIMESTAMP_UTC) <- [2026-03-27T02:35:24.867690500Z] +26-03-27 11:35:24.869 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [61a1ffdd-c860-41b0-ad13-9ae7bbce796a] +26-03-27 11:35:24.869 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (5:UUID) <- [7c66c6f8-4e61-43d8-b09a-a00673e57757] +26-03-27 11:35:24.869 [http-nio-8080-exec-5] INFO c.s.m.d.controller.UserController - 사용자 등록 완료: username=testduserf, email=tfesdt@test.com +26-03-27 11:35:24.869 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [*/*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:35:24.869 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserDto[id=61a1ffdd-c860-41b0-ad13-9ae7bbce796a, username=testduserf, email=tfesdt@test.com, profile (truncated)...] +26-03-27 11:35:24.871 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 201 CREATED +26-03-27 11:36:24.199 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/", parameters={} +26-03-27 11:36:24.205 [http-nio-8080-exec-7] DEBUG o.s.w.s.v.ContentNegotiatingViewResolver - Selected 'text/html' given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] +26-03-27 11:36:24.206 [http-nio-8080-exec-7] DEBUG o.s.w.s.view.InternalResourceView - View name [forward:], model {} +26-03-27 11:36:24.208 [http-nio-8080-exec-7] DEBUG o.s.w.s.view.InternalResourceView - Forwarding to [index.html] +26-03-27 11:36:24.211 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - "FORWARD" dispatch for GET "/index.html", parameters={} +26-03-27 11:36:24.212 [http-nio-8080-exec-7] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 11:36:24.215 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Exiting from "FORWARD" dispatch, status 200 +26-03-27 11:36:24.215 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:24.229 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/assets/index-kQJbKSsj.css", parameters={} +26-03-27 11:36:24.229 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/assets/index-DRjprt8D.js", parameters={} +26-03-27 11:36:24.230 [http-nio-8080-exec-9] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 11:36:24.230 [http-nio-8080-exec-8] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 11:36:24.241 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:24.242 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:24.265 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/70931c41-d8dc-4aa6-8c70-52d8c90bc5e6/userStatus", parameters={} +26-03-27 11:36:24.265 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/70931c41-d8dc-4aa6-8c70-52d8c90bc5e6/userStatus", parameters={} +26-03-27 11:36:24.265 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:36:24.265 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:36:24.269 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:36:24.261Z]] +26-03-27 11:36:24.270 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:36:24.263Z]] +26-03-27 11:36:24.275 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:36:24.275 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:36:24.276 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 11:36:24.276 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [70931c41-d8dc-4aa6-8c70-52d8c90bc5e6] +26-03-27 11:36:24.278 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 11:36:24.278 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 11:36:24.278 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:24.278 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:24.278 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T02:36:24.277713400Z, code=USER_STATUS_NOT_FOUND, message=사용자 상태 정 (truncated)...] +26-03-27 11:36:24.278 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T02:36:24.277713400Z, code=USER_STATUS_NOT_FOUND, message=사용자 상태 정 (truncated)...] +26-03-27 11:36:24.279 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException: 사용자 상태 정보가 존재하지 않습니다.] +26-03-27 11:36:24.279 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException: 사용자 상태 정보가 존재하지 않습니다.] +26-03-27 11:36:24.279 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 11:36:24.279 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 11:36:24.296 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 11:36:24.297 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 11:36:24.302 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 11:36:24.304 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [2220c4bb-4b5d-4733-9d59-778bea9e09d9] +26-03-27 11:36:24.304 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [09423109-4a49-447e-b6e1-c29f80da2e7f] +26-03-27 11:36:24.304 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [3fd26630-8630-4f0c-89bd-bf16a45600d0] +26-03-27 11:36:24.304 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:VARCHAR) -> [image/png] +26-03-27 11:36:24.305 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.838728Z] +26-03-27 11:36:24.305 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:36:24.305 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:BIGINT) -> [75051] +26-03-27 11:36:24.305 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.863501Z] +26-03-27 11:36:24.305 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.859136Z] +26-03-27 11:36:24.305 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.863501Z] +26-03-27 11:36:24.305 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [2220c4bb-4b5d-4733-9d59-778bea9e09d9] +26-03-27 11:36:24.305 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.860409Z] +26-03-27 11:36:24.305 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [test@test.com] +26-03-27 11:36:24.305 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [password123] +26-03-27 11:36:24.305 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.860409Z] +26-03-27 11:36:24.305 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [testuser] +26-03-27 11:36:24.305 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [4c303db4-2614-4a92-a64f-6e639449f605] +26-03-27 11:36:24.305 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [3153a5a9-c58c-4b90-b719-3c1120f05308] +26-03-27 11:36:24.305 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [caa82ac1-02fb-46e3-9dc1-48a50c8c272c] +26-03-27 11:36:24.305 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:VARCHAR) -> [image/png] +26-03-27 11:36:24.305 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.012267Z] +26-03-27 11:36:24.305 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:36:24.305 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:BIGINT) -> [75051] +26-03-27 11:36:24.305 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:36:24.305 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.013632Z] +26-03-27 11:36:24.306 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:36:24.306 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [4c303db4-2614-4a92-a64f-6e639449f605] +26-03-27 11:36:24.306 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:36:24.306 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [tfest@test.com] +26-03-27 11:36:24.306 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [password123] +26-03-27 11:36:24.306 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:36:24.306 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [testuserf] +26-03-27 11:36:24.306 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [61a1ffdd-c860-41b0-ad13-9ae7bbce796a] +26-03-27 11:36:24.306 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [d3126605-4144-4296-8e50-e72e0b2f96e6] +26-03-27 11:36:24.306 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [7c66c6f8-4e61-43d8-b09a-a00673e57757] +26-03-27 11:36:24.306 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:VARCHAR) -> [image/png] +26-03-27 11:36:24.306 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.864572Z] +26-03-27 11:36:24.306 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:36:24.306 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:BIGINT) -> [75051] +26-03-27 11:36:24.306 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:36:24.306 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.866682Z] +26-03-27 11:36:24.306 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:36:24.306 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [61a1ffdd-c860-41b0-ad13-9ae7bbce796a] +26-03-27 11:36:24.306 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:36:24.306 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [tfesdt@test.com] +26-03-27 11:36:24.306 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [password123] +26-03-27 11:36:24.306 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:36:24.306 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [testduserf] +26-03-27 11:36:24.309 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:24.309 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[UserDto[id=2220c4bb-4b5d-4733-9d59-778bea9e09d9, username=testuser, email=test@test.com, profile=Bi (truncated)...] +26-03-27 11:36:24.310 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:50.090 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - POST "/api/users", parameters={multipart} +26-03-27 11:36:50.093 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#join(UserCreateRequest, MultipartFile) +26-03-27 11:36:50.094 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestPartMethodArgumentResolver - Read "application/json" to [UserCreateRequest[username=안녕, email=jsh858521@naver.com, password=dkssuddkssud]] +26-03-27 11:36:50.094 [http-nio-8080-exec-6] INFO c.s.m.d.controller.UserController - 사용자 등록 요청: username=안녕, email=jsh858521@naver.com +26-03-27 11:36:50.095 [http-nio-8080-exec-6] INFO c.s.m.d.s.basic.BasicUserService - 사용자 생성 시작: username=안녕, email=jsh858521@naver.com +26-03-27 11:36:50.095 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.username=? +26-03-27 11:36:50.096 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:VARCHAR) <- [안녕] +26-03-27 11:36:50.096 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.email=? +26-03-27 11:36:50.096 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:VARCHAR) <- [jsh858521@naver.com] +26-03-27 11:36:50.098 [http-nio-8080-exec-6] INFO c.s.m.d.s.basic.BasicUserService - 사용자 생성 완료: username=안녕, email=jsh858521@naver.com +26-03-27 11:36:50.099 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + insert + into + users + (created_at, email, password, profile_id, updated_at, username, id) + values + (?, ?, ?, ?, ?, ?, ?) +26-03-27 11:36:50.099 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:36:50.098127500Z] +26-03-27 11:36:50.099 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:VARCHAR) <- [jsh858521@naver.com] +26-03-27 11:36:50.099 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:VARCHAR) <- [dkssuddkssud] +26-03-27 11:36:50.099 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [null] +26-03-27 11:36:50.099 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (5:TIMESTAMP_UTC) <- [2026-03-27T02:36:50.098127500Z] +26-03-27 11:36:50.099 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (6:VARCHAR) <- [안녕] +26-03-27 11:36:50.099 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (7:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.099 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + insert + into + user_statuses + (created_at, last_active_at, updated_at, user_id, id) + values + (?, ?, ?, ?, ?) +26-03-27 11:36:50.099 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:36:50.098127500Z] +26-03-27 11:36:50.099 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:36:50.098127500Z] +26-03-27 11:36:50.099 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:TIMESTAMP_UTC) <- [2026-03-27T02:36:50.098127500Z] +26-03-27 11:36:50.099 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.099 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (5:UUID) <- [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:36:50.100 [http-nio-8080-exec-6] INFO c.s.m.d.controller.UserController - 사용자 등록 완료: username=안녕, email=jsh858521@naver.com +26-03-27 11:36:50.100 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:50.100 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserDto[id=d59432e3-0c8f-4242-80c7-8749d0282ebc, username=안녕, email=jsh858521@naver.com, profile=nul (truncated)...] +26-03-27 11:36:50.101 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 201 CREATED +26-03-27 11:36:50.104 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/d59432e3-0c8f-4242-80c7-8749d0282ebc/userStatus", parameters={} +26-03-27 11:36:50.104 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/d59432e3-0c8f-4242-80c7-8749d0282ebc/userStatus", parameters={} +26-03-27 11:36:50.105 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:36:50.105 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:36:50.105 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:36:50.103Z]] +26-03-27 11:36:50.105 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:36:50.103Z]] +26-03-27 11:36:50.106 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:36:50.106 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:36:50.108 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.108 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.108 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:36:50.108 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:36:50.108 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.108 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.108 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.108 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.108 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.108 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.108 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.108 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.113 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 11:36:50.113 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 11:36:50.114 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:36:50.103Z] +26-03-27 11:36:50.114 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:36:50.103Z] +26-03-27 11:36:50.115 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:36:50.109536600Z] +26-03-27 11:36:50.115 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.115 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:36:50.115 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:36:50.109536600Z] +26-03-27 11:36:50.115 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.115 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:36:50.119 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:50.120 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:50.120 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=28a20dbd-2dbe-411b-b0c8-a775f7efe8be, userId=d59432e3-0c8f-4242-80c7-8749d0282ebc, (truncated)...] +26-03-27 11:36:50.120 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=28a20dbd-2dbe-411b-b0c8-a775f7efe8be, userId=d59432e3-0c8f-4242-80c7-8749d0282ebc, (truncated)...] +26-03-27 11:36:50.121 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:50.121 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:50.130 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 11:36:50.130 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 11:36:50.132 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 11:36:50.132 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [2220c4bb-4b5d-4733-9d59-778bea9e09d9] +26-03-27 11:36:50.132 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [09423109-4a49-447e-b6e1-c29f80da2e7f] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [3fd26630-8630-4f0c-89bd-bf16a45600d0] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:VARCHAR) -> [image/png] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.838728Z] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:BIGINT) -> [75051] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.863501Z] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.859136Z] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.863501Z] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [2220c4bb-4b5d-4733-9d59-778bea9e09d9] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.860409Z] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [test@test.com] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [password123] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.860409Z] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [testuser] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [4c303db4-2614-4a92-a64f-6e639449f605] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [3153a5a9-c58c-4b90-b719-3c1120f05308] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [caa82ac1-02fb-46e3-9dc1-48a50c8c272c] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:VARCHAR) -> [image/png] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.012267Z] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:BIGINT) -> [75051] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.013632Z] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:36:50.133 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [4c303db4-2614-4a92-a64f-6e639449f605] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [tfest@test.com] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [password123] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [testuserf] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [61a1ffdd-c860-41b0-ad13-9ae7bbce796a] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [d3126605-4144-4296-8e50-e72e0b2f96e6] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [7c66c6f8-4e61-43d8-b09a-a00673e57757] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:VARCHAR) -> [image/png] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.864572Z] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:BIGINT) -> [75051] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.866682Z] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [61a1ffdd-c860-41b0-ad13-9ae7bbce796a] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [tfesdt@test.com] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [password123] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [testduserf] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.103Z] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.109537Z] +26-03-27 11:36:50.134 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.135 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.135 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:36:50.135 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:36:50.135 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.135 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [안녕] +26-03-27 11:36:50.135 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:50.135 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[UserDto[id=2220c4bb-4b5d-4733-9d59-778bea9e09d9, username=testuser, email=test@test.com, profile=Bi (truncated)...] +26-03-27 11:36:50.136 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:50.143 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:36:50.144 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:36:50.144 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:36:50.144 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:36:50.146 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/binaryContents/d3126605-4144-4296-8e50-e72e0b2f96e6", parameters={} +26-03-27 11:36:50.146 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.BinaryContentController#findById(UUID) +26-03-27 11:36:50.147 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/binaryContents/3153a5a9-c58c-4b90-b719-3c1120f05308", parameters={} +26-03-27 11:36:50.147 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/binaryContents/09423109-4a49-447e-b6e1-c29f80da2e7f", parameters={} +26-03-27 11:36:50.147 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.BinaryContentController#findById(UUID) +26-03-27 11:36:50.147 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.BinaryContentController#findById(UUID) +26-03-27 11:36:50.147 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 11:36:50.148 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 11:36:50.148 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 11:36:50.150 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [2220c4bb-4b5d-4733-9d59-778bea9e09d9] +26-03-27 11:36:50.150 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [09423109-4a49-447e-b6e1-c29f80da2e7f] +26-03-27 11:36:50.150 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [3fd26630-8630-4f0c-89bd-bf16a45600d0] +26-03-27 11:36:50.150 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:VARCHAR) -> [image/png] +26-03-27 11:36:50.150 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.838728Z] +26-03-27 11:36:50.150 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:36:50.150 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:BIGINT) -> [75051] +26-03-27 11:36:50.150 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.863501Z] +26-03-27 11:36:50.150 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.859136Z] +26-03-27 11:36:50.151 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.863501Z] +26-03-27 11:36:50.151 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [2220c4bb-4b5d-4733-9d59-778bea9e09d9] +26-03-27 11:36:50.151 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.860409Z] +26-03-27 11:36:50.151 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [test@test.com] +26-03-27 11:36:50.151 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [password123] +26-03-27 11:36:50.151 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.860409Z] +26-03-27 11:36:50.151 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [testuser] +26-03-27 11:36:50.151 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [4c303db4-2614-4a92-a64f-6e639449f605] +26-03-27 11:36:50.151 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [3153a5a9-c58c-4b90-b719-3c1120f05308] +26-03-27 11:36:50.151 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [caa82ac1-02fb-46e3-9dc1-48a50c8c272c] +26-03-27 11:36:50.151 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:VARCHAR) -> [image/png] +26-03-27 11:36:50.151 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.012267Z] +26-03-27 11:36:50.151 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:36:50.151 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:BIGINT) -> [75051] +26-03-27 11:36:50.151 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:36:50.151 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.013632Z] +26-03-27 11:36:50.151 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:36:50.151 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [4c303db4-2614-4a92-a64f-6e639449f605] +26-03-27 11:36:50.152 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:36:50.152 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [tfest@test.com] +26-03-27 11:36:50.152 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [password123] +26-03-27 11:36:50.152 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:36:50.152 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [testuserf] +26-03-27 11:36:50.152 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [61a1ffdd-c860-41b0-ad13-9ae7bbce796a] +26-03-27 11:36:50.152 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [d3126605-4144-4296-8e50-e72e0b2f96e6] +26-03-27 11:36:50.152 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [7c66c6f8-4e61-43d8-b09a-a00673e57757] +26-03-27 11:36:50.152 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:VARCHAR) -> [image/png] +26-03-27 11:36:50.152 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.864572Z] +26-03-27 11:36:50.152 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:36:50.152 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:BIGINT) -> [75051] +26-03-27 11:36:50.152 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:36:50.152 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.866682Z] +26-03-27 11:36:50.152 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:36:50.152 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [61a1ffdd-c860-41b0-ad13-9ae7bbce796a] +26-03-27 11:36:50.153 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:36:50.153 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [tfesdt@test.com] +26-03-27 11:36:50.153 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [password123] +26-03-27 11:36:50.153 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:36:50.153 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [testduserf] +26-03-27 11:36:50.153 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.153 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:36:50.153 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:36:50.153 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.153 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.103Z] +26-03-27 11:36:50.153 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.109537Z] +26-03-27 11:36:50.153 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.153 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.153 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:36:50.153 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:36:50.153 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.153 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [안녕] +26-03-27 11:36:50.156 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:50.156 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[UserDto[id=2220c4bb-4b5d-4733-9d59-778bea9e09d9, username=testuser, email=test@test.com, profile=Bi (truncated)...] +26-03-27 11:36:50.157 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:50.158 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + bc1_0.id, + bc1_0.content_type, + bc1_0.created_at, + bc1_0.file_name, + bc1_0.size + from + binary_contents bc1_0 + where + bc1_0.id=? +26-03-27 11:36:50.158 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + bc1_0.id, + bc1_0.content_type, + bc1_0.created_at, + bc1_0.file_name, + bc1_0.size + from + binary_contents bc1_0 + where + bc1_0.id=? +26-03-27 11:36:50.158 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:36:50.158 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:36:50.158 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + bc1_0.id, + bc1_0.content_type, + bc1_0.created_at, + bc1_0.file_name, + bc1_0.size + from + binary_contents bc1_0 + where + bc1_0.id=? +26-03-27 11:36:50.159 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.159 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [3153a5a9-c58c-4b90-b719-3c1120f05308] +26-03-27 11:36:50.158 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [09423109-4a49-447e-b6e1-c29f80da2e7f] +26-03-27 11:36:50.159 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d3126605-4144-4296-8e50-e72e0b2f96e6] +26-03-27 11:36:50.159 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:36:50.160 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:VARCHAR) -> [image/png] +26-03-27 11:36:50.160 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.838728Z] +26-03-27 11:36:50.160 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:VARCHAR) -> [image/png] +26-03-27 11:36:50.160 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.159 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:VARCHAR) -> [image/png] +26-03-27 11:36:50.160 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:36:50.160 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:36:50.160 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.864572Z] +26-03-27 11:36:50.160 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.012267Z] +26-03-27 11:36:50.160 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:36:50.160 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:BIGINT) -> [75051] +26-03-27 11:36:50.160 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:BIGINT) -> [75051] +26-03-27 11:36:50.160 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.160 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.103Z] +26-03-27 11:36:50.160 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:36:50.160 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.109537Z] +26-03-27 11:36:50.160 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:BIGINT) -> [75051] +26-03-27 11:36:50.160 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.160 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.160 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:36:50.160 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:36:50.160 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.160 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:36:50.163 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:36:50.163 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:36:50.163 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:50.163 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:50.163 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [BinaryContentDto[id=09423109-4a49-447e-b6e1-c29f80da2e7f, fileName=웃는얼굴.png, size=75051, contentType (truncated)...] +26-03-27 11:36:50.163 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:50.163 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [BinaryContentDto[id=d3126605-4144-4296-8e50-e72e0b2f96e6, fileName=웃는얼굴.png, size=75051, contentType (truncated)...] +26-03-27 11:36:50.163 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [BinaryContentDto[id=3153a5a9-c58c-4b90-b719-3c1120f05308, fileName=웃는얼굴.png, size=75051, contentType (truncated)...] +26-03-27 11:36:50.164 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:50.164 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:50.164 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.164 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:50.166 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:50.166 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:36:50.168 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:50.170 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:36:50.170 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/binaryContents/d3126605-4144-4296-8e50-e72e0b2f96e6", parameters={} +26-03-27 11:36:50.170 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:36:50.170 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.BinaryContentController#findById(UUID) +26-03-27 11:36:50.170 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/binaryContents/09423109-4a49-447e-b6e1-c29f80da2e7f", parameters={} +26-03-27 11:36:50.171 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:36:50.171 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.BinaryContentController#findById(UUID) +26-03-27 11:36:50.171 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + bc1_0.id, + bc1_0.content_type, + bc1_0.created_at, + bc1_0.file_name, + bc1_0.size + from + binary_contents bc1_0 + where + bc1_0.id=? +26-03-27 11:36:50.171 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:36:50.171 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + bc1_0.id, + bc1_0.content_type, + bc1_0.created_at, + bc1_0.file_name, + bc1_0.size + from + binary_contents bc1_0 + where + bc1_0.id=? +26-03-27 11:36:50.171 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d3126605-4144-4296-8e50-e72e0b2f96e6] +26-03-27 11:36:50.171 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.171 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [09423109-4a49-447e-b6e1-c29f80da2e7f] +26-03-27 11:36:50.171 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:VARCHAR) -> [image/png] +26-03-27 11:36:50.171 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:36:50.171 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.838728Z] +26-03-27 11:36:50.171 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:VARCHAR) -> [image/png] +26-03-27 11:36:50.171 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:36:50.171 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:36:50.171 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.864572Z] +26-03-27 11:36:50.171 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:BIGINT) -> [75051] +26-03-27 11:36:50.171 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.171 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:36:50.171 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.103Z] +26-03-27 11:36:50.172 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:BIGINT) -> [75051] +26-03-27 11:36:50.172 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.109537Z] +26-03-27 11:36:50.172 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.172 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.172 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:36:50.172 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:36:50.172 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.172 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:36:50.172 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:50.172 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:50.172 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [BinaryContentDto[id=09423109-4a49-447e-b6e1-c29f80da2e7f, fileName=웃는얼굴.png, size=75051, contentType (truncated)...] +26-03-27 11:36:50.172 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [BinaryContentDto[id=d3126605-4144-4296-8e50-e72e0b2f96e6, fileName=웃는얼굴.png, size=75051, contentType (truncated)...] +26-03-27 11:36:50.172 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:36:50.174 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:50.173 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.177 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:50.181 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/binaryContents/09423109-4a49-447e-b6e1-c29f80da2e7f", parameters={} +26-03-27 11:36:50.181 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/binaryContents/3153a5a9-c58c-4b90-b719-3c1120f05308/download", parameters={} +26-03-27 11:36:50.182 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.BinaryContentController#findById(UUID) +26-03-27 11:36:50.182 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.BinaryContentController#download(UUID) +26-03-27 11:36:50.182 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:50.182 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:36:50.183 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + bc1_0.id, + bc1_0.content_type, + bc1_0.created_at, + bc1_0.file_name, + bc1_0.size + from + binary_contents bc1_0 + where + bc1_0.id=? +26-03-27 11:36:50.183 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + bc1_0.id, + bc1_0.content_type, + bc1_0.created_at, + bc1_0.file_name, + bc1_0.size + from + binary_contents bc1_0 + where + bc1_0.id=? +26-03-27 11:36:50.183 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:50.183 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [3153a5a9-c58c-4b90-b719-3c1120f05308] +26-03-27 11:36:50.183 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [09423109-4a49-447e-b6e1-c29f80da2e7f] +26-03-27 11:36:50.183 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:VARCHAR) -> [image/png] +26-03-27 11:36:50.183 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:50.184 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.838728Z] +26-03-27 11:36:50.184 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:36:50.184 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:VARCHAR) -> [image/png] +26-03-27 11:36:50.184 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.012267Z] +26-03-27 11:36:50.184 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:36:50.184 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:BIGINT) -> [75051] +26-03-27 11:36:50.184 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:36:50.184 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:BIGINT) -> [75051] +26-03-27 11:36:50.184 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/binaryContents/d3126605-4144-4296-8e50-e72e0b2f96e6/download", parameters={} +26-03-27 11:36:50.184 [http-nio-8080-exec-3] INFO c.s.m.d.s.LocalBinaryContentStorage - 파일 다운로드 시작: id=3153a5a9-c58c-4b90-b719-3c1120f05308, fileName=웃는얼굴.png +26-03-27 11:36:50.184 [http-nio-8080-exec-3] DEBUG c.s.m.d.s.LocalBinaryContentStorage - 파일 읽기 시작: id=3153a5a9-c58c-4b90-b719-3c1120f05308 +26-03-27 11:36:50.185 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.BinaryContentController#download(UUID) +26-03-27 11:36:50.185 [http-nio-8080-exec-3] DEBUG c.s.m.d.s.LocalBinaryContentStorage - 파일 읽기 완료: id=3153a5a9-c58c-4b90-b719-3c1120f05308 +26-03-27 11:36:50.185 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:50.185 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + bc1_0.id, + bc1_0.content_type, + bc1_0.created_at, + bc1_0.file_name, + bc1_0.size + from + binary_contents bc1_0 + where + bc1_0.id=? +26-03-27 11:36:50.185 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d3126605-4144-4296-8e50-e72e0b2f96e6] +26-03-27 11:36:50.185 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [BinaryContentDto[id=09423109-4a49-447e-b6e1-c29f80da2e7f, fileName=웃는얼굴.png, size=75051, contentType (truncated)...] +26-03-27 11:36:50.185 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/binaryContents/09423109-4a49-447e-b6e1-c29f80da2e7f/download", parameters={} +26-03-27 11:36:50.185 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:VARCHAR) -> [image/png] +26-03-27 11:36:50.185 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.864572Z] +26-03-27 11:36:50.185 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:36:50.185 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:BIGINT) -> [75051] +26-03-27 11:36:50.185 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.BinaryContentController#download(UUID) +26-03-27 11:36:50.185 [http-nio-8080-exec-3] INFO c.s.m.d.s.LocalBinaryContentStorage - 파일 다운로드 완료: id=3153a5a9-c58c-4b90-b719-3c1120f05308, fileName=웃는얼굴.png +26-03-27 11:36:50.187 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:50.187 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:50.187 [http-nio-8080-exec-10] INFO c.s.m.d.s.LocalBinaryContentStorage - 파일 다운로드 시작: id=d3126605-4144-4296-8e50-e72e0b2f96e6, fileName=웃는얼굴.png +26-03-27 11:36:50.187 [http-nio-8080-exec-10] DEBUG c.s.m.d.s.LocalBinaryContentStorage - 파일 읽기 시작: id=d3126605-4144-4296-8e50-e72e0b2f96e6 +26-03-27 11:36:50.187 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + bc1_0.id, + bc1_0.content_type, + bc1_0.created_at, + bc1_0.file_name, + bc1_0.size + from + binary_contents bc1_0 + where + bc1_0.id=? +26-03-27 11:36:50.187 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [09423109-4a49-447e-b6e1-c29f80da2e7f] +26-03-27 11:36:50.187 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:VARCHAR) -> [image/png] +26-03-27 11:36:50.187 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.838728Z] +26-03-27 11:36:50.187 [http-nio-8080-exec-10] DEBUG c.s.m.d.s.LocalBinaryContentStorage - 파일 읽기 완료: id=d3126605-4144-4296-8e50-e72e0b2f96e6 +26-03-27 11:36:50.187 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:36:50.187 [http-nio-8080-exec-10] INFO c.s.m.d.s.LocalBinaryContentStorage - 파일 다운로드 완료: id=d3126605-4144-4296-8e50-e72e0b2f96e6, fileName=웃는얼굴.png +26-03-27 11:36:50.187 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:BIGINT) -> [75051] +26-03-27 11:36:50.188 [http-nio-8080-exec-1] INFO c.s.m.d.s.LocalBinaryContentStorage - 파일 다운로드 시작: id=09423109-4a49-447e-b6e1-c29f80da2e7f, fileName=웃는얼굴.png +26-03-27 11:36:50.188 [http-nio-8080-exec-1] DEBUG c.s.m.d.s.LocalBinaryContentStorage - 파일 읽기 시작: id=09423109-4a49-447e-b6e1-c29f80da2e7f +26-03-27 11:36:50.188 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Found 'Content-Type:image/png' in response +26-03-27 11:36:50.188 [http-nio-8080-exec-1] DEBUG c.s.m.d.s.LocalBinaryContentStorage - 파일 읽기 완료: id=09423109-4a49-447e-b6e1-c29f80da2e7f +26-03-27 11:36:50.188 [http-nio-8080-exec-1] INFO c.s.m.d.s.LocalBinaryContentStorage - 파일 다운로드 완료: id=09423109-4a49-447e-b6e1-c29f80da2e7f, fileName=웃는얼굴.png +26-03-27 11:36:50.188 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Found 'Content-Type:image/png' in response +26-03-27 11:36:50.188 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:36:50.188 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Found 'Content-Type:image/png' in response +26-03-27 11:36:50.188 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [InputStream resource [resource loaded through InputStream]] +26-03-27 11:36:50.188 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [InputStream resource [resource loaded through InputStream]] +26-03-27 11:36:50.188 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [InputStream resource [resource loaded through InputStream]] +26-03-27 11:36:50.189 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:36:50.189 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:36:50.190 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.191 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:36:50.191 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:36:50.191 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:36:50.191 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:36:50.191 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.192 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:36:50.192 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:36:50.192 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.192 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.103Z] +26-03-27 11:36:50.192 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.109537Z] +26-03-27 11:36:50.192 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.192 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.192 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:36:50.192 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:36:50.192 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.192 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:36:50.192 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:36:50.192 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.192 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:36:50.190 [http-nio-8080-exec-3] WARN o.a.coyote.http11.Http11Processor - The HTTP response header [Content-Disposition] with value [attachment; filename="웃는얼굴.png"] has been removed from the response because it is invalid +java.lang.IllegalArgumentException: The Unicode character [웃] at code point [50,883] cannot be encoded as it is outside the permitted range of 0 to 255 + at org.apache.tomcat.util.buf.MessageBytes.toBytesSimple(MessageBytes.java:306) + at org.apache.tomcat.util.buf.MessageBytes.toBytes(MessageBytes.java:279) + at org.apache.coyote.http11.Http11OutputBuffer.write(Http11OutputBuffer.java:400) + at org.apache.coyote.http11.Http11OutputBuffer.sendHeader(Http11OutputBuffer.java:379) + at org.apache.coyote.http11.Http11Processor.writeHeaders(Http11Processor.java:1077) + at org.apache.coyote.http11.Http11Processor.prepareResponse(Http11Processor.java:1064) + at org.apache.coyote.AbstractProcessor.action(AbstractProcessor.java:377) + at org.apache.coyote.Response.action(Response.java:201) + at org.apache.coyote.http11.Http11OutputBuffer.doWrite(Http11OutputBuffer.java:187) + at org.apache.coyote.Response.doWrite(Response.java:621) + at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:328) + at org.apache.catalina.connector.OutputBuffer.flushByteBuffer(OutputBuffer.java:775) + at org.apache.catalina.connector.OutputBuffer.append(OutputBuffer.java:672) + at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:375) + at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:353) + at org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:99) + at org.springframework.web.context.request.async.StandardServletAsyncWebRequest$LifecycleServletOutputStream.write(StandardServletAsyncWebRequest.java:401) + at java.base/java.io.InputStream.transferTo(InputStream.java:783) + at org.springframework.http.converter.ResourceHttpMessageConverter.writeContent(ResourceHttpMessageConverter.java:160) + at org.springframework.http.converter.ResourceHttpMessageConverter.writeInternal(ResourceHttpMessageConverter.java:115) + at org.springframework.http.converter.ResourceHttpMessageConverter.writeInternal(ResourceHttpMessageConverter.java:46) + at org.springframework.http.converter.AbstractHttpMessageConverter.write(AbstractHttpMessageConverter.java:235) + at org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor.writeWithMessageConverters(AbstractMessageConverterMethodProcessor.java:344) + at org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor.handleReturnValue(HttpEntityMethodProcessor.java:263) + at org.springframework.web.servlet.mvc.method.annotation.ResponseEntityReturnValueHandler.handleReturnValue(ResponseEntityReturnValueHandler.java:79) + at org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite.handleReturnValue(HandlerMethodReturnValueHandlerComposite.java:78) + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:136) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:991) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:896) + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564) + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138) + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138) + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138) + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138) + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138) + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:88) + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1774) + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:973) + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:491) + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) + at java.base/java.lang.Thread.run(Thread.java:840) +26-03-27 11:36:50.190 [http-nio-8080-exec-10] WARN o.a.coyote.http11.Http11Processor - The HTTP response header [Content-Disposition] with value [attachment; filename="웃는얼굴.png"] has been removed from the response because it is invalid +java.lang.IllegalArgumentException: The Unicode character [웃] at code point [50,883] cannot be encoded as it is outside the permitted range of 0 to 255 + at org.apache.tomcat.util.buf.MessageBytes.toBytesSimple(MessageBytes.java:306) + at org.apache.tomcat.util.buf.MessageBytes.toBytes(MessageBytes.java:279) + at org.apache.coyote.http11.Http11OutputBuffer.write(Http11OutputBuffer.java:400) + at org.apache.coyote.http11.Http11OutputBuffer.sendHeader(Http11OutputBuffer.java:379) + at org.apache.coyote.http11.Http11Processor.writeHeaders(Http11Processor.java:1077) + at org.apache.coyote.http11.Http11Processor.prepareResponse(Http11Processor.java:1064) + at org.apache.coyote.AbstractProcessor.action(AbstractProcessor.java:377) + at org.apache.coyote.Response.action(Response.java:201) + at org.apache.coyote.http11.Http11OutputBuffer.doWrite(Http11OutputBuffer.java:187) + at org.apache.coyote.Response.doWrite(Response.java:621) + at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:328) + at org.apache.catalina.connector.OutputBuffer.flushByteBuffer(OutputBuffer.java:775) + at org.apache.catalina.connector.OutputBuffer.append(OutputBuffer.java:672) + at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:375) + at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:353) + at org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:99) + at org.springframework.web.context.request.async.StandardServletAsyncWebRequest$LifecycleServletOutputStream.write(StandardServletAsyncWebRequest.java:401) + at java.base/java.io.InputStream.transferTo(InputStream.java:783) + at org.springframework.http.converter.ResourceHttpMessageConverter.writeContent(ResourceHttpMessageConverter.java:160) + at org.springframework.http.converter.ResourceHttpMessageConverter.writeInternal(ResourceHttpMessageConverter.java:115) + at org.springframework.http.converter.ResourceHttpMessageConverter.writeInternal(ResourceHttpMessageConverter.java:46) + at org.springframework.http.converter.AbstractHttpMessageConverter.write(AbstractHttpMessageConverter.java:235) + at org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor.writeWithMessageConverters(AbstractMessageConverterMethodProcessor.java:344) + at org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor.handleReturnValue(HttpEntityMethodProcessor.java:263) + at org.springframework.web.servlet.mvc.method.annotation.ResponseEntityReturnValueHandler.handleReturnValue(ResponseEntityReturnValueHandler.java:79) + at org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite.handleReturnValue(HandlerMethodReturnValueHandlerComposite.java:78) + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:136) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:991) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:896) + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564) + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138) + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138) + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138) + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138) + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138) + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:88) + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1774) + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:973) + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:491) + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) + at java.base/java.lang.Thread.run(Thread.java:840) +26-03-27 11:36:50.194 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:50.194 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:50.195 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:50.190 [http-nio-8080-exec-1] WARN o.a.coyote.http11.Http11Processor - The HTTP response header [Content-Disposition] with value [attachment; filename="웃는얼굴.png"] has been removed from the response because it is invalid +java.lang.IllegalArgumentException: The Unicode character [웃] at code point [50,883] cannot be encoded as it is outside the permitted range of 0 to 255 + at org.apache.tomcat.util.buf.MessageBytes.toBytesSimple(MessageBytes.java:306) + at org.apache.tomcat.util.buf.MessageBytes.toBytes(MessageBytes.java:279) + at org.apache.coyote.http11.Http11OutputBuffer.write(Http11OutputBuffer.java:400) + at org.apache.coyote.http11.Http11OutputBuffer.sendHeader(Http11OutputBuffer.java:379) + at org.apache.coyote.http11.Http11Processor.writeHeaders(Http11Processor.java:1077) + at org.apache.coyote.http11.Http11Processor.prepareResponse(Http11Processor.java:1064) + at org.apache.coyote.AbstractProcessor.action(AbstractProcessor.java:377) + at org.apache.coyote.Response.action(Response.java:201) + at org.apache.coyote.http11.Http11OutputBuffer.doWrite(Http11OutputBuffer.java:187) + at org.apache.coyote.Response.doWrite(Response.java:621) + at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:328) + at org.apache.catalina.connector.OutputBuffer.flushByteBuffer(OutputBuffer.java:775) + at org.apache.catalina.connector.OutputBuffer.append(OutputBuffer.java:672) + at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:375) + at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:353) + at org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:99) + at org.springframework.web.context.request.async.StandardServletAsyncWebRequest$LifecycleServletOutputStream.write(StandardServletAsyncWebRequest.java:401) + at java.base/java.io.InputStream.transferTo(InputStream.java:783) + at org.springframework.http.converter.ResourceHttpMessageConverter.writeContent(ResourceHttpMessageConverter.java:160) + at org.springframework.http.converter.ResourceHttpMessageConverter.writeInternal(ResourceHttpMessageConverter.java:115) + at org.springframework.http.converter.ResourceHttpMessageConverter.writeInternal(ResourceHttpMessageConverter.java:46) + at org.springframework.http.converter.AbstractHttpMessageConverter.write(AbstractHttpMessageConverter.java:235) + at org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor.writeWithMessageConverters(AbstractMessageConverterMethodProcessor.java:344) + at org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor.handleReturnValue(HttpEntityMethodProcessor.java:263) + at org.springframework.web.servlet.mvc.method.annotation.ResponseEntityReturnValueHandler.handleReturnValue(ResponseEntityReturnValueHandler.java:79) + at org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite.handleReturnValue(HandlerMethodReturnValueHandlerComposite.java:78) + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:136) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:991) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:896) + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564) + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138) + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138) + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138) + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138) + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138) + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:88) + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1774) + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:973) + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:491) + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) + at java.base/java.lang.Thread.run(Thread.java:840) +26-03-27 11:36:50.196 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:36:50.195 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:50.196 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:36:50.196 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:50.196 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:50.196 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:50.207 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:36:50.208 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:36:50.209 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:36:50.210 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.210 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:36:50.211 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:36:50.211 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.211 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.103Z] +26-03-27 11:36:50.211 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.109537Z] +26-03-27 11:36:50.211 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.211 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.211 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:36:50.211 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:36:50.211 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:50.211 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:36:50.211 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:36:50.212 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:50.213 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:50.213 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:36:50.213 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:53.175 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:36:53.175 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:36:53.176 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:36:53.178 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:53.179 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:36:53.180 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:36:53.181 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:53.181 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:36:53.181 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:53.183 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:36:53.183 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:36:53.184 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:36:53.184 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:53.185 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:36:53.185 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:36:53.185 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:53.185 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.103Z] +26-03-27 11:36:53.185 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.109537Z] +26-03-27 11:36:53.185 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:53.185 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:53.185 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:36:53.185 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:36:53.185 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:53.185 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:36:53.185 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:36:53.186 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:53.186 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:53.186 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:36:53.186 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:56.171 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:36:56.172 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:36:56.172 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:36:56.173 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:56.174 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:36:56.175 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:36:56.176 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:56.176 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:36:56.176 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:56.180 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:36:56.180 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:36:56.181 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:36:56.181 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:56.181 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:36:56.181 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:36:56.181 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:56.181 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.103Z] +26-03-27 11:36:56.181 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.109537Z] +26-03-27 11:36:56.181 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:56.181 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:56.181 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:36:56.181 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:36:56.182 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:56.182 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:36:56.182 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:36:56.182 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:56.183 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:56.183 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:36:56.184 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:59.163 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:36:59.164 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:36:59.164 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:36:59.165 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:59.166 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:36:59.168 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:36:59.169 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:59.169 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:36:59.169 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:36:59.173 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:36:59.173 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:36:59.174 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:36:59.175 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:59.175 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:36:59.176 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:36:59.176 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:59.176 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.103Z] +26-03-27 11:36:59.176 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.109537Z] +26-03-27 11:36:59.176 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:59.176 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:59.176 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:36:59.176 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:36:59.176 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:36:59.176 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:36:59.177 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:36:59.178 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:36:59.178 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:36:59.178 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:36:59.179 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:02.168 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:02.168 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:37:02.169 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:37:02.169 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:02.171 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:37:02.173 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:37:02.174 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:02.174 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:02.175 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:02.178 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:02.179 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:37:02.180 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:37:02.180 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:02.180 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:02.180 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:37:02.180 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:02.180 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.103Z] +26-03-27 11:37:02.180 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.109537Z] +26-03-27 11:37:02.180 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:02.180 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:02.180 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:37:02.180 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:37:02.180 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:02.180 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:37:02.180 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:37:02.181 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:02.182 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:02.182 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:02.182 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:05.172 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:05.173 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:37:05.174 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:37:05.175 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:05.178 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:37:05.181 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:37:05.182 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:05.182 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:05.182 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:05.185 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:05.186 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:37:05.194 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:37:05.195 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:05.195 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:05.195 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:37:05.195 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:05.195 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.103Z] +26-03-27 11:37:05.195 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.109537Z] +26-03-27 11:37:05.195 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:05.196 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:05.196 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:37:05.196 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:37:05.196 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:05.196 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:37:05.201 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:37:05.202 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:05.203 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:05.203 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:05.204 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:08.170 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:08.170 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:37:08.171 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:37:08.172 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:08.173 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:37:08.175 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:37:08.176 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:08.176 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:08.176 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:08.179 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:08.180 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:37:08.180 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:37:08.181 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:08.181 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:08.181 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:37:08.181 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:08.181 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.103Z] +26-03-27 11:37:08.181 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.109537Z] +26-03-27 11:37:08.181 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:08.181 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:08.181 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:37:08.181 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:37:08.181 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:08.181 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:37:08.182 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:37:08.182 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:08.182 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:08.182 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:08.183 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:11.174 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:11.174 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:37:11.175 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:37:11.175 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:11.177 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:37:11.180 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:37:11.180 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:11.180 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:11.181 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:11.183 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:11.183 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:37:11.184 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:37:11.184 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:11.184 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:11.184 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:37:11.184 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:11.184 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.103Z] +26-03-27 11:37:11.184 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.109537Z] +26-03-27 11:37:11.184 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:11.184 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:11.184 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:37:11.184 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:37:11.184 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:11.184 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:37:11.185 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:37:11.185 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:11.186 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:11.186 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:11.186 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:14.172 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:14.172 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:37:14.173 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:37:14.173 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:14.174 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:37:14.175 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:37:14.176 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:14.176 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:14.176 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:14.180 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:14.180 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:37:14.181 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:37:14.181 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:14.181 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:14.181 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:37:14.181 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:14.181 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.103Z] +26-03-27 11:37:14.181 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.109537Z] +26-03-27 11:37:14.181 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:14.181 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:14.181 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:37:14.181 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:37:14.181 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:14.181 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:37:14.182 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:37:14.182 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:14.182 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:14.182 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:14.183 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:17.165 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:17.165 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:37:17.166 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:37:17.166 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:17.167 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:37:17.168 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:37:17.169 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:17.169 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:17.169 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:17.171 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:17.172 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:37:17.172 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:37:17.172 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:17.173 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:17.173 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:37:17.173 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:17.173 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.103Z] +26-03-27 11:37:17.173 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.109537Z] +26-03-27 11:37:17.173 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:17.173 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:17.173 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:37:17.173 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:37:17.173 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:17.173 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:37:17.173 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:37:17.174 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:17.174 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:17.174 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:17.175 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:20.106 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/d59432e3-0c8f-4242-80c7-8749d0282ebc/userStatus", parameters={} +26-03-27 11:37:20.106 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:37:20.107 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:37:20.105Z]] +26-03-27 11:37:20.109 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:37:20.109 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:20.110 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:20.110 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:20.110 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:20.110 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.103Z] +26-03-27 11:37:20.110 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.109537Z] +26-03-27 11:37:20.110 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 11:37:20.110 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:37:20.105Z] +26-03-27 11:37:20.110 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:37:20.110584600Z] +26-03-27 11:37:20.110 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:20.110 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:20.111 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:20.111 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=28a20dbd-2dbe-411b-b0c8-a775f7efe8be, userId=d59432e3-0c8f-4242-80c7-8749d0282ebc, (truncated)...] +26-03-27 11:37:20.111 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:20.169 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:20.169 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:37:20.170 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:37:20.170 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:20.171 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:37:20.172 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:37:20.173 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:20.173 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:20.173 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:20.179 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:20.179 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:37:20.180 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:37:20.180 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:20.180 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:20.180 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:37:20.180 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:20.180 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.105Z] +26-03-27 11:37:20.180 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.110585Z] +26-03-27 11:37:20.180 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:20.180 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:20.180 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:37:20.180 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:37:20.180 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:20.180 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:37:20.181 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:37:20.181 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:20.181 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:20.181 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:20.181 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:23.173 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:23.173 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:37:23.173 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:37:23.174 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:23.175 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:37:23.176 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:37:23.176 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:23.176 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:23.177 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:23.179 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:23.179 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:37:23.180 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:37:23.180 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:23.180 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:23.180 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:37:23.180 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:23.180 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.105Z] +26-03-27 11:37:23.180 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.110585Z] +26-03-27 11:37:23.180 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:23.180 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:23.180 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:37:23.180 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:37:23.180 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:23.180 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:37:23.181 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:37:23.181 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:23.181 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:23.181 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:23.182 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:26.165 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:26.165 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:37:26.166 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:37:26.166 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:26.167 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:37:26.168 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:37:26.168 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:26.168 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:26.169 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:26.171 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:26.172 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:37:26.173 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:37:26.173 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:26.173 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:26.173 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:37:26.173 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:26.173 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.105Z] +26-03-27 11:37:26.173 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.110585Z] +26-03-27 11:37:26.173 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:26.173 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:26.173 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:37:26.173 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:37:26.173 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:26.173 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:37:26.174 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:37:26.174 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:26.175 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:26.175 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:26.175 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:26.402 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/assets/index-kQJbKSsj.css", parameters={} +26-03-27 11:37:26.402 [http-nio-8080-exec-10] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 11:37:26.404 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:29.164 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:29.164 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:37:29.165 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:37:29.165 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:29.166 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:37:29.167 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:37:29.168 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:29.168 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:29.168 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:29.172 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:29.172 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:37:29.173 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:37:29.173 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:29.173 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:29.173 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:37:29.173 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:29.173 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.105Z] +26-03-27 11:37:29.173 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.110585Z] +26-03-27 11:37:29.173 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:29.173 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:29.173 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:37:29.173 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:37:29.173 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:29.173 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:37:29.174 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:37:29.174 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:29.174 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:29.174 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:29.175 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:32.168 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:32.169 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:37:32.170 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:37:32.170 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:32.171 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:37:32.172 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:37:32.174 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:32.174 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:32.175 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:32.181 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:32.183 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:37:32.184 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:37:32.184 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:32.184 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:32.184 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:37:32.184 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:32.184 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.105Z] +26-03-27 11:37:32.184 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.110585Z] +26-03-27 11:37:32.184 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:32.184 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:32.184 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:37:32.184 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:37:32.184 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:32.184 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:37:32.184 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:37:32.185 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:32.185 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:32.185 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:32.185 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:35.172 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:35.172 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:37:35.173 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:37:35.173 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:35.174 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:37:35.175 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:37:35.176 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:35.176 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:35.177 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:35.182 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:35.182 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:37:35.183 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:37:35.183 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:35.183 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:35.183 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:37:35.183 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:35.183 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.105Z] +26-03-27 11:37:35.183 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.110585Z] +26-03-27 11:37:35.183 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:35.183 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:35.183 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:37:35.183 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:37:35.183 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:35.183 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:37:35.184 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:37:35.184 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:35.184 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:35.184 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:35.185 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:38.172 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:38.172 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:37:38.173 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:37:38.173 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:38.178 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:37:38.179 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:37:38.180 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:38.180 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:38.180 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:38.184 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:38.185 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:37:38.185 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:37:38.185 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:38.186 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:38.186 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:37:38.186 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:38.186 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.105Z] +26-03-27 11:37:38.186 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.110585Z] +26-03-27 11:37:38.186 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:38.186 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:38.186 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:37:38.186 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:37:38.186 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:38.186 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:37:38.186 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:37:38.186 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:38.187 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:38.187 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:38.188 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:41.165 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:41.165 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:37:41.166 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:37:41.166 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:41.168 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:37:41.170 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:37:41.171 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:41.171 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:41.171 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:41.183 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:41.183 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:37:41.184 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:37:41.184 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:41.184 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:41.184 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:37:41.184 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:41.184 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.105Z] +26-03-27 11:37:41.184 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.110585Z] +26-03-27 11:37:41.184 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:41.184 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:41.184 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:37:41.184 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:37:41.184 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:41.184 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:37:41.185 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:37:41.185 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:41.185 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:41.185 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:41.186 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:43.808 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator/info", parameters={} +26-03-27 11:37:43.808 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/octet-stream" to [] +26-03-27 11:37:43.810 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json;q=0.8', given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 11:37:43.811 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Writing [{config={datasource={url=jdbc:h2:mem:test-practice, driver-class-name=org.h2.Driver}, jpa={ddl-auto= (truncated)...] +26-03-27 11:37:43.811 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:44.687 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:44.689 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:37:44.689 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:37:44.690 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:44.691 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:37:44.692 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:37:44.692 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:44.692 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:44.693 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:44.695 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:44.696 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:37:44.696 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:37:44.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:44.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:44.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:37:44.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:44.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.105Z] +26-03-27 11:37:44.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.110585Z] +26-03-27 11:37:44.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:44.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:44.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:37:44.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:37:44.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:44.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:37:44.698 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:37:44.698 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:44.700 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:44.700 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:44.700 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:47.694 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:47.694 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:37:47.696 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:37:47.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:47.698 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:37:47.698 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:37:47.699 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:47.699 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:47.700 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:47.702 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:47.703 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:37:47.703 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:37:47.704 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:47.704 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:47.704 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:37:47.704 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:47.704 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.105Z] +26-03-27 11:37:47.704 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.110585Z] +26-03-27 11:37:47.704 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:47.704 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:47.704 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:37:47.704 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:37:47.704 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:47.704 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:37:47.704 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:37:47.706 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:47.706 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:47.706 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:47.706 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:49.335 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator/info", parameters={} +26-03-27 11:37:49.336 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/octet-stream" to [] +26-03-27 11:37:49.337 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json;q=0.8', given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 11:37:49.337 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Writing [{config={datasource={url=jdbc:h2:mem:test-practice, driver-class-name=org.h2.Driver}, jpa={ddl-auto= (truncated)...] +26-03-27 11:37:49.338 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:49.376 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/favicon.ico", parameters={} +26-03-27 11:37:49.377 [http-nio-8080-exec-9] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]] +26-03-27 11:37:49.377 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 304 NOT_MODIFIED +26-03-27 11:37:50.691 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/d59432e3-0c8f-4242-80c7-8749d0282ebc/userStatus", parameters={} +26-03-27 11:37:50.691 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:37:50.691 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:37:50.688Z]] +26-03-27 11:37:50.692 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 11:37:50.692 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:50.692 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 11:37:50.692 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:37:50.692 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:37:50.694 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 11:37:50.694 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:37:50.694 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:50.694 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [2220c4bb-4b5d-4733-9d59-778bea9e09d9] +26-03-27 11:37:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [09423109-4a49-447e-b6e1-c29f80da2e7f] +26-03-27 11:37:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [3fd26630-8630-4f0c-89bd-bf16a45600d0] +26-03-27 11:37:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:VARCHAR) -> [image/png] +26-03-27 11:37:50.695 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.838728Z] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:37:50.695 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:BIGINT) -> [75051] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.863501Z] +26-03-27 11:37:50.695 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.859136Z] +26-03-27 11:37:50.695 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.863501Z] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [2220c4bb-4b5d-4733-9d59-778bea9e09d9] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.860409Z] +26-03-27 11:37:50.695 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.105Z] +26-03-27 11:37:50.695 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.110585Z] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [test@test.com] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [password123] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.860409Z] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [testuser] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [4c303db4-2614-4a92-a64f-6e639449f605] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [3153a5a9-c58c-4b90-b719-3c1120f05308] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [caa82ac1-02fb-46e3-9dc1-48a50c8c272c] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:VARCHAR) -> [image/png] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.012267Z] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:BIGINT) -> [75051] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.013632Z] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [4c303db4-2614-4a92-a64f-6e639449f605] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [tfest@test.com] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [password123] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [testuserf] +26-03-27 11:37:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [61a1ffdd-c860-41b0-ad13-9ae7bbce796a] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [d3126605-4144-4296-8e50-e72e0b2f96e6] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [7c66c6f8-4e61-43d8-b09a-a00673e57757] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:VARCHAR) -> [image/png] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.864572Z] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:BIGINT) -> [75051] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.866682Z] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [61a1ffdd-c860-41b0-ad13-9ae7bbce796a] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [tfesdt@test.com] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [password123] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [testduserf] +26-03-27 11:37:50.696 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.105Z] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:37:20.110585Z] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:50.696 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:37:50.696 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:37:50.688Z] +26-03-27 11:37:50.696 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:37:50.695095400Z] +26-03-27 11:37:50.696 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:50.696 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:50.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [안녕] +26-03-27 11:37:50.697 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:50.697 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:50.697 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:50.697 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:50.697 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[UserDto[id=2220c4bb-4b5d-4733-9d59-778bea9e09d9, username=testuser, email=test@test.com, profile=Bi (truncated)...] +26-03-27 11:37:50.697 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=28a20dbd-2dbe-411b-b0c8-a775f7efe8be, userId=d59432e3-0c8f-4242-80c7-8749d0282ebc, (truncated)...] +26-03-27 11:37:50.697 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:50.697 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:50.698 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:50.701 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:50.702 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:37:50.702 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:37:50.702 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:50.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:50.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:37:50.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:50.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.688Z] +26-03-27 11:37:50.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.695095Z] +26-03-27 11:37:50.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:50.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:50.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:37:50.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:37:50.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:50.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:37:50.704 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:50.704 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:37:50.704 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:37:50.704 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:50.704 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:50.704 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:37:50.704 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:50.705 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:50.705 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:50.706 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:37:50.706 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:50.706 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:37:50.706 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:37:50.706 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:50.707 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:50.707 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:37:50.707 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:50.707 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.688Z] +26-03-27 11:37:50.707 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.695095Z] +26-03-27 11:37:50.707 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:50.707 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:37:50.707 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:50.707 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:37:50.707 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:37:50.707 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:50.707 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:37:50.707 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:37:50.707 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:50.707 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:50.707 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:50.707 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:50.707 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:50.707 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:50.707 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:50.711 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:50.711 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:37:50.711 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:37:50.712 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:50.712 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:50.712 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:37:50.712 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:50.712 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.688Z] +26-03-27 11:37:50.712 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.695095Z] +26-03-27 11:37:50.712 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:50.712 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:50.712 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:37:50.712 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:37:50.712 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:50.712 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:37:50.712 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:37:50.713 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:50.713 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:50.713 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:50.713 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:54.691 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:54.691 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:37:54.693 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:37:54.693 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:54.694 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:37:54.696 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:37:54.696 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:54.697 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:54.697 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:54.700 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:54.701 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:37:54.701 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:37:54.701 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:54.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:54.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:37:54.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:54.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.688Z] +26-03-27 11:37:54.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.695095Z] +26-03-27 11:37:54.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:54.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:54.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:37:54.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:37:54.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:54.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:37:54.702 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:37:54.703 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:54.704 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:54.704 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:54.704 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:55.443 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator/loggers", parameters={} +26-03-27 11:37:55.444 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/octet-stream" to [] +26-03-27 11:37:55.445 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json;q=0.8', given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 11:37:55.445 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Writing [org.springframework.boot.actuate.logging.LoggersEndpoint$LoggersDescriptor@40a0c779] +26-03-27 11:37:55.447 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:57.692 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:57.692 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:37:57.692 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:37:57.693 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:57.695 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:37:57.695 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:37:57.696 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:57.696 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:57.696 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:37:57.699 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:37:57.699 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:37:57.701 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:37:57.701 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:57.701 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:37:57.701 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:37:57.701 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:57.701 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.688Z] +26-03-27 11:37:57.701 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.695095Z] +26-03-27 11:37:57.701 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:57.701 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:57.701 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:37:57.701 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:37:57.701 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:37:57.701 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:37:57.702 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:37:57.702 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:37:57.702 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:37:57.702 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:37:57.702 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:00.692 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:00.693 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:38:00.694 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:38:00.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:00.695 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:38:00.697 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:38:00.697 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:00.697 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:00.698 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:00.700 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:00.700 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:38:00.701 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:00.701 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:00.701 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:00.701 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:00.701 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:00.701 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.688Z] +26-03-27 11:38:00.701 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.695095Z] +26-03-27 11:38:00.701 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:00.701 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:00.701 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:00.701 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:00.702 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:00.702 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:38:00.702 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:38:00.702 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:00.703 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:00.703 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:00.703 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:03.694 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:03.695 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:38:03.695 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:38:03.695 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:03.696 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:38:03.698 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:38:03.699 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:03.699 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:03.699 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:03.703 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:03.703 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:38:03.704 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:03.704 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:03.704 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:03.704 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:03.704 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:03.704 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.688Z] +26-03-27 11:38:03.704 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.695095Z] +26-03-27 11:38:03.704 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:03.704 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:03.704 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:03.704 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:03.704 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:03.704 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:38:03.705 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:38:03.705 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:03.705 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:03.705 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:03.706 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:06.693 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:06.693 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:38:06.694 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:38:06.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:06.695 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:38:06.697 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:38:06.698 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:06.698 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:06.698 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:06.701 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:06.701 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:38:06.701 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:06.702 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:06.702 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:06.702 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:06.702 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:06.702 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.688Z] +26-03-27 11:38:06.702 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.695095Z] +26-03-27 11:38:06.702 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:06.702 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:06.702 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:06.702 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:06.702 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:06.702 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:38:06.703 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:38:06.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:06.704 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:06.704 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:06.704 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:07.451 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator/loggers", parameters={} +26-03-27 11:38:07.451 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/octet-stream" to [] +26-03-27 11:38:07.453 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json;q=0.8', given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 11:38:07.453 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Writing [org.springframework.boot.actuate.logging.LoggersEndpoint$LoggersDescriptor@5802c9f7] +26-03-27 11:38:07.455 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:09.620 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:09.621 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:38:09.622 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:38:09.622 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:09.624 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:38:09.626 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:38:09.628 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:09.628 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:09.628 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:09.632 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:09.632 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:38:09.633 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:09.633 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:09.633 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:09.633 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:09.633 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:09.633 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.688Z] +26-03-27 11:38:09.633 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.695095Z] +26-03-27 11:38:09.633 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:09.635 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:09.635 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:09.635 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:09.635 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:09.635 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:38:09.635 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:38:09.636 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:09.637 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:09.637 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:09.637 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:11.719 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:11.719 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:38:11.719 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:38:11.720 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:11.722 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:38:11.723 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:38:11.723 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:11.723 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:11.724 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:11.727 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:11.728 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:38:11.729 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:11.729 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:11.729 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:11.729 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:11.729 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:11.729 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.688Z] +26-03-27 11:38:11.729 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.695095Z] +26-03-27 11:38:11.729 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:11.729 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:11.729 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:11.729 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:11.729 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:11.729 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:38:11.731 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:38:11.731 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:11.732 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:11.732 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:11.732 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:14.719 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:14.719 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:38:14.719 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:38:14.720 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:14.720 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:38:14.721 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:38:14.721 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:14.722 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:14.722 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:14.730 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:14.730 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:38:14.731 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:14.731 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:14.731 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:14.731 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:14.731 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:14.732 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.688Z] +26-03-27 11:38:14.732 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.695095Z] +26-03-27 11:38:14.732 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:14.732 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:14.732 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:14.732 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:14.732 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:14.732 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:38:14.733 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:38:14.733 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:14.734 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:14.734 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:14.735 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:17.708 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:17.708 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:38:17.708 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:38:17.709 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:17.710 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:38:17.711 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:38:17.712 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:17.712 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:17.712 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:17.716 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:17.716 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:38:17.716 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:17.717 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:17.717 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:17.717 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:17.717 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:17.717 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.688Z] +26-03-27 11:38:17.717 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.695095Z] +26-03-27 11:38:17.717 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:17.717 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:17.717 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:17.717 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:17.717 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:17.717 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:38:17.717 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:38:17.718 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:17.718 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:17.718 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:17.719 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:18.990 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - POST "/actuator/loggers/com.sprint.mission.discodeit", parameters={} +26-03-27 11:38:18.991 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [{configuredLevel=INFO}] +26-03-27 11:38:18.991 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/octet-stream', given [*/*] and supported [*/*] +26-03-27 11:38:18.991 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 204 NO_CONTENT +26-03-27 11:38:20.120 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/d59432e3-0c8f-4242-80c7-8749d0282ebc/userStatus", parameters={} +26-03-27 11:38:20.121 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:38:20.121 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:38:20.119Z]] +26-03-27 11:38:20.123 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:38:20.123 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:20.125 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:20.125 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:20.125 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:20.125 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.688Z] +26-03-27 11:38:20.125 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T02:37:50.695095Z] +26-03-27 11:38:20.126 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 11:38:20.126 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:38:20.119Z] +26-03-27 11:38:20.126 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:38:20.125004600Z] +26-03-27 11:38:20.126 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:20.126 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:20.126 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:20.127 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=28a20dbd-2dbe-411b-b0c8-a775f7efe8be, userId=d59432e3-0c8f-4242-80c7-8749d0282ebc, (truncated)...] +26-03-27 11:38:20.127 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:21.691 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:21.691 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:38:21.692 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:38:21.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:21.694 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:38:21.694 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:38:21.695 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:21.695 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:21.695 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:21.697 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:21.698 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:38:21.698 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:21.698 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:21.698 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:21.698 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:21.698 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:21.698 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:20.119Z] +26-03-27 11:38:21.698 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:20.125005Z] +26-03-27 11:38:21.698 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:21.699 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:21.699 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:21.699 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:21.699 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:21.699 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:38:21.699 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:38:21.699 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:21.699 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:21.699 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:21.700 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:21.854 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator/loggers", parameters={} +26-03-27 11:38:21.855 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/octet-stream" to [] +26-03-27 11:38:21.857 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json;q=0.8', given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 11:38:21.857 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Writing [org.springframework.boot.actuate.logging.LoggersEndpoint$LoggersDescriptor@9d84a18] +26-03-27 11:38:21.858 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:24.528 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:24.528 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:38:24.529 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:38:24.529 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:24.531 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:38:24.532 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:38:24.533 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:24.533 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:24.534 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:24.539 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:24.540 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:38:24.540 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:24.540 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:24.540 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:24.540 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:24.540 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:24.540 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:20.119Z] +26-03-27 11:38:24.540 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:20.125005Z] +26-03-27 11:38:24.540 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:24.540 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:24.541 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:24.541 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:24.541 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:24.541 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:38:24.541 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:38:24.541 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:24.541 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:24.541 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:24.543 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:26.704 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:26.704 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:38:26.706 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:38:26.706 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:26.707 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:38:26.708 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:38:26.708 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:26.708 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:26.709 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:26.711 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:26.711 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:38:26.712 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:26.712 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:26.713 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:26.713 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:26.713 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:26.713 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:20.119Z] +26-03-27 11:38:26.713 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:20.125005Z] +26-03-27 11:38:26.713 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:26.713 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:26.713 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:26.713 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:26.713 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:26.713 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:38:26.714 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:38:26.714 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:26.714 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:26.714 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:26.715 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:29.708 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:29.710 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:38:29.710 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:38:29.710 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:29.711 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:38:29.712 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:38:29.712 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:29.712 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:29.713 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:29.715 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:29.715 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:38:29.715 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:29.715 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:29.716 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:29.716 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:29.716 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:29.716 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:20.119Z] +26-03-27 11:38:29.716 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:20.125005Z] +26-03-27 11:38:29.716 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:29.716 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:29.716 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:29.716 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:29.716 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:29.716 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:38:29.716 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:38:29.716 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:29.717 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:29.717 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:29.717 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:30.406 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={multipart} +26-03-27 11:38:30.408 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#update(UUID, UserUpdateRequest, MultipartFile) +26-03-27 11:38:30.410 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestPartMethodArgumentResolver - Read "application/json" to [UserUpdateRequest[newUsername=안녕ㅇㅇ, newEmail=null, newPassword=null]] +26-03-27 11:38:30.412 [http-nio-8080-exec-1] INFO c.s.m.d.controller.UserController - 사용자 수정 요청: userId=d59432e3-0c8f-4242-80c7-8749d0282ebc +26-03-27 11:38:30.412 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:30.412 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:30.412 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:30.412 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:30.413 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:30.413 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:20.119Z] +26-03-27 11:38:30.413 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:20.125005Z] +26-03-27 11:38:30.413 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:30.413 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:30.413 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:30.413 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:30.413 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:30.413 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕] +26-03-27 11:38:30.415 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.username=? +26-03-27 11:38:30.415 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:VARCHAR) <- [안녕ㅇㅇ] +26-03-27 11:38:30.417 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + update + users + set + email=?, + password=?, + profile_id=?, + updated_at=?, + username=? + where + id=? +26-03-27 11:38:30.417 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:VARCHAR) <- [jsh858521@naver.com] +26-03-27 11:38:30.417 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:VARCHAR) <- [dkssuddkssud] +26-03-27 11:38:30.417 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [null] +26-03-27 11:38:30.417 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:TIMESTAMP_UTC) <- [2026-03-27T02:38:30.416012200Z] +26-03-27 11:38:30.417 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (5:VARCHAR) <- [안녕ㅇㅇ] +26-03-27 11:38:30.417 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (6:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:30.417 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:38:30.418 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:30.418 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:30.419 [http-nio-8080-exec-1] INFO c.s.m.d.s.basic.BasicUserService - 사용자 수정 완료: id=d59432e3-0c8f-4242-80c7-8749d0282ebc +26-03-27 11:38:30.419 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 11:38:30.419 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:30.419 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:30.419 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:30.419 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:30.420 [http-nio-8080-exec-1] INFO c.s.m.d.controller.UserController - 사용자 수정 완료: userId=d59432e3-0c8f-4242-80c7-8749d0282ebc +26-03-27 11:38:30.420 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:30.420 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserDto[id=d59432e3-0c8f-4242-80c7-8749d0282ebc, username=안녕ㅇㅇ, email=jsh858521@naver.com, profile=n (truncated)...] +26-03-27 11:38:30.421 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:30.423 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 11:38:30.423 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 11:38:30.424 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 11:38:30.424 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [2220c4bb-4b5d-4733-9d59-778bea9e09d9] +26-03-27 11:38:30.424 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [09423109-4a49-447e-b6e1-c29f80da2e7f] +26-03-27 11:38:30.424 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [3fd26630-8630-4f0c-89bd-bf16a45600d0] +26-03-27 11:38:30.424 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:VARCHAR) -> [image/png] +26-03-27 11:38:30.424 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.838728Z] +26-03-27 11:38:30.424 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:BIGINT) -> [75051] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.863501Z] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.859136Z] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.863501Z] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [2220c4bb-4b5d-4733-9d59-778bea9e09d9] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.860409Z] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [test@test.com] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [password123] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.860409Z] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [testuser] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [4c303db4-2614-4a92-a64f-6e639449f605] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [3153a5a9-c58c-4b90-b719-3c1120f05308] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [caa82ac1-02fb-46e3-9dc1-48a50c8c272c] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:VARCHAR) -> [image/png] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.012267Z] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:BIGINT) -> [75051] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.013632Z] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [4c303db4-2614-4a92-a64f-6e639449f605] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [tfest@test.com] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [password123] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [testuserf] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [61a1ffdd-c860-41b0-ad13-9ae7bbce796a] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [d3126605-4144-4296-8e50-e72e0b2f96e6] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [7c66c6f8-4e61-43d8-b09a-a00673e57757] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:VARCHAR) -> [image/png] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.864572Z] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:BIGINT) -> [75051] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.866682Z] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [61a1ffdd-c860-41b0-ad13-9ae7bbce796a] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [tfesdt@test.com] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [password123] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [testduserf] +26-03-27 11:38:30.425 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:30.426 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:30.426 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:30.426 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:30.426 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:30.426 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:30.426 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:30.426 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:30.426 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:30.426 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:30.426 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:38:30.426 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:38:30.426 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:30.426 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[UserDto[id=2220c4bb-4b5d-4733-9d59-778bea9e09d9, username=testuser, email=test@test.com, profile=Bi (truncated)...] +26-03-27 11:38:30.427 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:30.431 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:30.431 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:30.431 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:38:30.431 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:38:30.432 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:30.432 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:38:30.432 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:30.432 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:30.432 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:30.432 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:30.432 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:30.432 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:30.432 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:30.432 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:30.432 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:30.432 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:30.432 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:30.432 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:38:30.432 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:38:30.433 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:38:30.433 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:30.433 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:38:30.433 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:30.433 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:30.433 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:30.434 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:38:30.434 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:30.434 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:30.435 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:30.438 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:30.438 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:38:30.439 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:30.439 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:30.439 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:30.439 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:30.439 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:30.439 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:30.439 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:30.440 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:30.440 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:30.440 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:30.440 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:30.440 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:38:30.440 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:38:30.440 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:38:30.441 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:30.441 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:30.441 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:30.441 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:32.825 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator/loggers", parameters={} +26-03-27 11:38:32.826 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/octet-stream" to [] +26-03-27 11:38:32.827 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json;q=0.8', given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 11:38:32.827 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Writing [org.springframework.boot.actuate.logging.LoggersEndpoint$LoggersDescriptor@54156d6d] +26-03-27 11:38:32.829 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:33.695 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:33.695 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:38:33.696 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:38:33.696 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:33.697 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:38:33.698 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:38:33.698 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:33.698 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:33.699 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:33.701 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:33.701 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:38:33.701 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:33.702 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:33.702 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:33.702 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:33.702 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:33.702 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:33.702 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:33.702 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:33.702 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:33.702 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:33.702 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:33.702 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:38:33.702 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:38:33.702 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:38:33.702 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:33.704 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:33.704 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:33.704 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:36.695 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:36.695 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:38:36.696 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:38:36.697 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:36.698 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:38:36.698 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:38:36.699 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:36.699 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:36.699 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:36.702 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:36.704 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:38:36.704 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:36.704 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:36.705 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:36.705 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:36.705 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:36.705 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:36.705 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:36.705 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:36.705 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:36.705 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:36.705 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:36.705 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:38:36.705 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:38:36.705 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:38:36.705 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:36.707 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:36.707 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:36.707 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:39.687 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:39.687 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:38:39.687 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:38:39.688 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:39.689 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:38:39.689 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:38:39.690 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:39.690 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:39.690 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:39.692 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:39.692 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:38:39.694 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:39.694 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:39.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:39.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:39.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:39.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:39.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:39.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:39.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:39.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:39.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:39.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:38:39.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:38:39.695 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:38:39.696 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:39.696 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:39.696 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:39.697 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:42.699 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:42.700 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:38:42.700 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:38:42.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:42.701 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:38:42.703 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:38:42.703 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:42.703 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:42.704 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:42.706 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:42.706 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:38:42.706 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:42.706 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:42.706 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:42.706 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:42.706 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:42.706 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:42.707 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:42.707 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:42.707 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:42.707 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:42.707 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:42.707 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:38:42.707 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:38:42.707 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:38:42.707 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:42.707 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:42.707 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:42.707 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:45.699 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:45.699 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:38:45.700 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:38:45.700 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:45.701 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:38:45.703 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:38:45.703 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:45.703 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:45.704 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:45.707 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:45.707 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:38:45.707 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:45.708 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:45.708 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:45.708 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:45.708 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:45.708 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:45.708 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:45.708 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:45.708 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:45.708 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:45.708 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:45.708 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:38:45.708 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:38:45.708 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:38:45.709 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:45.709 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:45.709 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:45.709 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:48.688 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:48.689 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:38:48.689 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:38:48.689 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:48.690 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:38:48.691 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:38:48.691 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:48.691 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:48.692 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:48.695 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:48.695 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:38:48.695 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:48.695 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:48.696 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:48.696 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:48.696 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:48.696 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:48.696 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:48.696 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:48.696 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:48.696 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:48.696 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:48.696 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:38:48.696 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:38:48.696 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:38:48.696 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:48.697 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:48.697 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:48.697 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:50.693 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/d59432e3-0c8f-4242-80c7-8749d0282ebc/userStatus", parameters={} +26-03-27 11:38:50.693 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 11:38:50.693 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:38:50.693 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 11:38:50.694 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:38:50.691Z]] +26-03-27 11:38:50.694 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 11:38:50.694 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [2220c4bb-4b5d-4733-9d59-778bea9e09d9] +26-03-27 11:38:50.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [09423109-4a49-447e-b6e1-c29f80da2e7f] +26-03-27 11:38:50.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [3fd26630-8630-4f0c-89bd-bf16a45600d0] +26-03-27 11:38:50.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:VARCHAR) -> [image/png] +26-03-27 11:38:50.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.838728Z] +26-03-27 11:38:50.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:38:50.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:BIGINT) -> [75051] +26-03-27 11:38:50.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.863501Z] +26-03-27 11:38:50.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.859136Z] +26-03-27 11:38:50.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.863501Z] +26-03-27 11:38:50.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [2220c4bb-4b5d-4733-9d59-778bea9e09d9] +26-03-27 11:38:50.695 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:38:50.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:50.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.860409Z] +26-03-27 11:38:50.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [test@test.com] +26-03-27 11:38:50.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [password123] +26-03-27 11:38:50.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.860409Z] +26-03-27 11:38:50.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [testuser] +26-03-27 11:38:50.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:50.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:50.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:50.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:50.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:50.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [4c303db4-2614-4a92-a64f-6e639449f605] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [3153a5a9-c58c-4b90-b719-3c1120f05308] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [caa82ac1-02fb-46e3-9dc1-48a50c8c272c] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:VARCHAR) -> [image/png] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.012267Z] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:BIGINT) -> [75051] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.013632Z] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [4c303db4-2614-4a92-a64f-6e639449f605] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [tfest@test.com] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [password123] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [testuserf] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [61a1ffdd-c860-41b0-ad13-9ae7bbce796a] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [d3126605-4144-4296-8e50-e72e0b2f96e6] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [7c66c6f8-4e61-43d8-b09a-a00673e57757] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:VARCHAR) -> [image/png] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.864572Z] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:38:50.696 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:BIGINT) -> [75051] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.866682Z] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [61a1ffdd-c860-41b0-ad13-9ae7bbce796a] +26-03-27 11:38:50.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:38:50.691Z] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [tfesdt@test.com] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [password123] +26-03-27 11:38:50.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:38:50.696417700Z] +26-03-27 11:38:50.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:38:50.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [testduserf] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.419178Z] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:38:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:38:50.697 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:50.697 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:50.697 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[UserDto[id=2220c4bb-4b5d-4733-9d59-778bea9e09d9, username=testuser, email=test@test.com, profile=Bi (truncated)...] +26-03-27 11:38:50.697 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=28a20dbd-2dbe-411b-b0c8-a775f7efe8be, userId=d59432e3-0c8f-4242-80c7-8749d0282ebc, (truncated)...] +26-03-27 11:38:50.697 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:50.697 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:50.702 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:50.702 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:50.703 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:38:50.703 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:38:50.703 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:50.703 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:38:50.703 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:50.703 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:50.703 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:50.703 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:50.703 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:50.703 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.691Z] +26-03-27 11:38:50.704 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.696418Z] +26-03-27 11:38:50.704 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:50.704 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:50.704 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:50.704 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:50.704 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:38:50.704 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:38:50.704 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:38:50.704 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:38:50.704 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:50.704 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:50.704 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:50.704 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:38:50.705 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:50.705 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:50.705 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:50.705 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:50.708 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:50.708 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:38:50.709 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:50.709 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:50.709 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:50.709 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:50.709 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:50.709 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.691Z] +26-03-27 11:38:50.709 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.696418Z] +26-03-27 11:38:50.709 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:50.709 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:50.709 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:50.709 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:50.709 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:38:50.709 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:38:50.711 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:38:50.711 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:50.711 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:50.711 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:50.712 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:54.700 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:54.700 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:38:54.701 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:38:54.701 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:54.702 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:38:54.703 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:38:54.703 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:54.703 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:54.704 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:54.706 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:54.706 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:38:54.707 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:54.707 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:54.707 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:54.707 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:54.707 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:54.707 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.691Z] +26-03-27 11:38:54.707 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.696418Z] +26-03-27 11:38:54.707 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:54.707 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:54.707 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:54.707 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:54.707 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:38:54.707 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:38:54.708 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:38:54.708 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:54.709 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:54.709 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:54.709 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:57.687 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:57.687 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:38:57.688 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:38:57.688 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:57.689 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:38:57.689 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:38:57.690 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:57.690 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:57.690 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:38:57.693 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:38:57.694 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:38:57.694 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:38:57.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:57.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:38:57.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:38:57.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:57.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.691Z] +26-03-27 11:38:57.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.696418Z] +26-03-27 11:38:57.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:57.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:38:57.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:38:57.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:38:57.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:38:57.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:38:57.695 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:38:57.695 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:38:57.695 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:38:57.695 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:38:57.695 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:00.693 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:00.693 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:39:00.694 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:39:00.694 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:00.694 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:39:00.695 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:39:00.696 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:00.696 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:00.696 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:00.700 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:00.700 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:39:00.701 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:39:00.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:00.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:39:00.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:39:00.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:00.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.691Z] +26-03-27 11:39:00.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.696418Z] +26-03-27 11:39:00.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:00.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:00.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:39:00.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:39:00.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:39:00.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:39:00.702 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:39:00.702 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:00.702 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:00.702 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:00.703 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:02.712 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:02.712 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:39:02.714 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:39:02.714 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:02.715 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:39:02.716 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:39:02.717 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:02.717 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:02.717 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:02.721 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:02.721 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:39:02.722 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:39:02.722 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:02.722 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:39:02.722 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:39:02.722 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:02.722 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.691Z] +26-03-27 11:39:02.722 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.696418Z] +26-03-27 11:39:02.722 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:02.722 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:02.722 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:39:02.722 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:39:02.722 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:39:02.722 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:39:02.722 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:39:02.722 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:02.723 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:02.723 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:02.723 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:06.694 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:06.696 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:39:06.696 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:39:06.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:06.697 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:39:06.698 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:39:06.699 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:06.699 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:06.699 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:06.702 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:06.702 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:39:06.703 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:39:06.703 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:06.703 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:39:06.703 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:39:06.703 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:06.703 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.691Z] +26-03-27 11:39:06.703 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.696418Z] +26-03-27 11:39:06.703 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:06.703 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:06.703 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:39:06.703 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:39:06.703 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:39:06.703 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:39:06.703 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:39:06.703 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:06.704 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:06.704 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:06.704 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:09.685 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:09.685 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:39:09.686 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:39:09.686 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:09.687 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:39:09.688 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:39:09.688 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:09.688 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:09.688 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:09.691 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:09.691 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:39:09.692 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:39:09.692 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:09.692 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:39:09.693 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:39:09.693 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:09.693 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.691Z] +26-03-27 11:39:09.693 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.696418Z] +26-03-27 11:39:09.693 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:09.693 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:09.693 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:39:09.693 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:39:09.693 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:39:09.693 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:39:09.693 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:39:09.693 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:09.694 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:09.694 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:09.694 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:12.685 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:12.685 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:39:12.685 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:39:12.686 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:12.686 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:39:12.687 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:39:12.688 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:12.688 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:12.688 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:12.691 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:12.691 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:39:12.692 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:39:12.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:12.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:39:12.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:39:12.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:12.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.691Z] +26-03-27 11:39:12.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.696418Z] +26-03-27 11:39:12.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:12.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:12.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:39:12.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:39:12.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:39:12.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:39:12.693 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:39:12.693 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:12.693 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:12.694 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:12.694 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:15.686 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:15.686 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:39:15.686 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:39:15.687 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:15.688 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:39:15.689 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:39:15.689 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:15.689 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:15.690 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:15.692 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:15.692 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:39:15.693 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:39:15.693 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:15.693 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:39:15.693 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:39:15.693 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:15.693 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.691Z] +26-03-27 11:39:15.693 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.696418Z] +26-03-27 11:39:15.693 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:15.693 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:15.693 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:39:15.693 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:39:15.693 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:39:15.693 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:39:15.694 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:39:15.694 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:15.694 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:15.695 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:15.695 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:18.687 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:18.687 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:39:18.688 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:39:18.688 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:18.689 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:39:18.690 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:39:18.691 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:18.691 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:18.691 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:18.693 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:18.693 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:39:18.693 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:39:18.693 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:18.693 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:39:18.693 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:39:18.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:18.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.691Z] +26-03-27 11:39:18.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.696418Z] +26-03-27 11:39:18.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:18.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:18.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:39:18.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:39:18.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:39:18.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:39:18.694 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:39:18.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:18.694 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:18.694 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:18.695 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:20.693 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/d59432e3-0c8f-4242-80c7-8749d0282ebc/userStatus", parameters={} +26-03-27 11:39:20.695 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:39:20.695 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:39:20.692Z]] +26-03-27 11:39:20.696 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:39:20.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:20.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:39:20.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:20.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:20.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.691Z] +26-03-27 11:39:20.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T02:38:50.696418Z] +26-03-27 11:39:20.697 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 11:39:20.698 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:39:20.692Z] +26-03-27 11:39:20.698 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:39:20.697436300Z] +26-03-27 11:39:20.698 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:20.698 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:39:20.698 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:20.698 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=28a20dbd-2dbe-411b-b0c8-a775f7efe8be, userId=d59432e3-0c8f-4242-80c7-8749d0282ebc, (truncated)...] +26-03-27 11:39:20.698 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:21.692 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:21.692 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:39:21.692 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:39:21.693 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:21.693 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:39:21.694 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:39:21.694 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:21.695 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:21.695 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:21.699 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:21.699 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:39:21.699 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:39:21.699 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:21.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:39:21.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:39:21.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:21.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:39:20.692Z] +26-03-27 11:39:21.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:39:20.697436Z] +26-03-27 11:39:21.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:21.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:21.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:39:21.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:39:21.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:39:21.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:39:21.700 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:39:21.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:21.701 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:21.701 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:21.701 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:24.691 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:24.691 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:39:24.692 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:39:24.692 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:24.693 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:39:24.694 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:39:24.694 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:24.694 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:24.695 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:24.697 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:24.697 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:39:24.698 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:39:24.698 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:24.698 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:39:24.698 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:39:24.698 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:24.698 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:39:20.692Z] +26-03-27 11:39:24.698 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:39:20.697436Z] +26-03-27 11:39:24.698 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:24.698 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:24.698 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:39:24.698 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:39:24.698 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:39:24.698 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:39:24.699 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:39:24.699 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:24.699 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:24.699 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:24.700 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:27.697 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:27.697 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:39:27.697 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:39:27.698 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:27.699 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:39:27.700 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:39:27.700 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:27.700 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:27.701 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:27.703 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:27.703 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:39:27.705 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:39:27.705 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:27.705 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:39:27.705 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:39:27.705 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:27.705 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:39:20.692Z] +26-03-27 11:39:27.705 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:39:20.697436Z] +26-03-27 11:39:27.705 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:27.705 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:27.705 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:39:27.705 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:39:27.705 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:39:27.705 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:39:27.705 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:39:27.706 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:27.706 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:27.706 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:27.706 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:30.694 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:30.695 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:39:30.695 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:39:30.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:30.696 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:39:30.697 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:39:30.698 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:30.698 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:30.698 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:30.701 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:30.702 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:39:30.702 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:39:30.702 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:30.702 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:39:30.702 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:39:30.702 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:30.702 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:39:20.692Z] +26-03-27 11:39:30.703 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:39:20.697436Z] +26-03-27 11:39:30.703 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:30.703 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:30.703 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:39:30.703 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:39:30.703 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:39:30.703 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:39:30.703 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:39:30.703 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:30.704 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:30.704 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:30.704 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:50.691 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 11:39:50.692 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 11:39:50.692 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 11:39:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [2220c4bb-4b5d-4733-9d59-778bea9e09d9] +26-03-27 11:39:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [09423109-4a49-447e-b6e1-c29f80da2e7f] +26-03-27 11:39:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [3fd26630-8630-4f0c-89bd-bf16a45600d0] +26-03-27 11:39:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:VARCHAR) -> [image/png] +26-03-27 11:39:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.838728Z] +26-03-27 11:39:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:39:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:BIGINT) -> [75051] +26-03-27 11:39:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.863501Z] +26-03-27 11:39:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.859136Z] +26-03-27 11:39:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.863501Z] +26-03-27 11:39:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [2220c4bb-4b5d-4733-9d59-778bea9e09d9] +26-03-27 11:39:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.860409Z] +26-03-27 11:39:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [test@test.com] +26-03-27 11:39:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [password123] +26-03-27 11:39:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:34:11.860409Z] +26-03-27 11:39:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [testuser] +26-03-27 11:39:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [4c303db4-2614-4a92-a64f-6e639449f605] +26-03-27 11:39:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [3153a5a9-c58c-4b90-b719-3c1120f05308] +26-03-27 11:39:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [caa82ac1-02fb-46e3-9dc1-48a50c8c272c] +26-03-27 11:39:50.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:VARCHAR) -> [image/png] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.012267Z] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:BIGINT) -> [75051] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.013632Z] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [4c303db4-2614-4a92-a64f-6e639449f605] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [tfest@test.com] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [password123] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:34:45.014767Z] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [testuserf] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [61a1ffdd-c860-41b0-ad13-9ae7bbce796a] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [d3126605-4144-4296-8e50-e72e0b2f96e6] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [7c66c6f8-4e61-43d8-b09a-a00673e57757] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:VARCHAR) -> [image/png] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.864572Z] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:VARCHAR) -> [웃는얼굴.png] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:BIGINT) -> [75051] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.866682Z] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [61a1ffdd-c860-41b0-ad13-9ae7bbce796a] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [tfesdt@test.com] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [password123] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:35:24.867691Z] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [testduserf] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:39:20.692Z] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:39:20.697436Z] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:39:50.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:39:50.696 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:50.696 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[UserDto[id=2220c4bb-4b5d-4733-9d59-778bea9e09d9, username=testuser, email=test@test.com, profile=Bi (truncated)...] +26-03-27 11:39:50.696 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:50.702 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:50.702 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:39:50.702 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:39:50.702 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:50.702 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:50.702 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:39:50.703 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:39:50.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:50.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:39:50.703 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:39:50.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:39:50.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:50.704 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:39:20.692Z] +26-03-27 11:39:50.704 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:39:20.697436Z] +26-03-27 11:39:50.704 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:50.704 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:50.704 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:39:50.704 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:39:50.704 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:39:50.704 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:39:50.704 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:39:50.704 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:39:50.704 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:50.706 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:50.706 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:50.706 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:50.706 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:50.706 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:50.706 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:50.710 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:50.710 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:39:50.710 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:39:50.710 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:50.710 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:39:50.710 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:39:50.710 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:50.710 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:39:20.692Z] +26-03-27 11:39:50.710 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:39:20.697436Z] +26-03-27 11:39:50.710 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:50.710 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:50.710 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:39:50.710 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:39:50.710 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:39:50.710 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:39:50.711 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:39:50.711 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:50.712 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:50.712 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:50.712 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:54.686 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:54.687 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:39:54.687 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:39:54.687 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:54.688 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:39:54.689 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:39:54.689 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:54.689 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:54.689 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:54.691 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:54.691 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:39:54.692 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:39:54.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:54.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:39:54.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:39:54.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:54.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:39:20.692Z] +26-03-27 11:39:54.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:39:20.697436Z] +26-03-27 11:39:54.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:54.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:54.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:39:54.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:39:54.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:39:54.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:39:54.692 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:39:54.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:54.693 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:54.693 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:54.693 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:57.688 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:57.689 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:39:57.689 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:39:57.689 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:57.691 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:39:57.692 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:39:57.692 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:57.692 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:57.692 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:39:57.695 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:39:57.695 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:39:57.695 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:39:57.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:57.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:39:57.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:39:57.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:57.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:39:20.692Z] +26-03-27 11:39:57.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:39:20.697436Z] +26-03-27 11:39:57.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:57.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:39:57.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:39:57.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:39:57.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:39:57.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:39:57.696 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:39:57.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:39:57.696 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:39:57.697 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:39:57.697 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:40:00.693 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:40:00.694 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:40:00.694 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:40:00.694 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:40:00.695 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:40:00.696 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:40:00.697 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:40:00.697 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:40:00.697 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:40:00.699 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:40:00.699 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:40:00.700 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:40:00.700 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:40:00.700 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:40:00.700 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:40:00.700 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:40:00.700 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:39:20.692Z] +26-03-27 11:40:00.700 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:39:20.697436Z] +26-03-27 11:40:00.700 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:40:00.700 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:40:00.700 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:40:00.700 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:40:00.700 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:40:00.700 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:40:00.700 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:40:00.700 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:40:00.701 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:40:00.701 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:40:00.701 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:40:02.702 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/d59432e3-0c8f-4242-80c7-8749d0282ebc/userStatus", parameters={} +26-03-27 11:40:02.702 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:40:02.702 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:40:02.698Z]] +26-03-27 11:40:02.703 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:40:02.703 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:40:02.703 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:40:02.703 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:40:02.705 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:40:02.705 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:39:20.692Z] +26-03-27 11:40:02.705 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T02:39:20.697436Z] +26-03-27 11:40:02.706 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 11:40:02.706 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:40:02.698Z] +26-03-27 11:40:02.706 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:40:02.705146900Z] +26-03-27 11:40:02.706 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:40:02.706 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:40:02.706 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:40:02.706 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=28a20dbd-2dbe-411b-b0c8-a775f7efe8be, userId=d59432e3-0c8f-4242-80c7-8749d0282ebc, (truncated)...] +26-03-27 11:40:02.707 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:40:03.696 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:40:03.696 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:40:03.696 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:40:03.696 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:40:03.697 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:40:03.698 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:40:03.698 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:40:03.698 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:40:03.699 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:40:03.702 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:40:03.702 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:40:03.702 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:40:03.702 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:40:03.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [28a20dbd-2dbe-411b-b0c8-a775f7efe8be] +26-03-27 11:40:03.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:40:03.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:40:03.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:40:02.698Z] +26-03-27 11:40:03.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:40:02.705147Z] +26-03-27 11:40:03.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:40:03.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:36:50.098128Z] +26-03-27 11:40:03.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [jsh858521@naver.com] +26-03-27 11:40:03.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dkssuddkssud] +26-03-27 11:40:03.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:38:30.416012Z] +26-03-27 11:40:03.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [안녕ㅇㅇ] +26-03-27 11:40:03.703 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:40:03.703 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:40:03.704 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:40:03.704 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:40:03.704 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:40:50.372 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final +26-03-27 11:40:50.418 [main] INFO c.s.m.discodeit.DiscodeitApplication - Starting DiscodeitApplication using Java 17.0.18 with PID 33800 (C:\codeit\10-sprint-mission\build\classes\java\main started by user in C:\codeit\10-sprint-mission) +26-03-27 11:40:50.419 [main] DEBUG c.s.m.discodeit.DiscodeitApplication - Running with Spring Boot v3.5.10, Spring v6.2.15 +26-03-27 11:40:50.419 [main] INFO c.s.m.discodeit.DiscodeitApplication - The following 1 profile is active: "dev" +26-03-27 11:40:51.422 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +26-03-27 11:40:51.504 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 73 ms. Found 6 JPA repository interfaces. +26-03-27 11:40:52.023 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http) +26-03-27 11:40:52.033 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +26-03-27 11:40:52.034 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +26-03-27 11:40:52.036 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.50] +26-03-27 11:40:52.097 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +26-03-27 11:40:52.098 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1642 ms +26-03-27 11:40:52.212 [main] DEBUG o.s.w.f.ServerHttpObservationFilter - Filter 'webMvcObservationFilter' configured for use +26-03-27 11:40:52.256 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +26-03-27 11:40:52.418 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:test-practice user=SA +26-03-27 11:40:52.421 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +26-03-27 11:40:52.534 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] +26-03-27 11:40:52.590 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.6.41.Final +26-03-27 11:40:52.620 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled +26-03-27 11:40:52.914 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer +26-03-27 11:40:52.990 [main] INFO o.hibernate.orm.connections.pooling - HHH10001005: Database info: + Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] + Database driver: undefined/unknown + Database version: 2.3.232 + Autocommit mode: undefined/unknown + Isolation level: undefined/unknown + Minimum pool size: undefined/unknown + Maximum pool size: undefined/unknown +26-03-27 11:40:53.855 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +26-03-27 11:40:53.886 [main] DEBUG org.hibernate.SQL - + alter table if exists binary_contents + alter column content_type set data type varchar(255) +26-03-27 11:40:53.888 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column description set data type varchar(255) +26-03-27 11:40:53.899 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column name set data type varchar(255) +26-03-27 11:40:53.900 [main] DEBUG org.hibernate.SQL - + alter table if exists messages + alter column content set data type varchar(255) +26-03-27 11:40:53.904 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column email set data type varchar(255) +26-03-27 11:40:53.904 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column password set data type varchar(255) +26-03-27 11:40:53.904 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column username set data type varchar(255) +26-03-27 11:40:53.907 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + drop constraint if exists UKqttel343c4eq691kcxipoixr7 +26-03-27 11:40:53.907 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + add constraint UKqttel343c4eq691kcxipoixr7 unique (user_id, channel_id) +26-03-27 11:40:53.916 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' +26-03-27 11:40:54.132 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. +26-03-27 11:40:54.529 [main] INFO c.s.m.d.s.LocalBinaryContentStorage - 로컬 파일 저장소 초기화 완료: path=C:\codeit\10-sprint-mission\.\storage +26-03-27 11:40:54.856 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html] +26-03-27 11:40:54.939 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 28 mappings in 'requestMappingHandlerMapping' +26-03-27 11:40:55.016 [main] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Patterns [/webjars/**, /**, /swagger-ui/**, /swagger-ui/*swagger-initializer.js, /webjars/*swagger-ui/**, /webjars/*swagger-ui/*swagger-initializer.js, /webjars/*swagger-ui/5.31.0/*swagger-initializer.js] in 'resourceHandlerMapping' +26-03-27 11:40:55.042 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice +26-03-27 11:40:55.093 [main] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 2 @ExceptionHandler, 1 ResponseBodyAdvice +26-03-27 11:40:55.318 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 4 endpoints beneath base path '/actuator' +26-03-27 11:40:55.369 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +26-03-27 11:40:55.406 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8080 (http) with context path '/' +26-03-27 11:40:55.420 [main] INFO c.s.m.discodeit.DiscodeitApplication - Started DiscodeitApplication in 5.544 seconds (process running for 5.875) +26-03-27 11:40:55.451 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /v3/api-docs endpoint is enabled by default. To disable it in production, set the property 'springdoc.api-docs.enabled=false' +26-03-27 11:40:55.451 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /swagger-ui.html endpoint is enabled by default. To disable it in production, set the property 'springdoc.swagger-ui.enabled=false' +26-03-27 11:40:56.481 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +26-03-27 11:40:56.481 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +26-03-27 11:40:56.481 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected StandardServletMultipartResolver +26-03-27 11:40:56.481 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected AcceptHeaderLocaleResolver +26-03-27 11:40:56.481 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected FixedThemeResolver +26-03-27 11:40:56.482 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@5d33426a +26-03-27 11:40:56.482 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected org.springframework.web.servlet.support.SessionFlashMapManager@53cd2763 +26-03-27 11:40:56.482 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data +26-03-27 11:40:56.482 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +26-03-27 11:40:56.498 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator/loggers", parameters={} +26-03-27 11:40:56.516 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/octet-stream" to [] +26-03-27 11:40:56.528 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json;q=0.8', given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 11:40:56.554 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Writing [org.springframework.boot.actuate.logging.LoggersEndpoint$LoggersDescriptor@22c2eeec] +26-03-27 11:40:56.581 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:41:02.703 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/d59432e3-0c8f-4242-80c7-8749d0282ebc/userStatus", parameters={} +26-03-27 11:41:02.704 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:41:02.704 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:41:02.704 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:41:02.741 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:41:02.699Z]] +26-03-27 11:41:02.782 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:41:02.784 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:41:02.806 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:41:02.807 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:41:02.822 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:41:02.824 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 11:41:02.830 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:41:02.831 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:41:02.833 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T02:41:02.820353500Z, code=USER_STATUS_NOT_FOUND, message=사용자 상태 정 (truncated)...] +26-03-27 11:41:02.838 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException: 사용자 상태 정보가 존재하지 않습니다.] +26-03-27 11:41:02.838 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 11:41:02.841 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:41:02.841 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:41:02.843 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:41:02.847 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:41:02.847 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:41:02.859 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:41:02.860 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:41:02.861 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 11:41:02.862 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:41:02.862 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T02:41:02.861362400Z, code=USER_NOT_FOUND, message=존재하지 않는 사용자입니다. (truncated)...] +26-03-27 11:41:02.862 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserNotFoundException: 존재하지 않는 사용자입니다.] +26-03-27 11:41:02.862 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 11:42:02.695 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:42:02.695 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/d59432e3-0c8f-4242-80c7-8749d0282ebc/userStatus", parameters={} +26-03-27 11:42:02.696 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:42:02.696 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:42:02.696 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 11:42:02.696 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 11:42:02.697 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:42:02.693Z]] +26-03-27 11:42:02.697 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:42:02.698 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:42:02.698 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:42:02.698 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:42:02.699 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 11:42:02.699 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:42:02.700 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 11:42:02.700 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:42:02.700 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:42:02.700 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:42:02.700 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T02:42:02.699121700Z, code=USER_STATUS_NOT_FOUND, message=사용자 상태 정 (truncated)...] +26-03-27 11:42:02.701 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:42:02.701 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException: 사용자 상태 정보가 존재하지 않습니다.] +26-03-27 11:42:02.702 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 11:42:02.702 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:42:02.702 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:42:02.702 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:42:02.703 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:42:02.707 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=d59432e3-0c8f-4242-80c7-8749d0282ebc", parameters={masked} +26-03-27 11:42:02.707 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:42:02.708 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:42:02.708 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:42:02.709 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 11:42:02.710 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:42:02.710 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T02:42:02.709459Z, code=USER_NOT_FOUND, message=존재하지 않는 사용자입니다., d (truncated)...] +26-03-27 11:42:02.710 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserNotFoundException: 존재하지 않는 사용자입니다.] +26-03-27 11:42:02.711 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 11:43:02.689 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/d59432e3-0c8f-4242-80c7-8749d0282ebc/userStatus", parameters={} +26-03-27 11:43:02.689 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 11:43:02.689 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:43:02.689 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 11:43:02.691 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:43:02.685Z]] +26-03-27 11:43:02.691 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 11:43:02.692 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:43:02.692 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:43:02.693 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:43:02.693 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:43:02.693 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:43:02.693 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 11:43:02.694 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:43:02.694 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T02:43:02.693286800Z, code=USER_STATUS_NOT_FOUND, message=사용자 상태 정 (truncated)...] +26-03-27 11:43:02.694 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException: 사용자 상태 정보가 존재하지 않습니다.] +26-03-27 11:43:02.694 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 11:43:43.923 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator/loggers/com.sprint.mission.discodeit", parameters={} +26-03-27 11:43:43.926 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [{configuredLevel=INFO}] +26-03-27 11:43:43.926 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json', given [*/*] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 11:43:43.926 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Writing [org.springframework.boot.actuate.logging.LoggersEndpoint$SingleLoggerLevelsDescriptor@552ba1a7] +26-03-27 11:43:43.936 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:43:48.132 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - POST "/actuator/loggers/com.sprint.mission.discodeit", parameters={} +26-03-27 11:43:48.133 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [{configuredLevel=INFO}] +26-03-27 11:43:48.133 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/octet-stream', given [*/*] and supported [*/*] +26-03-27 11:43:48.133 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 204 NO_CONTENT +26-03-27 11:43:50.573 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator/loggers/com.sprint.mission.discodeit", parameters={} +26-03-27 11:43:50.574 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [{configuredLevel=INFO}] +26-03-27 11:43:50.574 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json', given [*/*] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 11:43:50.574 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Writing [org.springframework.boot.actuate.logging.LoggersEndpoint$SingleLoggerLevelsDescriptor@3f0343d6] +26-03-27 11:43:50.574 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:44:02.696 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 11:44:02.696 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/d59432e3-0c8f-4242-80c7-8749d0282ebc/userStatus", parameters={} +26-03-27 11:44:02.696 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 11:44:02.696 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:44:02.697 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:44:02.693Z]] +26-03-27 11:44:02.697 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 11:44:02.698 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:44:02.698 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:44:02.699 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:44:02.699 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:44:02.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:44:02.701 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 11:44:02.701 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:44:02.701 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T02:44:02.700338300Z, code=USER_STATUS_NOT_FOUND, message=사용자 상태 정 (truncated)...] +26-03-27 11:44:02.701 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException: 사용자 상태 정보가 존재하지 않습니다.] +26-03-27 11:44:02.702 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 11:45:02.697 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/d59432e3-0c8f-4242-80c7-8749d0282ebc/userStatus", parameters={} +26-03-27 11:45:02.697 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 11:45:02.698 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:45:02.698 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 11:45:02.698 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:45:02.693Z]] +26-03-27 11:45:02.698 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 11:45:02.699 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:45:02.699 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:45:02.700 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:45:02.700 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:45:02.700 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:45:02.701 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 11:45:02.702 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:45:02.702 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T02:45:02.700581200Z, code=USER_STATUS_NOT_FOUND, message=사용자 상태 정 (truncated)...] +26-03-27 11:45:02.703 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException: 사용자 상태 정보가 존재하지 않습니다.] +26-03-27 11:45:02.703 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 11:45:56.054 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/d59432e3-0c8f-4242-80c7-8749d0282ebc/userStatus", parameters={} +26-03-27 11:45:56.054 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 11:45:56.054 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:45:56.055 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 11:45:56.056 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:45:56.040Z]] +26-03-27 11:45:56.057 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 11:45:56.058 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:45:56.058 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:45:56.058 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:45:56.058 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:45:56.059 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:45:56.061 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 11:45:56.061 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:45:56.061 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T02:45:56.059984Z, code=USER_STATUS_NOT_FOUND, message=사용자 상태 정보가 (truncated)...] +26-03-27 11:45:56.062 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException: 사용자 상태 정보가 존재하지 않습니다.] +26-03-27 11:45:56.062 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 11:46:06.492 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - POST "/api/auth/login", parameters={} +26-03-27 11:46:06.492 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.AuthController#login(LoginRequest) +26-03-27 11:46:06.495 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [LoginRequest[username=달선, password=ekftjs]] +26-03-27 11:46:06.499 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.username=? +26-03-27 11:46:06.499 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:VARCHAR) <- [달선] +26-03-27 11:46:06.500 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 11:46:06.501 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:46:06.501 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T02:46:06.500826900Z, code=INVALID_CREDENTIALS, message=아이디 또는 비밀번 (truncated)...] +26-03-27 11:46:06.503 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.InvalidCredentialException: 아이디 또는 비밀번호가 올바르지 않습니다.] +26-03-27 11:46:06.503 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 401 UNAUTHORIZED +26-03-27 11:46:06.504 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/d59432e3-0c8f-4242-80c7-8749d0282ebc/userStatus", parameters={} +26-03-27 11:46:06.506 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:46:06.506 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:46:06.504Z]] +26-03-27 11:46:06.508 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:46:06.508 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [d59432e3-0c8f-4242-80c7-8749d0282ebc] +26-03-27 11:46:06.509 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 11:46:06.509 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:46:06.510 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T02:46:06.509104500Z, code=USER_STATUS_NOT_FOUND, message=사용자 상태 정 (truncated)...] +26-03-27 11:46:06.510 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException: 사용자 상태 정보가 존재하지 않습니다.] +26-03-27 11:46:06.510 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 11:47:53.197 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - POST "/api/users", parameters={multipart} +26-03-27 11:47:53.213 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#join(UserCreateRequest, MultipartFile) +26-03-27 11:47:53.217 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestPartMethodArgumentResolver - Read "application/json" to [UserCreateRequest[username=달선, email=dalsun@naver.com, password=ekftjsekftjs]] +26-03-27 11:47:53.230 [http-nio-8080-exec-6] INFO c.s.m.d.controller.UserController - 사용자 등록 요청: username=달선, email=dalsun@naver.com +26-03-27 11:47:53.230 [http-nio-8080-exec-6] INFO c.s.m.d.s.basic.BasicUserService - 사용자 생성 시작: username=달선, email=dalsun@naver.com +26-03-27 11:47:53.231 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.username=? +26-03-27 11:47:53.231 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:VARCHAR) <- [달선] +26-03-27 11:47:53.233 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.email=? +26-03-27 11:47:53.233 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:VARCHAR) <- [dalsun@naver.com] +26-03-27 11:47:53.264 [http-nio-8080-exec-6] INFO c.s.m.d.s.basic.BasicUserService - 사용자 생성 완료: username=달선, email=dalsun@naver.com +26-03-27 11:47:53.275 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + insert + into + users + (created_at, email, password, profile_id, updated_at, username, id) + values + (?, ?, ?, ?, ?, ?, ?) +26-03-27 11:47:53.276 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:47:53.247780900Z] +26-03-27 11:47:53.277 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:VARCHAR) <- [dalsun@naver.com] +26-03-27 11:47:53.277 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:VARCHAR) <- [ekftjsekftjs] +26-03-27 11:47:53.277 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [null] +26-03-27 11:47:53.277 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (5:TIMESTAMP_UTC) <- [2026-03-27T02:47:53.247780900Z] +26-03-27 11:47:53.277 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (6:VARCHAR) <- [달선] +26-03-27 11:47:53.277 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (7:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.279 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + insert + into + user_statuses + (created_at, last_active_at, updated_at, user_id, id) + values + (?, ?, ?, ?, ?) +26-03-27 11:47:53.279 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:47:53.263083900Z] +26-03-27 11:47:53.279 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:47:53.233689800Z] +26-03-27 11:47:53.279 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:TIMESTAMP_UTC) <- [2026-03-27T02:47:53.263083900Z] +26-03-27 11:47:53.279 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.280 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (5:UUID) <- [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:47:53.280 [http-nio-8080-exec-6] INFO c.s.m.d.controller.UserController - 사용자 등록 완료: username=달선, email=dalsun@naver.com +26-03-27 11:47:53.284 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:47:53.285 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserDto[id=e3d80001-db31-490d-9124-68661e2ad4b1, username=달선, email=dalsun@naver.com, profile=null, (truncated)...] +26-03-27 11:47:53.288 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 201 CREATED +26-03-27 11:47:53.293 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/e3d80001-db31-490d-9124-68661e2ad4b1/userStatus", parameters={} +26-03-27 11:47:53.293 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/e3d80001-db31-490d-9124-68661e2ad4b1/userStatus", parameters={} +26-03-27 11:47:53.293 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:47:53.293 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:47:53.294 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:47:53.290Z]] +26-03-27 11:47:53.294 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:47:53.290Z]] +26-03-27 11:47:53.296 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:47:53.296 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:47:53.296 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.296 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.297 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:47:53.297 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:47:53.298 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.298 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.301 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:47:53.301 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.233690Z] +26-03-27 11:47:53.301 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:47:53.301 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:47:53.301 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.233690Z] +26-03-27 11:47:53.301 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:47:53.308 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 11:47:53.308 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 11:47:53.309 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:47:53.290Z] +26-03-27 11:47:53.309 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:47:53.290Z] +26-03-27 11:47:53.309 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:47:53.304167700Z] +26-03-27 11:47:53.309 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:47:53.304167700Z] +26-03-27 11:47:53.309 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.309 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.309 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:47:53.309 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:47:53.312 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:47:53.312 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:47:53.312 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=b7f063c6-62df-4835-ab8a-987f0a580f6f, userId=e3d80001-db31-490d-9124-68661e2ad4b1, (truncated)...] +26-03-27 11:47:53.312 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=b7f063c6-62df-4835-ab8a-987f0a580f6f, userId=e3d80001-db31-490d-9124-68661e2ad4b1, (truncated)...] +26-03-27 11:47:53.313 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:47:53.313 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:47:53.316 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 11:47:53.316 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 11:47:53.317 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 11:47:53.318 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.318 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:47:53.318 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:47:53.318 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:47:53.318 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.290Z] +26-03-27 11:47:53.318 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.304168Z] +26-03-27 11:47:53.318 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.318 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:47:53.318 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:47:53.318 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:47:53.318 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:47:53.318 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달선] +26-03-27 11:47:53.319 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:47:53.319 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[UserDto[id=e3d80001-db31-490d-9124-68661e2ad4b1, username=달선, email=dalsun@naver.com, profile=null, (truncated)...] +26-03-27 11:47:53.319 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:47:53.323 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:47:53.323 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:47:53.324 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:47:53.324 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:47:53.324 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 11:47:53.324 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 11:47:53.324 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:47:53.324 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:47:53.324 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 11:47:53.325 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.325 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:47:53.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:47:53.325 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:47:53.326 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:47:53.326 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:47:53.326 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.290Z] +26-03-27 11:47:53.326 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:47:53.326 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.304168Z] +26-03-27 11:47:53.326 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.290Z] +26-03-27 11:47:53.326 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.326 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.304168Z] +26-03-27 11:47:53.326 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.326 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:47:53.326 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:47:53.326 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:47:53.326 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:47:53.326 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:47:53.326 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:47:53.326 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:47:53.326 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:47:53.326 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:47:53.326 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달선] +26-03-27 11:47:53.326 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:47:53.327 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:47:53.327 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[UserDto[id=e3d80001-db31-490d-9124-68661e2ad4b1, username=달선, email=dalsun@naver.com, profile=null, (truncated)...] +26-03-27 11:47:53.328 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:47:53.328 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:47:53.328 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:47:53.330 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:47:53.330 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:47:53.330 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.331 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:47:53.332 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:47:53.332 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:47:53.332 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:47:53.332 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:47:53.332 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:47:53.334 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.334 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:47:53.335 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:47:53.335 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:47:53.335 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:47:53.336 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:47:53.336 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.336 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:47:53.337 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:47:53.337 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:47:53.337 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:47:53.337 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.290Z] +26-03-27 11:47:53.337 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.304168Z] +26-03-27 11:47:53.337 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.337 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:47:53.337 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:47:53.337 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:47:53.337 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:47:53.337 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:47:53.338 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:47:53.338 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:47:53.338 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:47:53.338 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:47:53.338 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.339 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:47:53.339 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:47:53.340 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:47:53.340 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:47:53.342 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:47:53.342 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:47:53.343 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.343 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:47:53.343 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:47:53.343 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:47:53.343 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.290Z] +26-03-27 11:47:53.343 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.304168Z] +26-03-27 11:47:53.343 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.343 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:47:53.343 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:47:53.343 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:47:53.343 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:47:53.343 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:47:53.344 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:47:53.344 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.345 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:47:53.345 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:47:53.345 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:47:53.346 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:47:53.347 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:47:53.347 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:47:53.347 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.347 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:47:53.347 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:47:53.348 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:47:53.348 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.290Z] +26-03-27 11:47:53.348 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.304168Z] +26-03-27 11:47:53.348 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.348 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:47:53.348 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:47:53.348 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:47:53.348 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:47:53.348 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:47:53.348 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:47:53.348 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:53.349 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:47:53.349 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:47:53.350 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:47:56.339 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:47:56.339 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:47:56.340 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:47:56.340 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:56.342 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:47:56.343 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:47:56.344 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:47:56.344 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:47:56.344 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:47:56.347 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:47:56.347 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:47:56.347 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:47:56.348 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:56.348 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:47:56.348 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:47:56.348 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:47:56.348 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.290Z] +26-03-27 11:47:56.348 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.304168Z] +26-03-27 11:47:56.348 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:56.348 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:47:56.348 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:47:56.348 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:47:56.348 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:47:56.348 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:47:56.349 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:47:56.349 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:56.349 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:47:56.349 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:47:56.350 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:47:59.339 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:47:59.339 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:47:59.340 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:47:59.340 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:59.341 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:47:59.342 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:47:59.343 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:47:59.343 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:47:59.343 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:47:59.346 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:47:59.347 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:47:59.347 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:47:59.347 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:59.348 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:47:59.348 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:47:59.348 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:47:59.348 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.290Z] +26-03-27 11:47:59.348 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.304168Z] +26-03-27 11:47:59.348 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:59.348 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:47:59.348 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:47:59.348 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:47:59.348 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:47:59.348 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:47:59.349 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:47:59.349 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:47:59.349 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:47:59.349 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:47:59.349 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:02.337 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:02.339 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:48:02.340 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:48:02.340 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:02.341 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:48:02.342 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:48:02.343 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:02.343 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:02.344 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:02.347 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:02.348 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:48:02.348 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:48:02.348 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:02.349 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:02.349 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:48:02.349 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:02.349 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.290Z] +26-03-27 11:48:02.349 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.304168Z] +26-03-27 11:48:02.349 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:02.349 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:02.349 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:48:02.349 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:48:02.349 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:02.349 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:48:02.350 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:48:02.350 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:02.351 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:02.351 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:02.351 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:05.335 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:05.335 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:48:05.336 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:48:05.336 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:05.338 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:48:05.340 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:48:05.341 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:05.341 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:05.342 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:05.344 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:05.344 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:48:05.345 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:48:05.345 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:05.345 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:05.345 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:48:05.345 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:05.345 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.290Z] +26-03-27 11:48:05.345 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.304168Z] +26-03-27 11:48:05.345 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:05.345 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:05.345 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:48:05.345 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:48:05.345 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:05.345 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:48:05.347 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:48:05.347 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:05.347 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:05.347 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:05.348 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:08.337 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:08.337 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:48:08.338 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:48:08.338 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:08.339 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:48:08.340 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:48:08.341 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:08.341 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:08.342 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:08.344 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:08.344 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:48:08.346 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:48:08.346 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:08.346 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:08.346 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:48:08.346 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:08.346 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.290Z] +26-03-27 11:48:08.346 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.304168Z] +26-03-27 11:48:08.346 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:08.346 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:08.346 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:48:08.346 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:48:08.346 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:08.346 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:48:08.347 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:48:08.347 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:08.348 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:08.348 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:08.348 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:11.332 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:11.332 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:48:11.333 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:48:11.333 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:11.334 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:48:11.336 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:48:11.336 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:11.336 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:11.338 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:11.340 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:11.342 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:48:11.342 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:48:11.342 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:11.342 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:11.342 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:48:11.343 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:11.343 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.290Z] +26-03-27 11:48:11.343 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.304168Z] +26-03-27 11:48:11.343 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:11.343 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:11.343 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:48:11.343 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:48:11.343 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:11.343 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:48:11.343 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:48:11.344 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:11.344 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:11.344 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:11.345 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:14.334 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:14.335 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:48:14.336 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:48:14.336 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:14.338 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:48:14.339 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:48:14.340 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:14.340 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:14.340 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:14.343 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:14.343 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:48:14.343 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:48:14.343 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:14.344 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:14.344 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:48:14.344 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:14.344 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.290Z] +26-03-27 11:48:14.344 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.304168Z] +26-03-27 11:48:14.344 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:14.344 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:14.344 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:48:14.344 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:48:14.344 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:14.344 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:48:14.345 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:48:14.345 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:14.345 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:14.345 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:14.346 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:15.087 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator/loggers/com.sprint.mission.discodeit", parameters={} +26-03-27 11:48:15.088 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [{configuredLevel=INFO}] +26-03-27 11:48:15.088 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json', given [*/*] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 11:48:15.088 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Writing [org.springframework.boot.actuate.logging.LoggersEndpoint$SingleLoggerLevelsDescriptor@44a2615e] +26-03-27 11:48:15.088 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:17.338 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:17.338 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:48:17.339 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:48:17.339 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:17.341 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:48:17.342 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:48:17.344 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:17.344 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:17.344 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:17.347 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:17.347 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:48:17.348 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:48:17.348 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:17.348 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:17.349 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:48:17.349 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:17.349 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.290Z] +26-03-27 11:48:17.349 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.304168Z] +26-03-27 11:48:17.349 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:17.349 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:17.349 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:48:17.349 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:48:17.349 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:17.349 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:48:17.349 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:48:17.349 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:17.350 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:17.350 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:17.350 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:20.334 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:20.334 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:48:20.335 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:48:20.335 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:20.337 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:48:20.338 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:48:20.338 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:20.338 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:20.339 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:20.341 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:20.341 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:48:20.342 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:48:20.342 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:20.342 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:20.342 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:48:20.342 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:20.342 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.290Z] +26-03-27 11:48:20.342 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.304168Z] +26-03-27 11:48:20.342 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:20.343 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:20.343 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:48:20.343 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:48:20.343 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:20.343 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:48:20.343 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:48:20.343 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:20.344 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:20.344 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:20.344 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:23.301 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/e3d80001-db31-490d-9124-68661e2ad4b1/userStatus", parameters={} +26-03-27 11:48:23.303 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:48:23.303 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:48:23.300Z]] +26-03-27 11:48:23.304 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:48:23.305 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:23.305 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:23.305 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:23.305 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:23.305 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.290Z] +26-03-27 11:48:23.305 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.304168Z] +26-03-27 11:48:23.306 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 11:48:23.306 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:48:23.300Z] +26-03-27 11:48:23.306 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:48:23.305195400Z] +26-03-27 11:48:23.306 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:23.306 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:23.306 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:23.307 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=b7f063c6-62df-4835-ab8a-987f0a580f6f, userId=e3d80001-db31-490d-9124-68661e2ad4b1, (truncated)...] +26-03-27 11:48:23.307 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:23.332 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:23.333 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:48:23.333 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:48:23.333 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:23.334 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:48:23.335 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:48:23.337 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:23.337 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:23.337 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:23.340 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:23.340 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:48:23.341 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:48:23.341 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:23.342 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:23.342 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:48:23.342 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:23.342 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.300Z] +26-03-27 11:48:23.342 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.305195Z] +26-03-27 11:48:23.342 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:23.342 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:23.342 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:48:23.342 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:48:23.342 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:23.342 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:48:23.342 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:48:23.342 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:23.343 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:23.343 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:23.343 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:26.336 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:26.337 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:48:26.337 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:48:26.338 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:26.339 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:48:26.340 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:48:26.341 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:26.341 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:26.341 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:26.344 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:26.345 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:48:26.345 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:48:26.346 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:26.346 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:26.346 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:48:26.346 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:26.346 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.300Z] +26-03-27 11:48:26.346 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.305195Z] +26-03-27 11:48:26.346 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:26.346 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:26.346 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:48:26.346 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:48:26.346 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:26.346 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:48:26.346 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:48:26.346 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:26.347 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:26.347 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:26.347 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:29.337 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:29.337 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:48:29.338 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:48:29.338 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:29.339 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:48:29.340 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:48:29.341 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:29.341 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:29.342 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:29.345 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:29.345 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:48:29.345 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:48:29.345 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:29.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:29.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:48:29.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:29.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.300Z] +26-03-27 11:48:29.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.305195Z] +26-03-27 11:48:29.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:29.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:29.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:48:29.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:48:29.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:29.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:48:29.346 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:48:29.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:29.347 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:29.347 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:29.347 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:32.336 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:32.338 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:48:32.338 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:48:32.338 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:32.339 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:48:32.340 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:48:32.341 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:32.341 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:32.341 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:32.344 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:32.345 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:48:32.345 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:48:32.345 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:32.345 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:32.345 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:48:32.345 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:32.345 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.300Z] +26-03-27 11:48:32.345 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.305195Z] +26-03-27 11:48:32.345 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:32.345 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:32.345 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:48:32.345 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:48:32.345 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:32.345 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:48:32.345 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:48:32.345 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:32.345 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:32.345 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:32.347 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:35.338 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:35.338 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:48:35.339 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:48:35.339 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:35.341 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:48:35.342 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:48:35.343 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:35.343 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:35.343 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:35.347 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:35.347 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:48:35.347 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:48:35.347 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:35.348 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:35.348 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:48:35.348 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:35.348 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.300Z] +26-03-27 11:48:35.348 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.305195Z] +26-03-27 11:48:35.348 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:35.348 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:35.348 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:48:35.348 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:48:35.348 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:35.348 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:48:35.348 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:48:35.348 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:35.349 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:35.349 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:35.349 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:38.336 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:38.336 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:48:38.337 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:48:38.337 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:38.338 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:48:38.339 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:48:38.339 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:38.339 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:38.340 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:38.341 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:38.341 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:48:38.343 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:48:38.343 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:38.344 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:38.344 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:48:38.344 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:38.344 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.300Z] +26-03-27 11:48:38.344 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.305195Z] +26-03-27 11:48:38.344 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:38.344 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:38.344 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:48:38.344 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:48:38.345 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:38.345 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:48:38.345 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:48:38.345 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:38.345 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:38.345 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:38.346 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:41.332 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:41.332 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:48:41.333 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:48:41.333 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:41.334 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:48:41.336 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:48:41.337 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:41.337 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:41.338 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:41.340 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:41.340 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:48:41.342 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:48:41.342 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:41.342 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:41.342 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:48:41.342 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:41.342 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.300Z] +26-03-27 11:48:41.342 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.305195Z] +26-03-27 11:48:41.342 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:41.342 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:41.342 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:48:41.342 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:48:41.342 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:41.342 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:48:41.343 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:48:41.343 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:41.344 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:41.344 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:41.344 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:44.335 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:44.336 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:48:44.337 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:48:44.337 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:44.338 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:48:44.340 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:48:44.341 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:44.341 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:44.342 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:44.345 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:44.345 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:48:44.346 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:48:44.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:44.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:44.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:48:44.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:44.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.300Z] +26-03-27 11:48:44.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.305195Z] +26-03-27 11:48:44.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:44.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:44.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:48:44.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:48:44.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:44.346 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:48:44.347 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:48:44.347 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:44.347 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:44.347 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:44.348 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:47.336 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:47.337 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:48:47.338 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:48:47.338 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:47.339 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:48:47.341 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:48:47.341 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:47.341 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:47.342 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:47.345 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:47.345 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:48:47.345 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:48:47.346 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:47.346 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:47.346 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:48:47.346 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:47.346 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.300Z] +26-03-27 11:48:47.346 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.305195Z] +26-03-27 11:48:47.346 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:47.346 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:47.346 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:48:47.346 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:48:47.346 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:47.346 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:48:47.346 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:48:47.346 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:47.347 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:47.347 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:47.347 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:50.333 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:50.333 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:48:50.334 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:48:50.334 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:50.335 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:48:50.336 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:48:50.337 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:50.337 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:50.338 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:50.339 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:50.339 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:48:50.340 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:48:50.340 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:50.340 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:50.340 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:48:50.340 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:50.340 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.300Z] +26-03-27 11:48:50.340 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.305195Z] +26-03-27 11:48:50.340 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:50.340 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:50.340 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:48:50.340 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:48:50.340 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:50.340 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:48:50.341 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:48:50.341 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:50.341 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:50.341 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:50.341 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:53.302 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 11:48:53.302 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/e3d80001-db31-490d-9124-68661e2ad4b1/userStatus", parameters={} +26-03-27 11:48:53.302 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 11:48:53.302 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:48:53.303 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:48:53.300Z]] +26-03-27 11:48:53.303 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 11:48:53.303 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:53.303 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:48:53.303 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:53.303 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:53.303 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.300Z] +26-03-27 11:48:53.303 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.305195Z] +26-03-27 11:48:53.303 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:53.303 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:53.303 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:48:53.303 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:48:53.303 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:53.303 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달선] +26-03-27 11:48:53.303 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:53.304 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[UserDto[id=e3d80001-db31-490d-9124-68661e2ad4b1, username=달선, email=dalsun@naver.com, profile=null, (truncated)...] +26-03-27 11:48:53.304 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:48:53.304 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:53.304 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:53.304 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:53.304 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:53.304 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:53.304 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.300Z] +26-03-27 11:48:53.304 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T02:48:23.305195Z] +26-03-27 11:48:53.306 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 11:48:53.306 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:48:53.300Z] +26-03-27 11:48:53.306 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:48:53.306220400Z] +26-03-27 11:48:53.306 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:53.306 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:53.307 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:53.307 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=b7f063c6-62df-4835-ab8a-987f0a580f6f, userId=e3d80001-db31-490d-9124-68661e2ad4b1, (truncated)...] +26-03-27 11:48:53.308 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:53.308 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:53.308 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:53.308 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:48:53.308 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:48:53.309 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:48:53.309 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:48:53.309 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:53.309 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:53.309 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:53.309 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:48:53.309 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:53.309 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.300Z] +26-03-27 11:48:53.309 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.306220Z] +26-03-27 11:48:53.309 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:53.309 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:53.309 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:48:53.309 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:48:53.309 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:53.309 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:48:53.309 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:48:53.309 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:53.309 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:53.309 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:53.310 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:48:53.310 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:53.310 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:48:53.312 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:53.312 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:53.312 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:53.314 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:53.315 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:48:53.315 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:48:53.315 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:53.315 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:53.315 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:48:53.315 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:53.315 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.300Z] +26-03-27 11:48:53.315 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.306220Z] +26-03-27 11:48:53.315 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:53.316 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:53.316 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:48:53.316 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:48:53.316 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:53.316 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:48:53.316 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:48:53.317 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:53.317 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:53.317 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:53.318 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:56.318 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:56.318 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:48:56.318 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:48:56.318 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:56.320 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:48:56.321 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:48:56.321 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:56.322 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:56.322 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:56.324 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:56.325 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:48:56.325 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:48:56.325 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:56.325 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:56.325 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:48:56.325 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:56.326 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.300Z] +26-03-27 11:48:56.326 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.306220Z] +26-03-27 11:48:56.326 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:56.326 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:56.326 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:48:56.326 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:48:56.326 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:56.326 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:48:56.326 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:48:56.326 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:56.327 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:56.327 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:56.327 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:59.308 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:59.310 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:48:59.310 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:48:59.311 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:59.311 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:48:59.312 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:48:59.312 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:59.313 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:59.313 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:48:59.315 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:48:59.315 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:48:59.316 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:48:59.316 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:59.317 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:48:59.317 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:48:59.317 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:48:59.317 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.300Z] +26-03-27 11:48:59.317 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.306220Z] +26-03-27 11:48:59.317 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:59.317 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:59.317 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:48:59.317 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:48:59.317 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:48:59.317 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:48:59.317 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:48:59.317 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:48:59.319 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:48:59.319 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:48:59.319 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:02.319 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:02.319 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:49:02.320 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:49:02.320 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:02.322 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:49:02.323 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:49:02.323 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:02.324 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:02.324 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:02.326 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:02.326 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:49:02.328 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:49:02.328 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:02.328 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:02.328 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:49:02.328 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:02.328 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.300Z] +26-03-27 11:49:02.328 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.306220Z] +26-03-27 11:49:02.328 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:02.328 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:02.328 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:49:02.328 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:49:02.328 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:02.328 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:49:02.329 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:49:02.329 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:02.329 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:02.329 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:02.330 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:02.959 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - POST "/actuator/loggers/org.hibernate", parameters={} +26-03-27 11:49:02.959 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [{configuredLevel=INFO}] +26-03-27 11:49:02.960 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/octet-stream', given [*/*] and supported [*/*] +26-03-27 11:49:02.960 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 204 NO_CONTENT +26-03-27 11:49:05.318 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:05.318 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:49:05.319 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:49:05.319 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:05.320 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:49:05.321 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:49:05.322 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:05.322 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:05.322 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:05.325 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:05.325 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:49:05.325 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:49:05.326 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:05.326 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:05.326 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:49:05.326 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:05.326 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.300Z] +26-03-27 11:49:05.326 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.306220Z] +26-03-27 11:49:05.326 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:05.326 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:05.326 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:49:05.326 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:49:05.326 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:05.326 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:49:05.328 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:49:05.328 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:05.328 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:05.328 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:05.328 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:08.311 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:08.311 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:49:08.313 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:49:08.313 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:08.314 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:49:08.315 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:49:08.315 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:08.315 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:08.316 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:08.318 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:08.318 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:49:08.319 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:49:08.319 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:08.319 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:08.319 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:49:08.319 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:08.319 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.300Z] +26-03-27 11:49:08.319 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.306220Z] +26-03-27 11:49:08.319 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:08.319 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:08.319 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:49:08.319 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:49:08.319 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:08.319 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:49:08.320 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:49:08.320 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:08.320 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:08.320 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:08.321 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:11.316 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:11.316 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:49:11.317 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:49:11.317 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:11.317 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:49:11.318 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:49:11.320 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:11.320 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:11.320 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:11.322 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:11.322 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:49:11.323 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:49:11.323 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:11.323 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:11.323 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:49:11.324 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:11.324 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.300Z] +26-03-27 11:49:11.324 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.306220Z] +26-03-27 11:49:11.324 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:11.324 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:11.324 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:49:11.324 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:49:11.324 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:11.324 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:49:11.324 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:49:11.324 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:11.325 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:11.325 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:11.325 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:14.317 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:14.317 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:49:14.318 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:49:14.318 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:14.319 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:49:14.320 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:49:14.320 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:14.320 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:14.321 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:14.323 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:14.323 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:49:14.324 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:49:14.324 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:14.324 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:14.324 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:49:14.324 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:14.324 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.300Z] +26-03-27 11:49:14.324 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.306220Z] +26-03-27 11:49:14.324 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:14.324 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:14.324 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:49:14.324 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:49:14.324 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:14.324 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:49:14.324 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:49:14.324 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:14.326 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:14.326 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:14.326 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:17.316 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:17.317 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:49:17.317 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:49:17.317 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:17.319 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:49:17.321 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:49:17.321 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:17.321 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:17.322 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:17.324 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:17.324 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:49:17.325 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:49:17.325 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:17.325 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:17.325 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:49:17.325 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:17.325 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.300Z] +26-03-27 11:49:17.325 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.306220Z] +26-03-27 11:49:17.325 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:17.325 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:17.325 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:49:17.325 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:49:17.325 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:17.325 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:49:17.326 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:49:17.326 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:17.326 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:17.326 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:17.326 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:20.315 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:20.316 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:49:20.316 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:49:20.316 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:20.317 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:49:20.319 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:49:20.319 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:20.319 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:20.320 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:20.322 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:20.322 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:49:20.322 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:49:20.322 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:20.322 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:20.322 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:49:20.322 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:20.322 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.300Z] +26-03-27 11:49:20.322 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.306220Z] +26-03-27 11:49:20.322 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:20.322 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:20.322 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:49:20.322 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:49:20.322 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:20.322 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:49:20.323 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:49:20.323 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:20.323 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:20.323 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:20.324 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:23.299 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/e3d80001-db31-490d-9124-68661e2ad4b1/userStatus", parameters={} +26-03-27 11:49:23.299 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:49:23.300 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:49:23.298Z]] +26-03-27 11:49:23.301 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:49:23.301 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:23.302 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:23.302 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:23.302 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:23.302 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.300Z] +26-03-27 11:49:23.302 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T02:48:53.306220Z] +26-03-27 11:49:23.302 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 11:49:23.303 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:49:23.298Z] +26-03-27 11:49:23.303 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:49:23.302594400Z] +26-03-27 11:49:23.303 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:23.303 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:23.303 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:23.303 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=b7f063c6-62df-4835-ab8a-987f0a580f6f, userId=e3d80001-db31-490d-9124-68661e2ad4b1, (truncated)...] +26-03-27 11:49:23.304 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:23.314 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:23.314 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:49:23.315 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:49:23.315 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:23.316 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:49:23.316 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:49:23.317 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:23.317 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:23.317 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:23.321 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:23.321 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:49:23.321 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:49:23.321 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:23.322 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:23.322 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:49:23.322 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:23.322 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.298Z] +26-03-27 11:49:23.322 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.302594Z] +26-03-27 11:49:23.322 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:23.322 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:23.322 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:49:23.322 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:49:23.322 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:23.322 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:49:23.322 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:49:23.323 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:23.323 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:23.323 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:23.324 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:26.314 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:26.314 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:49:26.315 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:49:26.315 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:26.316 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:49:26.317 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:49:26.318 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:26.318 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:26.318 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:26.320 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:26.321 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:49:26.321 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:49:26.321 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:26.321 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:26.321 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:49:26.321 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:26.321 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.298Z] +26-03-27 11:49:26.321 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.302594Z] +26-03-27 11:49:26.321 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:26.322 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:26.322 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:49:26.322 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:49:26.322 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:26.322 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:49:26.322 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:49:26.322 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:26.323 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:26.323 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:26.323 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:27.840 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator/loggers/org.hibernate", parameters={} +26-03-27 11:49:27.840 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [{configuredLevel=INFO}] +26-03-27 11:49:27.841 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json', given [*/*] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 11:49:27.841 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Writing [org.springframework.boot.actuate.logging.LoggersEndpoint$SingleLoggerLevelsDescriptor@788c4003] +26-03-27 11:49:27.841 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:29.309 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:29.310 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:49:29.310 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:49:29.310 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:29.311 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:49:29.313 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:49:29.313 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:29.314 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:29.314 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:29.316 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:29.317 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:49:29.317 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:49:29.317 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:29.319 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:29.319 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:49:29.319 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:29.319 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.298Z] +26-03-27 11:49:29.319 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.302594Z] +26-03-27 11:49:29.319 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:29.319 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:29.319 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:49:29.319 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:49:29.319 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:29.319 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:49:29.320 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:49:29.320 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:29.321 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:29.321 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:29.322 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:32.316 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:32.316 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:49:32.317 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:49:32.317 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:32.318 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:49:32.319 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:49:32.321 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:32.321 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:32.321 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:32.324 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:32.324 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:49:32.324 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:49:32.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:32.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:32.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:49:32.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:32.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.298Z] +26-03-27 11:49:32.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.302594Z] +26-03-27 11:49:32.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:32.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:32.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:49:32.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:49:32.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:32.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:49:32.326 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:49:32.326 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:32.326 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:32.326 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:32.327 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:35.316 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:35.316 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:49:35.317 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:49:35.317 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:35.318 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 11:49:35.318 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 11:49:35.319 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:35.319 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:35.319 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:35.321 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:35.323 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:49:35.323 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:49:35.323 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:35.323 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:35.323 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:49:35.323 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:35.323 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.298Z] +26-03-27 11:49:35.323 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.302594Z] +26-03-27 11:49:35.323 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:35.323 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:35.324 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:49:35.324 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:49:35.324 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:35.324 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:49:35.324 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:49:35.324 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:35.324 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:35.324 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:35.325 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:36.732 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - POST "/api/channels/public", parameters={} +26-03-27 11:49:36.732 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#createPublicChannel(PublicChannelCreateRequest) +26-03-27 11:49:36.733 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [PublicChannelCreateRequest[name=dfdf, description=dfdf]] +26-03-27 11:49:36.735 [http-nio-8080-exec-5] INFO c.s.m.d.controller.ChannelController - PUBLIC 채널 생성 요청: name=dfdf +26-03-27 11:49:36.735 [http-nio-8080-exec-5] INFO c.s.m.d.s.basic.BasicChannelService - PUBLIC 채널 생성 시작: name=dfdf +26-03-27 11:49:36.738 [http-nio-8080-exec-5] INFO c.s.m.d.s.basic.BasicChannelService - PUBLIC 채널 생성 완료: id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, name=dfdf +26-03-27 11:49:36.738 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + insert + into + channels + (created_at, description, name, type, updated_at, id) + values + (?, ?, ?, ?, ?, ?) +26-03-27 11:49:36.738 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:49:36.736696100Z] +26-03-27 11:49:36.738 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:VARCHAR) <- [dfdf] +26-03-27 11:49:36.738 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:VARCHAR) <- [dfdf] +26-03-27 11:49:36.738 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:ENUM) <- [PUBLIC] +26-03-27 11:49:36.739 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (5:TIMESTAMP_UTC) <- [2026-03-27T02:49:36.736696100Z] +26-03-27 11:49:36.739 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (6:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:36.739 [http-nio-8080-exec-5] INFO c.s.m.d.controller.ChannelController - PUBLIC 채널 생성 완료: id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07 +26-03-27 11:49:36.741 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:36.741 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, partic (truncated)...] +26-03-27 11:49:36.742 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 201 CREATED +26-03-27 11:49:36.746 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:36.746 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:49:36.747 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:49:36.747 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:36.747 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:36.747 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:49:36.747 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:49:36.747 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:49:36.747 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:49:36.747 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:49:36.748 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:49:36.748 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:36.749 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:49:36.750 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:36.750 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:36.750 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:49:36.752 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:36.754 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:36.754 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:49:36.755 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:49:36.755 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:36.755 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:36.755 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:49:36.755 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:36.755 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.298Z] +26-03-27 11:49:36.755 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.302594Z] +26-03-27 11:49:36.755 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:36.755 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:36.755 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:49:36.755 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:49:36.755 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:36.755 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:49:36.756 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:49:36.756 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:36.756 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:36.756 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:36.757 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:36.758 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:36.758 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:36.771 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:36.772 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:36.772 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:36.777 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:36.777 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1ce10044] +26-03-27 11:49:36.778 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:36.778 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:36.778 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:36.780 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:36.780 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:36.780 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:36.781 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:36.781 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@28386125] +26-03-27 11:49:36.781 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:37.087 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:37.087 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:37.088 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:37.088 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:37.088 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:37.089 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:37.089 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7cd53a59] +26-03-27 11:49:37.090 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:37.398 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:37.398 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:37.399 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:37.399 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:37.399 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:37.401 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:37.401 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1e294b83] +26-03-27 11:49:37.401 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:37.708 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:37.708 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:37.709 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:37.709 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:37.709 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:37.710 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:37.710 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@452b5650] +26-03-27 11:49:37.710 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:38.022 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:38.022 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:38.023 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:38.023 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:38.023 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:38.024 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:38.024 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@baa34de] +26-03-27 11:49:38.025 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:38.316 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:38.316 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:49:38.317 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:49:38.317 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:38.317 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:38.317 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:49:38.317 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:49:38.317 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:49:38.318 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:49:38.318 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:49:38.318 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:49:38.319 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:38.320 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:49:38.320 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:38.320 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:38.320 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:49:38.321 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:38.324 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:38.325 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:49:38.325 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:49:38.325 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:38.325 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:38.325 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:49:38.325 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:38.326 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.298Z] +26-03-27 11:49:38.326 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.302594Z] +26-03-27 11:49:38.326 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:38.326 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:38.326 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:49:38.326 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:49:38.326 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:38.326 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:49:38.326 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:49:38.326 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:38.327 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:38.327 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:38.327 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:38.331 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:38.331 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:38.332 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:38.332 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:38.332 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:38.334 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:38.334 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@45b95350] +26-03-27 11:49:38.334 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:38.641 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:38.642 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:38.643 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:38.643 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:38.643 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:38.643 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:38.643 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@273260b7] +26-03-27 11:49:38.644 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:38.952 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:38.953 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:38.954 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:38.954 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:38.954 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:38.954 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:38.954 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@83aec30] +26-03-27 11:49:38.955 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:39.261 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:39.261 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:39.262 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:39.262 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:39.262 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:39.263 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:39.263 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@463e7443] +26-03-27 11:49:39.263 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:39.572 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:39.572 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:39.573 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:39.573 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:39.573 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:39.574 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:39.574 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@35b19b3d] +26-03-27 11:49:39.574 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:39.878 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:39.878 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:39.879 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:39.879 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:39.879 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:39.881 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:39.881 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2668aeac] +26-03-27 11:49:39.881 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:40.190 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:40.190 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:40.191 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:40.191 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:40.191 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:40.192 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:40.192 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3ad674b1] +26-03-27 11:49:40.192 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:40.500 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:40.501 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:40.501 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:40.502 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:40.502 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:40.502 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:40.502 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2ededc46] +26-03-27 11:49:40.503 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:40.810 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:40.812 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:40.813 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:40.813 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:40.813 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:40.814 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:40.814 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7fc82e08] +26-03-27 11:49:40.814 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:41.123 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:41.124 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:41.125 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:41.126 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:41.126 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:41.126 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:41.126 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4efa896f] +26-03-27 11:49:41.127 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:41.309 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:41.309 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:49:41.310 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:49:41.310 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:41.310 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:41.310 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:49:41.310 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:49:41.310 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:49:41.310 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:49:41.310 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:49:41.311 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:49:41.311 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:41.312 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:49:41.312 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:41.313 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:41.313 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:49:41.314 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:41.316 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:41.317 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:49:41.317 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:49:41.317 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:41.317 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:41.317 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:49:41.317 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:41.317 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.298Z] +26-03-27 11:49:41.317 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.302594Z] +26-03-27 11:49:41.317 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:41.318 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:41.318 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:49:41.318 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:49:41.318 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:41.318 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:49:41.318 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:49:41.318 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:41.318 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:41.319 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:41.319 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:41.434 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:41.434 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:41.435 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:41.435 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:41.435 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:41.435 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:41.436 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@156a4254] +26-03-27 11:49:41.436 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:41.747 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:41.748 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:41.748 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:41.748 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:41.748 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:41.748 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:41.748 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@56ab4bd0] +26-03-27 11:49:41.749 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:42.058 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:42.059 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:42.060 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:42.060 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:42.060 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:42.060 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:42.060 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@73227ce6] +26-03-27 11:49:42.061 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:42.370 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:42.370 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:42.370 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:42.372 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:42.372 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:42.372 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:42.372 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2be4a3c7] +26-03-27 11:49:42.372 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:42.680 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:42.680 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:42.682 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:42.682 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:42.682 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:42.682 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:42.683 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@69a70dd3] +26-03-27 11:49:42.683 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:42.993 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:42.993 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:42.994 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:42.994 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:42.995 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:42.995 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:42.995 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@74be5ef4] +26-03-27 11:49:42.996 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:43.303 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:43.304 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:43.305 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:43.305 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:43.305 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:43.306 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:43.306 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@16cdba39] +26-03-27 11:49:43.306 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:43.614 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:43.614 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:43.616 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:43.617 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:43.617 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:43.617 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:43.617 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6ce2a24e] +26-03-27 11:49:43.618 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:43.926 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:43.927 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:43.928 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:43.928 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:43.928 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:43.929 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:43.929 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3cba6df8] +26-03-27 11:49:43.930 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:44.239 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:44.239 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:44.240 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:44.240 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:44.240 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:44.240 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:44.240 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5de521ff] +26-03-27 11:49:44.241 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:44.316 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:44.317 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:49:44.317 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:49:44.317 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:44.318 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:44.318 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:49:44.318 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:49:44.318 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:49:44.318 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:49:44.318 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:49:44.318 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:49:44.318 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:44.319 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:49:44.319 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:44.320 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:44.320 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:49:44.320 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:44.323 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:44.324 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:49:44.324 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:49:44.324 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:44.324 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:44.324 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:49:44.324 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:44.324 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.298Z] +26-03-27 11:49:44.324 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.302594Z] +26-03-27 11:49:44.324 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:44.324 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:44.324 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:49:44.324 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:49:44.324 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:44.324 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:49:44.325 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:49:44.325 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:44.325 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:44.325 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:44.325 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:44.549 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:44.549 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:44.551 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:44.551 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:44.551 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:44.551 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:44.552 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@77609057] +26-03-27 11:49:44.552 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:44.860 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:44.860 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:44.861 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:44.861 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:44.861 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:44.861 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:44.861 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1630ae44] +26-03-27 11:49:44.862 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:45.169 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:45.172 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:45.172 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:45.173 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:45.173 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:45.173 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:45.173 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@569829ef] +26-03-27 11:49:45.174 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:45.483 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:45.483 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:45.484 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:45.484 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:45.484 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:45.485 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:45.485 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1752014a] +26-03-27 11:49:45.485 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:45.795 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:45.795 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:45.796 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:45.796 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:45.796 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:45.796 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:45.796 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5e7eb80e] +26-03-27 11:49:45.797 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:46.105 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:46.105 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:46.106 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:46.106 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:46.106 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:46.107 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:46.107 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4c63355b] +26-03-27 11:49:46.107 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:46.415 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:46.415 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:46.416 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:46.416 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:46.416 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:46.417 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:46.417 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@77937f4] +26-03-27 11:49:46.417 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:46.725 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:46.725 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:46.726 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:46.726 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:46.726 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:46.726 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:46.726 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@37c7771e] +26-03-27 11:49:46.726 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:47.035 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:47.035 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:47.036 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:47.036 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:47.036 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:47.037 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:47.037 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5cb826b4] +26-03-27 11:49:47.037 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:47.318 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:47.318 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:49:47.318 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:49:47.319 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:47.319 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:47.319 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:49:47.319 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:49:47.319 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:49:47.319 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:49:47.319 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:49:47.321 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:49:47.321 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:47.322 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:49:47.322 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:47.323 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:47.323 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:49:47.323 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:47.326 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:47.327 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:49:47.327 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:49:47.327 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:47.327 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:47.327 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:49:47.327 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:47.327 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.298Z] +26-03-27 11:49:47.327 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.302594Z] +26-03-27 11:49:47.327 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:47.327 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:47.327 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:49:47.327 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:49:47.327 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:47.327 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:49:47.329 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:49:47.329 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:47.329 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:47.329 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:47.329 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:47.349 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:47.349 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:47.350 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:47.350 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:47.350 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:47.350 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:47.351 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@33f0509c] +26-03-27 11:49:47.351 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:47.657 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:47.657 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:47.659 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:47.659 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:47.659 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:47.659 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:47.659 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@18514b26] +26-03-27 11:49:47.659 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:47.968 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:47.968 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:47.968 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:47.969 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:47.969 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:47.969 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:47.969 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@205dca1b] +26-03-27 11:49:47.969 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:48.280 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:48.280 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:48.281 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:48.281 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:48.281 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:48.282 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:48.282 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@75040ea9] +26-03-27 11:49:48.282 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:48.587 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:48.587 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:48.588 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:48.588 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:48.588 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:48.588 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:48.588 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3b4d7ce] +26-03-27 11:49:48.588 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:48.904 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:48.905 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:48.906 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:48.906 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:48.906 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:48.906 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:48.906 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5c4f1f71] +26-03-27 11:49:48.906 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:49.214 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:49.215 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:49.215 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:49.215 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:49.215 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:49.216 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:49.216 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3f9ead42] +26-03-27 11:49:49.216 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:49.527 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:49.527 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:49.528 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:49.528 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:49.528 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:49.529 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:49.529 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5672be57] +26-03-27 11:49:49.529 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:49.839 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:49.839 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:49.841 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:49.841 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:49.841 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:49.842 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:49.842 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3a5c6fe1] +26-03-27 11:49:49.842 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:50.149 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:50.149 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:50.151 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:50.152 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:50.152 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:50.152 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:50.152 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@42a6f035] +26-03-27 11:49:50.153 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:50.319 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:50.320 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:49:50.320 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:49:50.320 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:50.320 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:50.320 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:49:50.320 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:49:50.320 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:49:50.320 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:49:50.320 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:49:50.322 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:49:50.323 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:50.323 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:49:50.323 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:50.324 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:50.324 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:49:50.324 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:50.327 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:50.327 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:49:50.328 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:49:50.328 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:50.328 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:50.328 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:49:50.328 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:50.328 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.298Z] +26-03-27 11:49:50.328 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.302594Z] +26-03-27 11:49:50.328 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:50.328 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:50.328 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:49:50.328 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:49:50.328 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:50.328 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:49:50.328 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:49:50.328 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:50.329 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:50.329 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:50.329 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:50.461 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:50.461 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:50.462 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:50.462 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:50.462 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:50.463 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:50.463 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7bcb4bb7] +26-03-27 11:49:50.463 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:50.772 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:50.773 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:50.774 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:50.774 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:50.774 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:50.775 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:50.775 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4e66a16a] +26-03-27 11:49:50.775 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:51.084 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:51.084 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:51.085 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:51.085 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:51.085 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:51.085 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:51.085 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@75c3c44e] +26-03-27 11:49:51.086 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:51.392 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:51.392 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:51.393 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:51.393 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:51.393 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:51.393 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:51.393 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3bf139d0] +26-03-27 11:49:51.394 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:51.706 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:51.706 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:51.707 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:51.707 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:51.707 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:51.707 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:51.707 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4aab5c64] +26-03-27 11:49:51.708 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:52.017 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:52.018 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:52.019 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:52.019 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:52.019 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:52.020 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:52.020 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@738a787b] +26-03-27 11:49:52.020 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:52.329 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:52.329 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:52.330 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:52.330 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:52.330 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:52.331 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:52.331 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@70bd10ac] +26-03-27 11:49:52.331 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:52.641 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:52.641 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:52.642 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:52.642 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:52.642 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:52.643 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:52.643 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7435b320] +26-03-27 11:49:52.643 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:52.954 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:52.954 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:52.955 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:52.955 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:52.955 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:52.956 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:52.956 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7b4f4d69] +26-03-27 11:49:52.956 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:53.264 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:53.264 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:53.265 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:53.265 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:53.265 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:53.265 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:53.265 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1aa27e8d] +26-03-27 11:49:53.266 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:53.295 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 11:49:53.295 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/e3d80001-db31-490d-9124-68661e2ad4b1/userStatus", parameters={} +26-03-27 11:49:53.295 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 11:49:53.296 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:49:53.296 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:49:53.294Z]] +26-03-27 11:49:53.296 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 11:49:53.297 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:53.297 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:49:53.297 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:53.297 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:53.297 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.298Z] +26-03-27 11:49:53.297 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.302594Z] +26-03-27 11:49:53.297 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:53.297 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:53.297 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:49:53.297 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:49:53.297 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:53.297 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달선] +26-03-27 11:49:53.297 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:49:53.298 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:53.298 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:53.298 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[UserDto[id=e3d80001-db31-490d-9124-68661e2ad4b1, username=달선, email=dalsun@naver.com, profile=null, (truncated)...] +26-03-27 11:49:53.298 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:53.298 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:53.298 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:53.298 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:53.298 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.298Z] +26-03-27 11:49:53.298 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T02:49:23.302594Z] +26-03-27 11:49:53.299 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 11:49:53.299 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:49:53.294Z] +26-03-27 11:49:53.299 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:49:53.299798500Z] +26-03-27 11:49:53.299 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:53.299 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:53.299 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:53.299 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=b7f063c6-62df-4835-ab8a-987f0a580f6f, userId=e3d80001-db31-490d-9124-68661e2ad4b1, (truncated)...] +26-03-27 11:49:53.301 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:53.301 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:53.301 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:53.302 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:49:53.302 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:49:53.302 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:49:53.302 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:49:53.302 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:53.302 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:53.302 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:53.302 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:53.302 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:49:53.302 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:49:53.302 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:53.302 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:49:53.302 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.294Z] +26-03-27 11:49:53.302 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:49:53.302 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.299799Z] +26-03-27 11:49:53.302 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:49:53.302 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:53.302 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:49:53.302 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:53.302 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:49:53.303 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:49:53.303 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:53.303 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:49:53.303 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:49:53.303 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:53.303 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:49:53.303 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:53.303 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:53.303 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:53.304 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:53.304 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:49:53.304 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:53.306 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:53.306 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:49:53.306 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:53.309 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:53.309 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:49:53.309 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:49:53.309 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:53.310 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:53.310 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:49:53.310 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:53.310 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.294Z] +26-03-27 11:49:53.310 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.299799Z] +26-03-27 11:49:53.310 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:53.310 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:53.310 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:49:53.310 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:49:53.310 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:53.310 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:49:53.310 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:49:53.310 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:53.311 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:53.311 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:53.311 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:53.575 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:53.576 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:53.576 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:53.576 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:53.576 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:53.577 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:53.577 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@26ce51e4] +26-03-27 11:49:53.577 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:53.886 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:53.886 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:53.887 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:53.887 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:53.887 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:53.887 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:53.887 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@27daa479] +26-03-27 11:49:53.888 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:54.195 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:54.195 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:54.196 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:54.196 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:54.196 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:54.197 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:54.197 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@31a7bf38] +26-03-27 11:49:54.197 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:54.505 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:54.506 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:54.506 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:54.506 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:54.507 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:54.507 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:54.507 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@13b03b64] +26-03-27 11:49:54.507 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:54.816 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:54.816 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:54.817 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:54.817 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:54.817 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:54.818 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:54.818 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@19eb36f9] +26-03-27 11:49:54.818 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:55.128 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:55.128 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:55.129 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:55.129 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:55.129 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:55.129 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:55.129 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6d57ae4e] +26-03-27 11:49:55.131 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:55.439 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:55.439 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:55.440 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:55.440 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:55.440 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:55.441 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:55.441 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1ff072bd] +26-03-27 11:49:55.441 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:55.752 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:55.753 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:55.753 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:55.753 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:55.753 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:55.754 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:55.754 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5de1401c] +26-03-27 11:49:55.754 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:56.062 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:56.062 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:56.063 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:56.063 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:56.063 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:56.064 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:56.064 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@30f841d2] +26-03-27 11:49:56.064 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:56.311 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:56.311 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:49:56.312 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:49:56.312 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:56.312 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:56.312 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:49:56.313 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:49:56.313 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:49:56.313 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:49:56.313 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:49:56.314 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:49:56.314 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:56.315 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:49:56.315 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:56.316 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:56.316 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:49:56.316 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:56.319 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:56.319 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:49:56.319 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:49:56.319 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:56.319 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:56.320 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:49:56.320 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:56.320 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.294Z] +26-03-27 11:49:56.320 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.299799Z] +26-03-27 11:49:56.320 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:56.320 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:56.320 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:49:56.320 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:49:56.320 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:56.320 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:49:56.320 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:49:56.320 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:56.320 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:56.321 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:56.321 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:56.375 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:56.375 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:56.376 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:56.376 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:56.376 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:56.377 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:56.377 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@148975ad] +26-03-27 11:49:56.377 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:56.698 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:56.698 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:56.699 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:56.699 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:56.699 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:56.699 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:56.699 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@63663ba] +26-03-27 11:49:56.700 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:57.007 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:57.007 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:57.008 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:57.008 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:57.008 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:57.008 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:57.008 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7eedab83] +26-03-27 11:49:57.009 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:57.317 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:57.317 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:57.318 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:57.318 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:57.318 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:57.319 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:57.319 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2dc80657] +26-03-27 11:49:57.319 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:57.627 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:57.627 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:57.628 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:57.628 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:57.628 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:57.629 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:57.629 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@190a6171] +26-03-27 11:49:57.630 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:57.939 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:57.940 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:57.940 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:57.940 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:57.940 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:57.941 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:57.941 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@353e426b] +26-03-27 11:49:57.941 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:58.252 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:58.252 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:58.253 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:58.253 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:58.253 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:58.254 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:58.254 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5925ecb4] +26-03-27 11:49:58.254 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:58.563 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:58.565 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:58.565 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:58.565 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:58.565 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:58.566 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:58.566 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@510ab577] +26-03-27 11:49:58.566 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:58.874 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:58.874 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:58.875 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:58.875 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:58.875 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:58.876 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:58.876 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2e21fbdd] +26-03-27 11:49:58.876 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:59.186 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:59.187 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:59.188 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:59.188 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:59.188 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:59.188 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:59.189 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@63f36e9a] +26-03-27 11:49:59.189 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:59.311 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:59.311 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:49:59.312 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:49:59.312 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:59.312 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:59.313 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:49:59.313 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:49:59.313 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:49:59.313 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:49:59.313 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:49:59.314 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:49:59.314 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:59.315 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:49:59.315 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:59.315 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:59.315 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:49:59.316 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:59.318 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:49:59.318 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:49:59.319 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:49:59.319 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:59.320 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:49:59.320 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:49:59.320 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:49:59.320 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.294Z] +26-03-27 11:49:59.320 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.299799Z] +26-03-27 11:49:59.320 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:59.320 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:59.320 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:49:59.320 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:49:59.320 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:49:59.320 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:49:59.320 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:49:59.320 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:49:59.321 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:59.321 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:49:59.321 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:59.498 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:59.498 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:59.499 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:59.499 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:59.499 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:59.499 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:59.499 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5ce7e0b7] +26-03-27 11:49:59.500 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:49:59.809 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:49:59.809 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:49:59.810 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:49:59.810 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:49:59.810 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:49:59.810 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:49:59.810 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@224f2615] +26-03-27 11:49:59.811 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:00.119 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:00.119 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:00.120 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:00.120 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:00.120 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:00.122 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:00.122 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4a003db5] +26-03-27 11:50:00.122 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:00.429 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:00.430 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:00.431 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:00.431 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:00.431 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:00.431 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:00.431 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@18d7aaa9] +26-03-27 11:50:00.432 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:00.743 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:00.744 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:00.745 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:00.745 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:00.745 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:00.746 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:00.747 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7113b315] +26-03-27 11:50:00.747 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:01.052 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:01.052 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:01.053 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:01.053 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:01.054 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:01.054 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:01.054 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@21bbfaf5] +26-03-27 11:50:01.055 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:01.366 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:01.367 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:01.368 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:01.368 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:01.368 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:01.368 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:01.368 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@21b5f4d8] +26-03-27 11:50:01.369 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:01.693 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:01.693 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:01.694 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:01.694 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:01.694 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:01.694 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:01.694 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@d39899d] +26-03-27 11:50:01.695 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:02.004 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:02.004 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:02.005 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:02.005 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:02.005 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:02.005 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:02.006 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@59ee6020] +26-03-27 11:50:02.006 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:02.315 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:02.315 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:02.316 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:02.316 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:50:02.316 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:50:02.316 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:02.316 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:02.316 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:02.316 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:02.316 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:02.317 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:02.317 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:50:02.317 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:50:02.317 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:50:02.317 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:02.317 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:02.317 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@106e1753] +26-03-27 11:50:02.317 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:02.318 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:50:02.318 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:02.319 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:50:02.319 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:02.321 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:02.321 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:50:02.321 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:02.324 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:02.324 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:50:02.325 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:50:02.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:02.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:02.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:50:02.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:02.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.294Z] +26-03-27 11:50:02.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.299799Z] +26-03-27 11:50:02.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:02.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:02.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:50:02.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:50:02.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:02.325 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:50:02.326 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:50:02.326 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:02.326 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:02.326 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:50:02.326 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:02.627 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:02.627 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:02.628 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:02.628 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:02.628 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:02.628 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:02.630 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6e17ba1e] +26-03-27 11:50:02.630 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:02.938 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:02.938 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:02.938 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:02.938 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:02.938 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:02.940 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:02.940 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5854b776] +26-03-27 11:50:02.940 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:03.249 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:03.249 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:03.250 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:03.250 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:03.250 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:03.251 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:03.251 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7cbde0b1] +26-03-27 11:50:03.251 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:03.559 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:03.559 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:03.559 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:03.559 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:03.560 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:03.560 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:03.560 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2bc3968c] +26-03-27 11:50:03.560 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:03.869 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:03.869 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:03.870 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:03.870 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:03.870 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:03.871 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:03.871 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@a20e2e2] +26-03-27 11:50:03.871 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:04.179 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:04.179 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:04.181 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:04.182 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:04.182 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:04.182 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:04.182 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@78053fee] +26-03-27 11:50:04.182 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:04.491 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:04.491 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:04.492 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:04.492 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:04.492 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:04.493 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:04.493 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1810122f] +26-03-27 11:50:04.493 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:04.803 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:04.803 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:04.804 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:04.804 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:04.804 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:04.804 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:04.804 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@462594f1] +26-03-27 11:50:04.805 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:05.127 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:05.127 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:05.129 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:05.129 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:05.129 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:05.130 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:05.130 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3c4768f9] +26-03-27 11:50:05.130 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:05.319 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:05.319 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:50:05.320 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:50:05.320 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:05.320 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:05.320 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:05.320 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:50:05.320 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:50:05.320 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:50:05.320 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:05.321 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:50:05.321 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:05.322 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:50:05.322 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:05.323 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:05.323 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:50:05.323 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:05.325 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:05.325 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:50:05.326 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:50:05.326 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:05.326 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:05.326 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:50:05.326 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:05.326 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.294Z] +26-03-27 11:50:05.326 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.299799Z] +26-03-27 11:50:05.326 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:05.326 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:05.326 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:50:05.326 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:50:05.326 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:05.326 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:50:05.327 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:50:05.327 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:05.328 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:05.328 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:50:05.328 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:05.441 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:05.442 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:05.442 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:05.442 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:05.442 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:05.443 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:05.443 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@e0bd93f] +26-03-27 11:50:05.443 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:05.752 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:05.753 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:05.753 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:05.753 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:05.753 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:05.755 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:05.755 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@8d3ff72] +26-03-27 11:50:05.755 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:06.064 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:06.064 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:06.065 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:06.065 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:06.065 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:06.065 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:06.065 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5d84a2b6] +26-03-27 11:50:06.066 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:06.376 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:06.378 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:06.379 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:06.379 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:06.379 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:06.379 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:06.380 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@951f401] +26-03-27 11:50:06.380 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:06.687 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:06.687 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:06.687 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:06.687 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:06.687 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:06.689 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:06.689 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4bb69334] +26-03-27 11:50:06.689 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:06.999 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:06.999 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:07.000 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:07.000 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:07.000 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:07.000 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:07.000 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5fea181d] +26-03-27 11:50:07.000 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:07.311 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:07.311 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:07.312 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:07.312 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:07.312 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:07.313 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:07.313 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2be33367] +26-03-27 11:50:07.313 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:07.625 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:07.625 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:07.626 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:07.626 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:07.626 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:07.627 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:07.627 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@74b7319e] +26-03-27 11:50:07.627 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:07.934 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:07.934 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:07.935 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:07.935 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:07.935 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:07.935 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:07.935 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7d130d3b] +26-03-27 11:50:07.936 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:08.245 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:08.245 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:08.246 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:08.247 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:08.247 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:08.247 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:08.247 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@24b83808] +26-03-27 11:50:08.248 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:08.307 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:08.307 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:50:08.307 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:50:08.308 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:08.308 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:08.308 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:08.308 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:50:08.308 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:50:08.308 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:50:08.308 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:08.309 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:50:08.309 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:08.309 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:50:08.309 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:08.310 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:08.310 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:50:08.310 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:08.314 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:08.314 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:50:08.315 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:50:08.315 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:08.315 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:08.315 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:50:08.315 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:08.315 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.294Z] +26-03-27 11:50:08.315 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.299799Z] +26-03-27 11:50:08.315 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:08.315 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:08.315 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:50:08.315 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:50:08.315 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:08.315 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:50:08.315 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:50:08.316 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:08.316 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:08.316 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:50:08.316 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:08.552 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:08.552 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:08.553 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:08.553 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:08.553 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:08.553 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:08.553 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5db370f3] +26-03-27 11:50:08.553 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:08.866 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:08.866 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:08.867 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:08.867 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:08.867 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:08.867 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:08.867 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4cc49490] +26-03-27 11:50:08.867 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:09.178 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:09.178 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:09.179 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:09.179 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:09.179 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:09.179 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:09.179 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2ae034de] +26-03-27 11:50:09.179 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:09.492 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:09.492 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:09.493 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:09.493 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:09.493 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:09.493 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:09.494 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@46c62469] +26-03-27 11:50:09.494 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:10.688 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:10.688 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:10.689 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:10.689 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:10.689 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:10.689 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:10.690 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2e723ab3] +26-03-27 11:50:10.690 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:11.700 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:11.700 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:11.701 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:50:11.701 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:11.701 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:50:11.701 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:11.702 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:11.702 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:11.702 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:11.702 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:11.702 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:11.702 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@22939274] +26-03-27 11:50:11.702 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:11.702 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:50:11.702 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:50:11.702 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:50:11.702 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:11.703 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:11.703 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:50:11.703 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:11.704 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:50:11.704 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:11.705 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:11.705 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:50:11.705 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:11.707 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:11.707 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:50:11.707 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:50:11.707 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:11.708 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:11.708 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:50:11.708 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:11.708 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.294Z] +26-03-27 11:50:11.708 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.299799Z] +26-03-27 11:50:11.708 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:11.708 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:11.708 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:50:11.708 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:50:11.708 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:11.708 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:50:11.708 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:50:11.708 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:11.708 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:11.708 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:50:11.709 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:12.699 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:12.699 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:12.701 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:12.701 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:12.701 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:12.702 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:12.702 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@93e767d] +26-03-27 11:50:12.702 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:13.692 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:13.692 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:13.693 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:13.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:13.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:13.693 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:13.693 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7627a61f] +26-03-27 11:50:13.694 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:14.690 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:14.690 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:14.690 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:50:14.690 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:14.691 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:50:14.691 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:14.691 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:14.691 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:14.691 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:14.691 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:14.691 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:14.691 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:50:14.691 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:50:14.691 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:50:14.691 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:14.691 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:14.691 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6560e845] +26-03-27 11:50:14.691 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:50:14.691 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:14.691 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:14.692 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:50:14.692 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:14.693 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:14.693 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:50:14.693 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:14.696 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:14.696 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:50:14.697 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:50:14.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:14.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:14.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:50:14.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:14.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.294Z] +26-03-27 11:50:14.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.299799Z] +26-03-27 11:50:14.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:14.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:14.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:50:14.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:50:14.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:14.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:50:14.698 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:50:14.698 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:14.698 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:14.698 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:50:14.698 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:15.685 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:15.685 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:15.686 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:15.686 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:15.686 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:15.687 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:15.687 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@114066c4] +26-03-27 11:50:15.687 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:16.699 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:16.699 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:16.700 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:16.700 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:16.700 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:16.701 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:16.701 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@169924d] +26-03-27 11:50:16.701 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:17.695 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:17.695 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:17.697 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:17.697 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:50:17.698 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:50:17.698 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:17.698 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:17.698 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:17.698 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:17.698 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:17.698 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:17.698 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:50:17.698 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:50:17.698 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:50:17.698 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:17.698 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:17.698 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5b04ef72] +26-03-27 11:50:17.699 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:17.699 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:50:17.699 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:17.700 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:50:17.700 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:17.701 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:17.701 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:50:17.702 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:17.704 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:17.704 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:50:17.705 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:50:17.705 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:17.705 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:17.705 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:50:17.705 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:17.705 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.294Z] +26-03-27 11:50:17.705 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.299799Z] +26-03-27 11:50:17.705 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:17.705 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:17.705 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:50:17.705 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:50:17.705 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:17.705 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:50:17.705 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:50:17.705 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:17.706 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:17.706 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:50:17.706 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:18.690 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:18.690 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:18.692 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:18.692 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:18.692 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:18.693 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:18.693 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4e8714ea] +26-03-27 11:50:18.693 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:19.699 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:19.699 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:19.700 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:19.700 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:19.700 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:19.700 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:19.702 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3f4ede9f] +26-03-27 11:50:19.702 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:20.691 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:20.691 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:20.692 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:20.692 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:20.693 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:20.693 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:50:20.693 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:20.693 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:50:20.693 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:20.693 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:20.693 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:20.693 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@eab1183] +26-03-27 11:50:20.693 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:20.693 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:50:20.693 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:50:20.693 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:50:20.693 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:20.693 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:20.694 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:50:20.694 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:20.695 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:50:20.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:20.695 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:20.695 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:50:20.696 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:20.699 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:20.700 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:50:20.700 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:50:20.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:20.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:20.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:50:20.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:20.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.294Z] +26-03-27 11:50:20.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.299799Z] +26-03-27 11:50:20.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:20.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:20.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:50:20.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:50:20.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:20.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:50:20.701 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:50:20.701 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:20.701 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:20.701 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:50:20.701 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:21.687 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:21.687 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:21.688 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:21.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:21.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:21.688 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:21.688 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@49e9c4d7] +26-03-27 11:50:21.689 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:22.699 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:22.699 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:22.701 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:22.701 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:22.701 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:22.701 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:22.701 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@24806847] +26-03-27 11:50:22.702 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:23.697 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/e3d80001-db31-490d-9124-68661e2ad4b1/userStatus", parameters={} +26-03-27 11:50:23.697 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:23.698 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:23.698 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:50:23.698 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:23.698 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:50:23.695Z]] +26-03-27 11:50:23.699 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:50:23.699 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:23.699 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:23.699 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:23.699 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:50:23.699 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:23.699 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:23.699 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:23.699 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@29a756f8] +26-03-27 11:50:23.699 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:23.699 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:50:23.699 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:50:23.699 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:50:23.700 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:23.700 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:50:23.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:23.700 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:23.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:23.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:23.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:23.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.294Z] +26-03-27 11:50:23.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T02:49:53.299799Z] +26-03-27 11:50:23.701 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:50:23.701 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:23.701 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 11:50:23.701 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:50:23.695Z] +26-03-27 11:50:23.701 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:50:23.701652600Z] +26-03-27 11:50:23.701 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:23.701 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:23.702 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:50:23.702 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:23.702 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:23.702 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=b7f063c6-62df-4835-ab8a-987f0a580f6f, userId=e3d80001-db31-490d-9124-68661e2ad4b1, (truncated)...] +26-03-27 11:50:23.702 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:23.703 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:23.703 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:50:23.703 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:23.705 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:23.706 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:50:23.706 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:50:23.706 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:23.706 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:23.706 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:50:23.707 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:23.707 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.695Z] +26-03-27 11:50:23.707 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.701653Z] +26-03-27 11:50:23.707 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:23.707 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:23.707 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:50:23.707 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:50:23.707 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:23.707 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:50:23.707 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:50:23.707 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:23.708 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:23.708 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:50:23.708 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:24.696 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:24.696 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:24.696 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:24.696 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:24.696 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:24.697 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:24.697 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@56c2b0b2] +26-03-27 11:50:24.697 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:25.691 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:25.692 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:25.692 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:25.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:25.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:25.693 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:25.693 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@65c6319d] +26-03-27 11:50:25.693 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:26.687 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:26.687 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:26.687 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:26.687 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:50:26.688 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:26.688 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:50:26.688 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:26.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:26.688 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:26.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:26.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:26.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:50:26.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:50:26.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:50:26.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:26.688 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:26.689 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@bb032a4] +26-03-27 11:50:26.689 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:26.689 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:50:26.689 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:26.690 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:50:26.690 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:26.690 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:26.690 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:50:26.692 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:26.694 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:26.694 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:50:26.695 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:50:26.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:26.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:26.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:50:26.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:26.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.695Z] +26-03-27 11:50:26.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.701653Z] +26-03-27 11:50:26.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:26.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:26.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:50:26.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:50:26.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:26.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:50:26.696 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:50:26.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:26.696 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:26.696 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:50:26.697 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:27.696 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:27.696 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:27.697 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:27.697 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:27.697 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:27.697 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:27.697 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@786e6e7] +26-03-27 11:50:27.698 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:28.689 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:28.690 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:28.690 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:28.690 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:28.690 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:28.690 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:28.692 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5a02c490] +26-03-27 11:50:28.692 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:29.685 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:29.686 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:29.686 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:29.686 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:50:29.686 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:29.686 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:29.686 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:29.688 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:50:29.688 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:29.688 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:29.688 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:29.688 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5f9e942d] +26-03-27 11:50:29.688 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:29.688 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:50:29.688 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:50:29.688 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:50:29.688 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:29.688 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:29.689 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:50:29.689 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:29.690 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:50:29.690 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:29.690 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:29.691 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:50:29.691 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:29.692 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:29.693 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:50:29.693 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:50:29.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:29.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:29.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:50:29.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:29.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.695Z] +26-03-27 11:50:29.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.701653Z] +26-03-27 11:50:29.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:29.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:29.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:50:29.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:50:29.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:29.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:50:29.694 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:50:29.694 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:29.694 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:29.694 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:50:29.695 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:30.695 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:30.695 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:30.696 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:30.696 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:30.696 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:30.697 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:30.697 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3adf3c59] +26-03-27 11:50:30.697 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:31.700 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:31.700 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:31.701 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:31.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:31.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:31.701 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:31.701 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6ae1763d] +26-03-27 11:50:31.702 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:32.694 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:32.694 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:32.694 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:50:32.694 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:32.696 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:50:32.696 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:32.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:32.696 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:32.696 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:32.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:32.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:32.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:50:32.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:50:32.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:50:32.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:32.696 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:32.696 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@32e15664] +26-03-27 11:50:32.697 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:32.697 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:50:32.697 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:32.697 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:50:32.697 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:32.698 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:32.698 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:50:32.698 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:32.701 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:32.701 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:50:32.701 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:50:32.701 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:32.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:32.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:50:32.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:32.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.695Z] +26-03-27 11:50:32.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.701653Z] +26-03-27 11:50:32.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:32.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:32.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:50:32.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:50:32.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:32.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:50:32.702 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:50:32.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:32.702 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:32.702 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:50:32.703 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:33.688 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:33.689 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:33.689 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:33.689 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:33.689 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:33.690 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:33.690 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6592b374] +26-03-27 11:50:33.690 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:34.685 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:34.686 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:34.687 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:34.687 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:34.687 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:34.688 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:34.688 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@70c982] +26-03-27 11:50:34.688 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:35.696 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:35.696 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:35.696 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:50:35.696 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:35.697 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:50:35.697 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:35.697 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:35.697 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:35.697 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:35.697 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:35.697 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:35.697 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:50:35.697 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:50:35.697 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:50:35.697 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:35.697 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:35.697 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@23ff74f3] +26-03-27 11:50:35.698 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:35.698 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:50:35.698 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:35.699 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:50:35.699 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:35.699 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:35.699 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:50:35.700 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:35.702 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:35.702 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:50:35.702 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:50:35.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:35.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:35.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:50:35.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:35.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.695Z] +26-03-27 11:50:35.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.701653Z] +26-03-27 11:50:35.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:35.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:35.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:50:35.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:50:35.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:35.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:50:35.703 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:50:35.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:35.704 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:35.704 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:50:35.704 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:36.689 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:36.689 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:36.690 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:36.690 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:36.690 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:36.690 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:36.690 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@29c68014] +26-03-27 11:50:36.692 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:37.686 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:37.686 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:37.687 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:37.687 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:37.687 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:37.688 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:37.688 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@746fabe2] +26-03-27 11:50:37.688 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:38.686 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:38.686 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:38.686 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:38.686 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:50:38.687 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:50:38.687 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:38.687 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:38.687 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:38.687 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:50:38.687 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:50:38.687 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:50:38.687 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:38.687 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:38.687 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:38.687 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:38.687 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:38.688 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2f560979] +26-03-27 11:50:38.688 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:50:38.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:38.688 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:38.689 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:50:38.689 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:38.689 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:38.689 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:50:38.691 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:38.692 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:38.693 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:50:38.693 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:50:38.693 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:38.694 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:38.694 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:50:38.694 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:38.694 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.695Z] +26-03-27 11:50:38.694 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.701653Z] +26-03-27 11:50:38.694 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:38.694 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:38.694 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:50:38.694 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:50:38.694 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:38.694 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:50:38.694 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:50:38.694 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:38.694 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:38.694 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:50:38.695 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:39.699 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:39.700 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:39.700 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:39.701 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:39.701 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:39.701 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:39.701 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@73b20353] +26-03-27 11:50:39.702 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:40.693 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:40.693 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:40.694 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:40.694 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:40.694 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:40.695 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:40.695 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1d159551] +26-03-27 11:50:40.695 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:41.692 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:41.692 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:41.693 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:41.693 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:50:41.693 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:41.693 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:50:41.693 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:41.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:41.694 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:41.694 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:41.694 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@69173e53] +26-03-27 11:50:41.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:41.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:41.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:50:41.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:50:41.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:50:41.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:41.694 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:41.695 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:50:41.695 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:41.697 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:50:41.697 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:41.697 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:41.698 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:50:41.698 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:41.701 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:41.701 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:50:41.701 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:50:41.701 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:41.702 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:41.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:50:41.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:41.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.695Z] +26-03-27 11:50:41.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.701653Z] +26-03-27 11:50:41.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:41.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:41.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:50:41.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:50:41.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:41.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:50:41.703 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:50:41.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:41.703 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:41.703 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:50:41.703 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:42.685 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:42.686 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:42.687 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:42.687 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:42.687 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:42.687 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:42.687 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6ffcbdcd] +26-03-27 11:50:42.687 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:43.696 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:43.696 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:43.697 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:43.697 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:43.697 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:43.697 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:43.697 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@36c04172] +26-03-27 11:50:43.698 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:44.690 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:44.690 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:44.691 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:50:44.691 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:44.691 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:50:44.691 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:44.691 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:44.691 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:44.691 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:44.691 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:44.691 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:44.691 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:50:44.691 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:50:44.691 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:50:44.691 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:44.692 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:44.692 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@54562bdc] +26-03-27 11:50:44.692 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:44.692 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:50:44.692 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:44.694 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:50:44.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:44.695 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:44.695 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:50:44.695 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:44.698 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:44.698 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:50:44.698 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:50:44.698 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:44.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:44.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:50:44.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:44.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.695Z] +26-03-27 11:50:44.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.701653Z] +26-03-27 11:50:44.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:44.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:44.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:50:44.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:50:44.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:44.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:50:44.699 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:50:44.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:44.700 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:44.700 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:50:44.700 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:45.699 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:45.700 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:45.700 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:45.700 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:45.700 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:45.701 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:45.701 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3b7da425] +26-03-27 11:50:45.701 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:46.690 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:46.691 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:46.691 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:46.691 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:46.692 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:46.692 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:46.692 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@764dcac7] +26-03-27 11:50:46.692 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:47.688 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:47.688 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:47.688 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:50:47.688 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:47.688 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:50:47.688 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:47.688 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:47.688 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:47.688 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:47.688 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:47.689 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:47.689 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:50:47.689 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:50:47.689 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:50:47.689 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:47.689 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:47.689 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5e97e9a8] +26-03-27 11:50:47.689 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:47.690 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:50:47.690 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:47.691 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:50:47.691 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:47.691 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:47.691 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:50:47.691 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:47.694 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:47.694 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:50:47.695 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:50:47.695 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:47.695 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:47.695 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:50:47.695 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:47.695 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.695Z] +26-03-27 11:50:47.695 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.701653Z] +26-03-27 11:50:47.695 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:47.695 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:47.695 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:50:47.695 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:50:47.695 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:47.695 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:50:47.696 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:50:47.696 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:47.696 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:47.696 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:50:47.696 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:48.695 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:48.695 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:48.696 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:48.696 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:48.696 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:48.696 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:48.696 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1190c94f] +26-03-27 11:50:48.697 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:49.691 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:49.691 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:49.692 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:49.692 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:49.692 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:49.692 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:49.692 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7bf39029] +26-03-27 11:50:49.693 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:50.688 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:50.688 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:50.688 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:50.688 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:50:50.688 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:50:50.688 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:50.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:50.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:50.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:50.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:50.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:50.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:50:50.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:50:50.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:50:50.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:50.690 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:50.690 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5db9eea0] +26-03-27 11:50:50.690 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:50.690 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:50:50.690 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:50.691 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:50:50.691 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:50.691 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:50.691 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:50:50.691 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:50.695 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:50.695 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:50:50.695 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:50:50.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:50.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:50.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:50:50.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:50.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.695Z] +26-03-27 11:50:50.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.701653Z] +26-03-27 11:50:50.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:50:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:50:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:50:50.696 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:50:50.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:50.696 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:50.696 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:50:50.696 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:51.697 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:51.699 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:51.700 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:51.700 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:51.700 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:51.700 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:51.700 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4db5e02c] +26-03-27 11:50:51.701 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:52.693 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:52.693 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:52.694 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:52.694 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:52.694 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:52.694 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:52.694 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@555d5ffa] +26-03-27 11:50:52.694 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:53.691 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:53.691 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/e3d80001-db31-490d-9124-68661e2ad4b1/userStatus", parameters={} +26-03-27 11:50:53.693 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:53.693 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:50:53.693 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 11:50:53.693 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 11:50:53.693 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:50:53.691Z]] +26-03-27 11:50:53.693 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 11:50:53.694 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:53.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:53.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:53.694 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:53.694 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:53.694 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:50:53.694 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:53.694 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:53.694 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:50:53.694 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.695Z] +26-03-27 11:50:53.694 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.701653Z] +26-03-27 11:50:53.694 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:53.694 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:50:53.694 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:53.694 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:50:53.694 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:50:53.694 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:53.694 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:53.694 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달선] +26-03-27 11:50:53.694 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7832aa2a] +26-03-27 11:50:53.695 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:53.695 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:50:53.695 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:53.695 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:53.695 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:53.695 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[UserDto[id=e3d80001-db31-490d-9124-68661e2ad4b1, username=달선, email=dalsun@naver.com, profile=null, (truncated)...] +26-03-27 11:50:53.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:53.695 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:53.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:53.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:53.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:50:53.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:50:53.695 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:53.695 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.695Z] +26-03-27 11:50:53.695 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T02:50:23.701653Z] +26-03-27 11:50:53.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:50:53.695 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:53.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:53.696 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 11:50:53.696 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:50:53.696 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:50:53.691Z] +26-03-27 11:50:53.696 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:53.696 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:50:53.695279600Z] +26-03-27 11:50:53.696 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:53.696 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:53.696 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:53.696 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=b7f063c6-62df-4835-ab8a-987f0a580f6f, userId=e3d80001-db31-490d-9124-68661e2ad4b1, (truncated)...] +26-03-27 11:50:53.698 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:50:53.698 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:53.698 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:53.698 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:53.698 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:50:53.699 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:53.699 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:53.699 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:50:53.699 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:53.700 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:50:53.700 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:50:53.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:53.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:53.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:50:53.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:53.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.691Z] +26-03-27 11:50:53.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.695280Z] +26-03-27 11:50:53.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:53.700 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:50:53.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:53.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:50:53.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:53.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:50:53.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:53.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:50:53.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:53.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:53.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:50:53.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:50:53.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:50:53.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:53.700 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:50:53.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:53.701 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:53.701 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:50:53.701 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:53.701 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:50:53.701 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:53.702 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:53.702 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:50:53.702 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:50:53.702 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:53.703 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:50:53.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:53.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:53.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:50:53.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:53.703 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:53.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.691Z] +26-03-27 11:50:53.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.695280Z] +26-03-27 11:50:53.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:53.703 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:50:53.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:53.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:50:53.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:50:53.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:53.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:50:53.703 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:53.703 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:50:53.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:53.703 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:53.703 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:50:53.703 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:53.705 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:53.705 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:50:53.707 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:50:53.707 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:53.707 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:53.707 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:50:53.707 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:53.707 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.691Z] +26-03-27 11:50:53.707 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.695280Z] +26-03-27 11:50:53.707 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:53.707 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:53.707 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:50:53.707 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:50:53.707 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:53.707 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:50:53.707 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:50:53.707 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:53.708 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:53.708 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:50:53.708 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:54.685 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:54.687 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:54.687 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:54.687 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:54.687 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:54.688 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:54.688 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1377818e] +26-03-27 11:50:54.688 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:55.698 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:55.698 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:55.700 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:55.700 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:55.700 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:55.700 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:55.700 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@39b32f93] +26-03-27 11:50:55.701 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:56.695 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:56.695 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:56.696 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:56.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:56.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:56.696 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:56.696 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@27dc377c] +26-03-27 11:50:56.697 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:57.690 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:57.690 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:57.690 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:50:57.690 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:57.691 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:50:57.691 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:57.691 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:57.691 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:57.691 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:57.691 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:57.692 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:57.692 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:50:57.692 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:50:57.692 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:50:57.692 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:50:57.692 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:57.692 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@52f5b2d1] +26-03-27 11:50:57.693 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:50:57.693 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:57.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:57.696 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:50:57.696 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:57.697 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:57.697 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:50:57.697 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:57.699 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:50:57.699 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:50:57.700 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:50:57.700 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:57.700 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:50:57.700 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:50:57.700 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:50:57.700 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.691Z] +26-03-27 11:50:57.700 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.695280Z] +26-03-27 11:50:57.700 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:57.700 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:57.700 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:50:57.700 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:50:57.700 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:50:57.700 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:50:57.701 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:50:57.701 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:50:57.701 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:57.701 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:50:57.701 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:58.686 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:58.686 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:58.687 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:58.687 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:58.687 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:58.688 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:58.688 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@49920ee2] +26-03-27 11:50:58.688 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:50:59.688 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:50:59.688 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:50:59.689 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:50:59.689 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:50:59.689 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:50:59.690 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:50:59.690 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@487a8687] +26-03-27 11:50:59.690 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:00.698 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:00.698 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:51:00.698 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:00.698 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:51:00.699 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:51:00.699 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:00.699 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:00.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:00.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:00.699 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:00.699 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:51:00.699 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:51:00.699 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:51:00.699 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:51:00.699 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:51:00.699 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:00.699 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3bede7c4] +26-03-27 11:51:00.699 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:00.700 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:51:00.700 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:00.701 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:51:00.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:00.701 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:00.701 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:51:00.701 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:00.704 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:51:00.704 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:51:00.704 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:51:00.704 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:00.704 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:51:00.704 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:51:00.704 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:51:00.705 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.691Z] +26-03-27 11:51:00.705 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.695280Z] +26-03-27 11:51:00.705 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:00.705 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:51:00.705 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:51:00.705 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:51:00.705 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:51:00.705 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:51:00.705 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:51:00.705 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:00.705 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:00.705 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:51:00.705 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:01.695 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:01.695 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:01.695 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:01.695 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:01.695 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:01.696 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:01.696 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@32c32db9] +26-03-27 11:51:01.696 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:02.693 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:02.695 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:02.696 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:02.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:02.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:02.696 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:02.696 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@b2b09ea] +26-03-27 11:51:02.697 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:03.686 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:03.686 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:51:03.686 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:51:03.686 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:03.687 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:51:03.687 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:03.687 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:03.687 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:03.687 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:03.687 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:03.687 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:51:03.687 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:51:03.687 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:51:03.687 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:51:03.687 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:51:03.687 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:03.687 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@79820b30] +26-03-27 11:51:03.688 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:03.688 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:51:03.688 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:03.689 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:51:03.689 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:03.689 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:03.689 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:51:03.689 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:03.692 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:51:03.692 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:51:03.692 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:51:03.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:03.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:51:03.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:51:03.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:51:03.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.691Z] +26-03-27 11:51:03.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.695280Z] +26-03-27 11:51:03.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:03.693 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:51:03.693 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:51:03.693 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:51:03.693 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:51:03.693 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:51:03.693 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:51:03.693 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:03.693 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:03.693 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:51:03.693 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:04.686 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:04.686 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:04.687 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:04.687 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:04.687 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:04.688 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:04.688 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@40d1ece4] +26-03-27 11:51:04.688 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:05.699 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:51:05.699 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:05.699 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:51:05.699 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:05.701 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:51:05.701 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:05.701 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:05.701 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:05.701 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:05.701 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:05.701 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:51:05.701 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:51:05.701 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:51:05.701 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:51:05.701 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:51:05.701 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:05.701 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@21d1d373] +26-03-27 11:51:05.702 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:51:05.702 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:05.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:05.702 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:51:05.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:05.703 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:05.703 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:51:05.703 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:05.705 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:51:05.705 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:51:05.706 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:51:05.706 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:05.706 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:51:05.706 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:51:05.706 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:51:05.706 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.691Z] +26-03-27 11:51:05.706 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.695280Z] +26-03-27 11:51:05.706 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:05.706 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:51:05.706 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:51:05.706 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:51:05.706 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:51:05.706 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:51:05.706 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:51:05.706 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:05.707 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:05.707 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:51:05.707 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:06.697 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:06.697 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:06.698 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:06.698 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:06.698 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:06.698 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:06.698 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@42f31b7c] +26-03-27 11:51:06.699 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:07.690 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:07.690 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:07.691 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:07.691 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:07.691 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:07.691 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:07.691 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@73518ff] +26-03-27 11:51:07.692 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:08.687 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:08.687 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:08.688 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:08.688 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:08.688 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:08.688 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:08.688 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6c135861] +26-03-27 11:51:08.689 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:09.695 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:09.695 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:09.696 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:09.696 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:09.696 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:09.697 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:09.697 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1e9ed0d2] +26-03-27 11:51:09.697 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:10.686 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:10.686 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:10.687 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:10.687 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:10.687 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:10.688 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:10.688 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@56dcaffc] +26-03-27 11:51:10.688 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:11.686 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:11.686 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:11.687 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:11.687 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:11.687 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:11.687 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:11.687 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6fcc2b9b] +26-03-27 11:51:11.687 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:12.695 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:12.695 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:12.696 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:12.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:12.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:12.696 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:12.696 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4eae850e] +26-03-27 11:51:12.696 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:13.687 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:13.688 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:13.688 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:13.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:13.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:13.689 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:13.689 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5ae8948a] +26-03-27 11:51:13.689 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:14.698 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:14.698 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:14.699 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:14.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:14.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:14.699 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:14.699 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2ffad5b8] +26-03-27 11:51:14.700 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:15.695 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:15.695 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:15.695 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:15.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:15.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:15.696 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:15.696 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@204771bb] +26-03-27 11:51:15.696 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:16.688 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:16.688 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:16.689 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:16.689 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:16.689 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:16.689 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:16.689 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6550ec10] +26-03-27 11:51:16.690 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:17.700 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:17.700 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:17.701 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:17.701 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:17.701 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:17.701 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:17.701 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6a38844a] +26-03-27 11:51:17.702 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:18.690 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:18.691 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:18.692 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:18.692 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:18.692 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:18.692 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:18.692 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1c07d085] +26-03-27 11:51:18.693 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:19.685 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:19.685 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:19.686 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:19.686 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:19.686 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:19.687 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:19.687 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5a62923c] +26-03-27 11:51:19.687 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:20.696 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:20.696 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:20.697 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:20.697 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:20.697 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:20.697 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:20.697 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4a7f7914] +26-03-27 11:51:20.698 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:21.688 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:21.689 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:21.690 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:21.690 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:21.690 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:21.691 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:21.691 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4ebabbe3] +26-03-27 11:51:21.691 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:22.699 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:22.699 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:22.700 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:22.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:22.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:22.700 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:22.700 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@17a48367] +26-03-27 11:51:22.701 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:23.693 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:23.693 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:23.694 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:23.694 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:23.694 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:23.694 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:23.694 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1ddca8da] +26-03-27 11:51:23.696 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:24.689 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:24.689 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:24.689 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:24.690 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:24.690 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:24.690 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:24.690 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7cef42a] +26-03-27 11:51:24.690 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:25.698 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:25.698 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:25.699 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:25.699 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:25.699 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:25.699 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:25.699 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1527a9dd] +26-03-27 11:51:25.700 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:26.692 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:26.694 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:26.694 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:26.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:26.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:26.694 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:26.694 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6e6d33e5] +26-03-27 11:51:26.695 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:27.687 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:27.689 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:27.689 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:27.689 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:27.689 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:27.690 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:27.690 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2724b1f6] +26-03-27 11:51:27.690 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:28.698 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:28.699 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:28.699 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:28.700 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:28.700 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:28.700 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:28.700 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@68d2b577] +26-03-27 11:51:28.700 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:29.690 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:29.691 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:29.692 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:29.692 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:29.692 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:29.692 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:29.692 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@42dd4a5f] +26-03-27 11:51:29.692 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:30.689 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:30.689 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:30.690 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:30.690 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:30.690 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:30.691 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:30.691 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@49cc4d0] +26-03-27 11:51:30.692 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:31.688 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:31.688 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:31.689 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:31.689 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:31.689 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:31.689 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:31.689 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@17ef197b] +26-03-27 11:51:31.689 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:32.700 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:32.700 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:32.701 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:32.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:32.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:32.701 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:32.701 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@78f8f2b6] +26-03-27 11:51:32.702 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:33.694 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:33.695 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:33.695 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:33.695 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:33.695 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:33.696 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:33.696 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@47dd96d4] +26-03-27 11:51:33.696 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:34.688 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:34.688 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:34.689 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:34.689 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:34.689 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:34.690 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:34.690 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5dca870f] +26-03-27 11:51:34.691 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:35.698 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:35.699 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:35.699 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:35.700 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:35.700 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:35.700 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:35.700 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6131cada] +26-03-27 11:51:35.700 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:36.689 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:36.689 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:36.690 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:36.690 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:36.690 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:36.690 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:36.690 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7933aeca] +26-03-27 11:51:36.691 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:37.699 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:37.699 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:37.700 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:37.700 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:37.700 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:37.700 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:37.700 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@150677d] +26-03-27 11:51:37.701 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:38.690 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:38.690 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:38.692 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:38.692 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:38.692 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:38.693 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:38.693 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6da5904] +26-03-27 11:51:38.693 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:39.699 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:39.699 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:39.700 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:39.700 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:39.700 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:39.700 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:39.700 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@ce76cda] +26-03-27 11:51:39.700 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:40.694 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:40.694 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:40.694 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:40.695 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:40.695 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:40.695 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:40.695 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7e9adcd] +26-03-27 11:51:40.695 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:41.690 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:41.690 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:41.691 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:41.691 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:41.691 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:41.691 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:41.691 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@535abb20] +26-03-27 11:51:41.692 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:42.700 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:42.700 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:42.701 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:42.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:42.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:42.702 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:42.702 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5bd88ec] +26-03-27 11:51:42.702 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:43.687 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:43.687 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:43.688 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:43.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:43.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:43.689 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:43.689 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3a3abef5] +26-03-27 11:51:43.689 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:44.700 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:44.700 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:44.701 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:44.701 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:44.701 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:44.701 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:44.702 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1eadeef1] +26-03-27 11:51:44.702 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:45.693 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:45.693 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:45.694 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:45.694 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:45.694 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:45.694 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:45.694 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@44d671e6] +26-03-27 11:51:45.695 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:46.688 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:46.688 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:46.689 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:46.689 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:46.689 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:46.689 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:46.689 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7fd9b1f1] +26-03-27 11:51:46.690 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:47.698 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:47.698 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:47.700 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:47.700 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:47.700 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:47.701 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:47.701 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4fd84e3c] +26-03-27 11:51:47.701 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:48.692 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:48.693 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:48.693 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:48.693 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:48.693 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:48.694 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:48.694 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5db46121] +26-03-27 11:51:48.694 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:49.692 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:49.693 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:49.693 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:49.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:49.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:49.694 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:49.694 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4e7eb06f] +26-03-27 11:51:49.694 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:50.687 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:50.687 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:50.689 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:50.689 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:50.689 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:50.690 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:50.690 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@a473c4c] +26-03-27 11:51:50.690 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:51.699 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:51.699 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:51.700 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:51.700 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:51.700 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:51.700 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:51.700 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1a081d27] +26-03-27 11:51:51.701 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:52.690 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:52.690 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:52.691 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:52.691 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:52.691 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:52.692 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:52.692 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5968de01] +26-03-27 11:51:52.692 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:53.700 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 11:51:53.700 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:53.700 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 11:51:53.700 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:53.701 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 11:51:53.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:53.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:51:53.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:51:53.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:51:53.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.691Z] +26-03-27 11:51:53.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.695280Z] +26-03-27 11:51:53.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:53.701 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:53.701 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:53.701 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:53.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:51:53.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:51:53.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:51:53.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:51:53.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달선] +26-03-27 11:51:53.702 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:53.702 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:53.702 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2cc15cbb] +26-03-27 11:51:53.702 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[UserDto[id=e3d80001-db31-490d-9124-68661e2ad4b1, username=달선, email=dalsun@naver.com, profile=null, (truncated)...] +26-03-27 11:51:53.702 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:53.702 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:53.706 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:51:53.706 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:51:53.706 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:51:53.707 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:51:53.707 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:51:53.707 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:51:53.707 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:53.707 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:53.707 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:53.707 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:51:53.707 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:51:53.707 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:51:53.707 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:51:53.707 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.691Z] +26-03-27 11:51:53.707 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:51:53.707 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:51:53.707 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:51:53.707 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.695280Z] +26-03-27 11:51:53.707 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:51:53.707 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:53.708 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:51:53.708 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:51:53.708 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:51:53.708 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:51:53.708 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:51:53.708 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:51:53.708 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:53.708 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:53.708 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:51:53.708 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:51:53.708 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:53.709 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:53.709 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:51:53.709 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:53.710 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:53.710 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:51:53.710 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:53.713 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:51:53.713 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:51:53.713 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:51:53.713 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:53.713 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:51:53.713 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:51:53.713 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:51:53.713 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.691Z] +26-03-27 11:51:53.713 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.695280Z] +26-03-27 11:51:53.713 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:53.713 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:51:53.713 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:51:53.713 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:51:53.713 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:51:53.713 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:51:53.714 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:51:53.714 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:53.714 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:53.714 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:51:53.714 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:54.697 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:54.697 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:54.698 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:54.698 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:54.698 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:54.698 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:54.698 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@705bff3e] +26-03-27 11:51:54.698 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:55.696 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:55.696 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:55.697 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:55.697 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:55.697 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:55.697 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:55.697 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7233ad49] +26-03-27 11:51:55.699 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:56.690 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:56.690 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:56.691 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:56.691 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:56.691 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:56.692 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:56.692 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@47147682] +26-03-27 11:51:56.692 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:57.687 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:51:57.687 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:51:57.687 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:57.687 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:57.687 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:51:57.687 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:57.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:57.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:51:57.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:51:57.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:51:57.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:51:57.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:51:57.688 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:57.688 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:57.688 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:57.688 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:51:57.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:57.690 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:57.690 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@51301ae] +26-03-27 11:51:57.690 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:51:57.690 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:57.691 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:57.691 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:57.691 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:51:57.691 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:57.693 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:51:57.693 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:51:57.693 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:51:57.693 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:57.693 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:51:57.693 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:51:57.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:51:57.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.691Z] +26-03-27 11:51:57.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.695280Z] +26-03-27 11:51:57.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:57.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:51:57.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:51:57.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:51:57.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:51:57.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:51:57.695 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:51:57.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:51:57.695 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:57.695 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:51:57.695 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:58.687 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:58.687 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:58.687 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:58.688 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:58.688 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:58.688 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:58.688 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2d809caf] +26-03-27 11:51:58.688 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:51:59.685 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:51:59.685 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:51:59.686 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:51:59.686 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:51:59.686 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:51:59.686 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:51:59.686 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@29966556] +26-03-27 11:51:59.687 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:00.696 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:00.696 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:52:00.697 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:00.697 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:52:00.697 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:52:00.697 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:52:00.697 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:00.697 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:00.697 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:00.697 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:00.697 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:52:00.697 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:52:00.697 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:52:00.697 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:52:00.698 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:52:00.698 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:00.698 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@73d226a0] +26-03-27 11:52:00.698 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:00.698 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:52:00.698 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:00.699 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:52:00.699 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:00.700 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:00.700 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:52:00.700 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:00.701 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:52:00.701 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:52:00.703 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:52:00.703 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:52:00.703 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:52:00.703 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:52:00.703 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:52:00.703 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.691Z] +26-03-27 11:52:00.703 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.695280Z] +26-03-27 11:52:00.703 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:52:00.703 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:52:00.703 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:52:00.703 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:52:00.703 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:52:00.703 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:52:00.704 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:52:00.704 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:52:00.704 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:00.704 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:52:00.704 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:01.693 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:01.693 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:01.694 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:01.694 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:01.694 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:01.694 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:01.694 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@19743d81] +26-03-27 11:52:01.695 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:02.688 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/e3d80001-db31-490d-9124-68661e2ad4b1/userStatus", parameters={} +26-03-27 11:52:02.688 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:02.688 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:02.688 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:52:02.689 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:52:02.686Z]] +26-03-27 11:52:02.689 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:02.689 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:02.689 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:02.690 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:02.690 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@79c4a00] +26-03-27 11:52:02.690 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:02.691 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:52:02.691 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:52:02.691 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:52:02.691 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:52:02.691 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:52:02.691 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.691Z] +26-03-27 11:52:02.691 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T02:50:53.695280Z] +26-03-27 11:52:02.691 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 11:52:02.693 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:52:02.686Z] +26-03-27 11:52:02.693 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:52:02.691604Z] +26-03-27 11:52:02.693 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:52:02.693 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:52:02.693 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:02.693 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=b7f063c6-62df-4835-ab8a-987f0a580f6f, userId=e3d80001-db31-490d-9124-68661e2ad4b1, (truncated)...] +26-03-27 11:52:02.694 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:03.700 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:03.700 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:03.700 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:52:03.700 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:52:03.700 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:03.700 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:03.700 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:03.701 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:03.701 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@28a3a53] +26-03-27 11:52:03.701 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:52:03.701 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:03.701 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:52:03.701 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:03.701 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:52:03.701 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:52:03.701 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:52:03.701 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:52:03.701 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:52:03.702 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:52:03.702 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:03.704 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:52:03.704 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:03.704 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:03.704 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:52:03.704 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:03.708 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:52:03.708 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:52:03.708 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:52:03.708 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:52:03.709 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:52:03.709 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:52:03.709 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:52:03.709 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:52:02.686Z] +26-03-27 11:52:03.709 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:52:02.691604Z] +26-03-27 11:52:03.709 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:52:03.709 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:52:03.709 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:52:03.709 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:52:03.709 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:52:03.709 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:52:03.709 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:52:03.709 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:52:03.709 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:03.709 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:52:03.710 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:04.693 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:04.693 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:04.694 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:04.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:04.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:04.696 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:04.696 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@63ceb17b] +26-03-27 11:52:04.696 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:05.684 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:05.684 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:05.685 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:05.685 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:05.685 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:05.685 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:05.685 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7f378102] +26-03-27 11:52:05.686 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:06.691 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:52:06.691 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:06.691 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:52:06.691 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:06.691 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:52:06.691 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:52:06.691 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:06.691 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:06.691 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:06.692 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:06.692 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:52:06.692 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:52:06.692 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:52:06.692 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:52:06.692 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:52:06.692 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:06.692 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6698080a] +26-03-27 11:52:06.692 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:06.693 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:52:06.693 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:06.694 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:52:06.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:06.694 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:06.694 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:52:06.695 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:06.697 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:52:06.697 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:52:06.697 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:52:06.697 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:52:06.698 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:52:06.698 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:52:06.698 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:52:06.698 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:52:02.686Z] +26-03-27 11:52:06.698 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:52:02.691604Z] +26-03-27 11:52:06.698 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:52:06.698 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:52:06.698 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:52:06.698 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:52:06.698 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:52:06.698 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:52:06.698 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:52:06.698 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:52:06.698 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:06.698 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:52:06.698 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:07.685 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:07.687 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:07.687 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:07.687 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:07.687 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:07.688 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:07.688 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7804c7f7] +26-03-27 11:52:07.688 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:08.699 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:08.699 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:08.700 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:08.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:08.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:08.700 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:08.701 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6d35e251] +26-03-27 11:52:08.701 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:09.693 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:09.693 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:09.693 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:09.694 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:09.694 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:09.694 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:09.694 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@68eaccbf] +26-03-27 11:52:09.694 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:10.686 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:10.686 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:10.687 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:10.687 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:10.687 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:10.687 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:10.687 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6a3f9679] +26-03-27 11:52:10.687 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:11.699 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:11.700 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:11.700 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:11.700 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:11.700 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:11.701 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:11.701 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5e1c167] +26-03-27 11:52:11.701 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:12.695 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:12.696 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:12.696 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:12.696 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:12.696 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:12.697 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:12.697 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@afbffcb] +26-03-27 11:52:12.697 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:13.689 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:13.689 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:13.690 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:13.690 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:13.690 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:13.690 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:13.690 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5fdeeb3b] +26-03-27 11:52:13.690 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:14.698 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:14.698 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:14.698 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:14.698 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:14.698 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:14.699 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:14.699 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1bb22471] +26-03-27 11:52:14.699 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:15.690 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:15.690 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:15.691 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:15.691 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:15.691 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:15.691 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:15.692 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1eed9af5] +26-03-27 11:52:15.692 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:16.699 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:16.699 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:16.700 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:16.700 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:16.700 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:16.700 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:16.700 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1fdb9154] +26-03-27 11:52:16.700 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:17.694 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:17.694 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:17.695 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:17.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:17.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:17.695 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:17.695 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6928c64] +26-03-27 11:52:17.696 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:18.691 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:18.691 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:18.692 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:18.692 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:18.692 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:18.692 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:18.692 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@8a2685b] +26-03-27 11:52:18.693 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:19.685 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:19.685 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:19.686 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:19.686 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:19.686 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:19.686 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:19.686 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@47b21003] +26-03-27 11:52:19.686 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:20.695 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:20.695 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:20.695 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:20.695 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:20.695 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:20.697 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:20.697 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@68c3f101] +26-03-27 11:52:20.697 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:21.688 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:21.689 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:21.689 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:21.689 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:21.689 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:21.690 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:21.690 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5b74b489] +26-03-27 11:52:21.690 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:22.685 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:22.685 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:22.685 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:22.686 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:22.686 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:22.686 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:22.686 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@717c5ed7] +26-03-27 11:52:22.686 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:23.696 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:23.696 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:23.697 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:23.697 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:23.697 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:23.697 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:23.697 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@39234515] +26-03-27 11:52:23.697 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:24.687 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:24.687 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:24.687 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:24.689 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:24.689 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:24.689 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:24.689 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@17165a04] +26-03-27 11:52:24.689 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:25.686 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:25.686 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:25.687 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:25.687 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:25.687 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:25.687 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:25.687 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@d4c9a1d] +26-03-27 11:52:25.687 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:26.696 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:26.696 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:26.697 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:26.697 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:26.697 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:26.697 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:26.697 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@644ce736] +26-03-27 11:52:26.698 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:27.692 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:27.692 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:27.693 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:27.693 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:27.693 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:27.693 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:27.693 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@106c1517] +26-03-27 11:52:27.693 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:28.686 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:28.686 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:28.687 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:28.687 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:28.687 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:28.688 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:28.688 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@48703716] +26-03-27 11:52:28.688 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:29.701 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:29.701 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:29.702 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:29.702 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:29.702 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:29.702 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:29.702 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@263a531] +26-03-27 11:52:29.702 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:30.694 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:30.694 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:30.695 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:30.695 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:30.695 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:30.695 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:30.695 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7580f149] +26-03-27 11:52:30.696 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:31.689 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:31.689 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:31.690 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:31.690 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:31.690 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:31.690 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:31.690 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@ba9101a] +26-03-27 11:52:31.691 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:32.685 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:32.685 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:32.685 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:32.685 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:32.686 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:32.686 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:32.686 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5a0e07a2] +26-03-27 11:52:32.686 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:33.695 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:33.695 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:33.696 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:33.696 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:33.696 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:33.696 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:33.696 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2e58c186] +26-03-27 11:52:33.696 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:34.689 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:34.689 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:34.689 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:34.690 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:34.690 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:34.690 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:34.690 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@33aa4926] +26-03-27 11:52:34.690 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:35.686 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:35.686 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:35.687 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:35.687 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:35.687 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:35.687 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:35.687 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@55dc97b7] +26-03-27 11:52:35.688 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:36.697 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:36.697 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:36.698 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:36.698 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:36.698 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:36.698 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:36.698 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@19ac3eab] +26-03-27 11:52:36.699 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:37.691 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:37.692 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:37.692 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:37.693 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:37.693 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:37.693 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:37.693 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@e048c50] +26-03-27 11:52:37.693 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:38.689 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:38.689 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:38.691 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:38.691 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:38.691 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:38.691 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:38.691 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6cb46388] +26-03-27 11:52:38.692 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:39.693 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:39.693 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:39.694 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:39.694 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:39.694 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:39.694 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:39.694 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2b4fa32e] +26-03-27 11:52:39.695 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:40.689 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:40.689 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:40.690 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:40.690 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:40.690 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:40.691 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:40.691 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@306ae73b] +26-03-27 11:52:40.691 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:41.686 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:41.686 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:41.687 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:41.687 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:41.687 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:41.687 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:41.687 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@677b7b51] +26-03-27 11:52:41.688 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:42.690 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:42.691 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:42.691 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:42.691 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:42.691 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:42.692 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:42.692 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@21ce1b8e] +26-03-27 11:52:42.692 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:43.683 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:43.683 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:43.685 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:43.685 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:43.685 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:43.685 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:43.685 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@73f563ec] +26-03-27 11:52:43.686 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:44.698 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:44.698 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:44.699 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:44.699 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:44.699 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:44.699 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:44.699 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3d9b26be] +26-03-27 11:52:44.699 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:45.688 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:45.690 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:45.690 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:45.690 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:45.690 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:45.691 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:45.691 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@227fc3c1] +26-03-27 11:52:45.691 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:46.688 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:46.688 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:46.690 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:46.690 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:46.690 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:46.690 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:46.690 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3bff825d] +26-03-27 11:52:46.691 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:47.702 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:47.702 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:47.703 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:47.703 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:47.703 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:47.704 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:47.704 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1c707fcf] +26-03-27 11:52:47.705 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:48.696 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:48.696 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:48.696 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:48.698 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:48.698 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:48.698 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:48.698 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6dbe1162] +26-03-27 11:52:48.698 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:49.688 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:49.688 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:49.689 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:49.689 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:49.689 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:49.689 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:49.689 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@36e894dc] +26-03-27 11:52:49.689 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:50.686 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:50.686 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:50.687 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:50.687 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:50.687 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:50.687 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:50.687 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@ef4aab9] +26-03-27 11:52:50.687 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:51.699 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:51.699 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:51.699 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:51.700 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:51.700 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:51.700 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:51.700 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5de0db9] +26-03-27 11:52:51.700 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:52.693 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:52.693 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:52.694 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:52.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:52.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:52.694 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:52.694 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@172f1269] +26-03-27 11:52:52.695 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:53.688 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:53.689 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:53.689 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:53.689 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:53.689 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:53.690 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:53.690 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3539dd9b] +26-03-27 11:52:53.690 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:54.700 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:54.700 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:54.700 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:54.701 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:54.701 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:54.701 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:54.701 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3ef34b4f] +26-03-27 11:52:54.701 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:55.694 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:55.694 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:55.695 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:55.695 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:55.695 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:55.695 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:55.696 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6c8ba768] +26-03-27 11:52:55.696 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:56.687 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:56.687 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:56.688 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:56.688 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:56.688 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:56.688 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:56.688 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@e06be60] +26-03-27 11:52:56.689 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:57.693 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:57.694 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:57.694 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:57.694 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:57.694 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:57.694 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:57.694 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@420f2282] +26-03-27 11:52:57.695 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:58.690 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:58.690 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:58.690 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:58.690 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:58.692 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:58.692 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:58.692 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@ef4014d] +26-03-27 11:52:58.692 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:52:59.688 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:52:59.688 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:52:59.689 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:52:59.689 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:52:59.689 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:52:59.689 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:52:59.689 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@63d125ec] +26-03-27 11:52:59.689 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:00.695 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:00.695 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:00.696 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:00.707 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:00.707 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:00.708 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:00.708 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2d7898c6] +26-03-27 11:53:00.708 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:01.690 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:01.690 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:01.691 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:01.691 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:01.691 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:01.691 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:01.691 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6d07f462] +26-03-27 11:53:01.691 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:02.689 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/e3d80001-db31-490d-9124-68661e2ad4b1/userStatus", parameters={} +26-03-27 11:53:02.690 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:53:02.690 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:53:02.684Z]] +26-03-27 11:53:02.690 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:53:02.690 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 11:53:02.690 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:02.690 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:53:02.690 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:02.690 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 11:53:02.691 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 11:53:02.691 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:53:02.691 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:02.691 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:02.691 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:02.691 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:53:02.691 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:53:02.691 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:53:02.691 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:53:02.691 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:53:02.691 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:02.691 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:53:02.691 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:53:02.691 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:53:02.691 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:52:02.686Z] +26-03-27 11:53:02.691 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:52:02.691604Z] +26-03-27 11:53:02.691 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:02.691 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:53:02.691 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:53:02.691 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:53:02.691 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:02.691 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:53:02.691 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:02.691 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달선] +26-03-27 11:53:02.691 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:53:02.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:02.692 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:02.692 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:53:02.692 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[UserDto[id=e3d80001-db31-490d-9124-68661e2ad4b1, username=달선, email=dalsun@naver.com, profile=null, (truncated)...] +26-03-27 11:53:02.692 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:02.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:53:02.692 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:02.692 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:02.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:02.692 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@69f1b04c] +26-03-27 11:53:02.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:53:02.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:52:02.686Z] +26-03-27 11:53:02.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T02:52:02.691604Z] +26-03-27 11:53:02.692 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:53:02.692 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:02.692 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:02.694 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:02.694 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:53:02.694 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 11:53:02.694 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:02.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:53:02.684Z] +26-03-27 11:53:02.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:53:02.694040300Z] +26-03-27 11:53:02.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:02.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:53:02.695 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:02.695 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=b7f063c6-62df-4835-ab8a-987f0a580f6f, userId=e3d80001-db31-490d-9124-68661e2ad4b1, (truncated)...] +26-03-27 11:53:02.695 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:02.696 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:53:02.696 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:53:02.697 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:53:02.697 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:53:02.697 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:53:02.697 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:02.697 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:02.697 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:53:02.697 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:53:02.697 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:53:02.697 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:53:02.697 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:53:02.697 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:53:02.697 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:02.697 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:53:02.697 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:53:02.697 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:53:02.697 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:53:02.684Z] +26-03-27 11:53:02.697 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:53:02.694040Z] +26-03-27 11:53:02.697 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:02.697 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:53:02.697 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:53:02.697 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:53:02.697 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:53:02.697 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:53:02.697 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:53:02.697 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:02.698 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:53:02.698 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:02.698 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:02.698 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:53:02.698 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:02.699 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:53:02.699 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:02.699 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:53:02.699 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:02.699 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:53:02.699 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:53:02.699 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:02.699 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:53:02.699 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:02.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:53:02.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:53:02.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:53:02.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:53:02.684Z] +26-03-27 11:53:02.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:53:02.694040Z] +26-03-27 11:53:02.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:02.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:53:02.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:53:02.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:53:02.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:53:02.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:53:02.700 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:53:02.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:02.701 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:02.701 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:53:02.701 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:02.702 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:53:02.702 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:53:02.703 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:53:02.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:02.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:53:02.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:53:02.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:53:02.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:53:02.684Z] +26-03-27 11:53:02.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:53:02.694040Z] +26-03-27 11:53:02.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:02.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:53:02.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:53:02.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:53:02.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:53:02.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:53:02.703 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:53:02.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:02.705 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:02.705 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:53:02.705 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:03.696 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:03.696 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:03.697 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:03.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:03.697 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:03.697 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:03.697 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@710dc0c7] +26-03-27 11:53:03.697 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:04.691 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:04.691 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:04.692 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:04.692 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:04.692 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:04.692 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:04.692 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@662a45f4] +26-03-27 11:53:04.692 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:05.687 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:05.687 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:05.687 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:05.688 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:05.688 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:05.688 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:05.688 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@148f364e] +26-03-27 11:53:05.688 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:06.694 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:53:06.695 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:53:06.695 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:53:06.695 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:06.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:06.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:53:06.696 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:06.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:53:06.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:53:06.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:53:06.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:53:06.696 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:06.696 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:06.696 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:06.696 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:06.696 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:53:06.697 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:06.697 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:06.697 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@41ccc199] +26-03-27 11:53:06.697 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:53:06.698 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:06.698 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:06.698 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:06.698 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:53:06.700 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:06.702 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:53:06.702 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:53:06.702 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:53:06.702 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:06.703 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:53:06.703 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:53:06.703 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:53:06.703 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:53:02.684Z] +26-03-27 11:53:06.703 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:53:02.694040Z] +26-03-27 11:53:06.703 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:06.703 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:53:06.703 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:53:06.703 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:53:06.703 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:53:06.703 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:53:06.703 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:53:06.703 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:06.704 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:06.704 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:53:06.704 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:07.689 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:07.689 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:07.690 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:07.690 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:07.690 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:07.690 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:07.690 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@44360396] +26-03-27 11:53:07.691 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:08.687 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:08.687 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:08.689 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:08.689 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:08.689 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:08.689 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:08.689 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7c572e8a] +26-03-27 11:53:08.690 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:09.699 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:09.699 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:53:09.699 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:09.699 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:53:09.700 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:53:09.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:09.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:09.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:53:09.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:53:09.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:53:09.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:53:09.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:53:09.700 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:09.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:09.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:09.701 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:09.701 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5b0e9b07] +26-03-27 11:53:09.701 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:53:09.702 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:09.702 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:09.702 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:53:09.703 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:09.703 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:09.703 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:53:09.704 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:09.707 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:53:09.707 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:53:09.707 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:53:09.708 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:09.708 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:53:09.708 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:53:09.708 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:53:09.708 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:53:02.684Z] +26-03-27 11:53:09.708 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:53:02.694040Z] +26-03-27 11:53:09.708 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:09.708 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:53:09.708 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:53:09.708 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:53:09.708 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:53:09.708 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:53:09.708 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:53:09.708 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:09.708 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:09.708 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:53:09.709 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:10.693 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:10.694 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:10.694 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:10.694 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:10.694 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:10.695 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:10.695 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@781a4b9f] +26-03-27 11:53:10.695 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:11.688 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:11.689 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:11.689 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:11.689 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:11.689 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:11.690 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:11.690 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@17e27322] +26-03-27 11:53:11.690 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:12.698 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:12.698 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:53:12.698 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:12.698 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:53:12.700 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:12.700 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:12.700 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:12.700 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:12.700 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@63001ba4] +26-03-27 11:53:12.700 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:53:12.701 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:12.701 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:12.701 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:12.701 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:53:12.701 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:53:12.701 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:53:12.701 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:53:12.701 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:53:12.702 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:53:12.702 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:12.703 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:53:12.703 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:12.704 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:12.704 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:53:12.705 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:12.708 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:53:12.708 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:53:12.708 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:53:12.708 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:12.708 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:53:12.708 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:53:12.708 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:53:12.709 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:53:02.684Z] +26-03-27 11:53:12.709 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:53:02.694040Z] +26-03-27 11:53:12.709 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:12.709 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:53:12.709 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:53:12.709 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:53:12.709 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:53:12.709 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:53:12.709 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:53:12.709 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:12.709 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:12.710 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:53:12.710 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:13.694 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:13.694 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:13.695 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:13.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:13.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:13.695 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:13.695 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@46f08221] +26-03-27 11:53:13.696 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:14.690 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:14.690 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:14.692 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:14.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:14.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:14.692 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:14.692 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@51b7b0ad] +26-03-27 11:53:14.692 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:15.687 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:15.687 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:53:15.688 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:15.688 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:53:15.688 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:53:15.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:15.688 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:15.688 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:15.688 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:15.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:15.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:53:15.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:53:15.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:53:15.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:53:15.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:53:15.688 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:15.688 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@505c8e68] +26-03-27 11:53:15.689 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:15.689 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:53:15.689 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:15.690 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:53:15.690 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:15.691 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:15.691 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:53:15.691 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:15.694 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:53:15.694 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:53:15.694 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:53:15.694 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:15.695 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:53:15.695 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:53:15.695 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:53:15.695 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:53:02.684Z] +26-03-27 11:53:15.695 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:53:02.694040Z] +26-03-27 11:53:15.695 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:15.695 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:53:15.695 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:53:15.695 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:53:15.695 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:53:15.695 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:53:15.695 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:53:15.695 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:53:15.695 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:15.695 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:53:15.696 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:16.699 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:16.699 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:16.699 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:16.700 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:16.700 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:16.700 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:16.700 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1a7f29da] +26-03-27 11:53:16.700 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:17.688 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:17.688 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:17.690 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:17.690 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:17.690 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:17.690 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:17.691 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4668d2d4] +26-03-27 11:53:17.691 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:18.689 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:18.689 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:18.689 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:18.689 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:18.689 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:18.690 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:18.690 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@86c138f] +26-03-27 11:53:18.690 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:19.700 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:19.700 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:19.700 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:19.701 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:19.701 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:19.701 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:19.701 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@12ffaa37] +26-03-27 11:53:19.702 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:20.694 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:20.694 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:20.694 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:20.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:20.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:20.695 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:20.695 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@773b3ffd] +26-03-27 11:53:20.695 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:21.687 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:21.688 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:21.688 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:21.688 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:21.688 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:21.688 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:21.689 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@db2219d] +26-03-27 11:53:21.689 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:22.695 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:22.695 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:22.696 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:22.696 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:22.696 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:22.696 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:22.696 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@504b9743] +26-03-27 11:53:22.696 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:23.693 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:23.693 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:23.693 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:23.693 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:23.693 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:23.694 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:23.694 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@67c6d1fa] +26-03-27 11:53:23.694 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:24.688 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:24.688 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:24.688 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:24.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:24.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:24.689 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:24.689 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7bf32ca8] +26-03-27 11:53:24.689 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:25.688 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:25.689 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:25.689 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:25.690 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:25.690 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:25.690 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:25.690 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2d684df5] +26-03-27 11:53:25.691 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:26.685 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:26.687 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:26.687 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:26.687 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:26.687 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:26.687 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:26.687 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@49e375a8] +26-03-27 11:53:26.688 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:27.694 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:27.694 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:27.694 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:27.694 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:27.694 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:27.695 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:27.695 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@171dd1d2] +26-03-27 11:53:27.695 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:28.689 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:28.689 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:28.690 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:28.690 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:28.690 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:28.691 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:28.691 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7397686d] +26-03-27 11:53:28.699 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:29.701 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:29.701 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:29.702 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:29.702 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:29.702 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:29.703 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:29.703 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1ead1ea5] +26-03-27 11:53:29.703 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:30.695 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:30.695 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:30.696 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:30.696 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:30.696 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:30.696 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:30.696 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3ed07638] +26-03-27 11:53:30.697 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:31.689 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:31.689 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:31.690 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:31.690 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:31.690 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:31.690 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:31.690 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@657375f9] +26-03-27 11:53:31.691 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:32.688 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:32.688 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:32.688 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:32.688 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:32.688 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:32.689 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:32.689 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4f1c30f7] +26-03-27 11:53:32.689 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:33.699 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:33.699 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:33.699 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:33.699 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:33.699 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:33.700 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:33.700 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@37850372] +26-03-27 11:53:33.700 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:34.694 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:34.694 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:34.695 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:34.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:34.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:34.697 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:34.697 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@65db272f] +26-03-27 11:53:34.697 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:35.689 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:35.689 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:35.690 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:35.690 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:35.690 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:35.690 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:35.690 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@724cb491] +26-03-27 11:53:35.690 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:36.687 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:36.687 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:36.688 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:36.688 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:36.688 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:36.689 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:36.689 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@49e6d8e1] +26-03-27 11:53:36.689 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:37.686 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:37.686 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:37.687 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:37.687 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:37.687 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:37.688 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:37.688 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@b404980] +26-03-27 11:53:37.688 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:38.693 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:38.693 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:38.694 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:38.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:38.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:38.694 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:38.694 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@388f58f5] +26-03-27 11:53:38.694 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:39.688 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:39.688 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:39.689 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:39.689 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:39.689 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:39.689 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:39.689 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4443a35f] +26-03-27 11:53:39.690 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:40.698 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:40.698 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:40.700 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:40.700 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:40.700 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:40.701 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:40.701 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6644e020] +26-03-27 11:53:40.701 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:41.696 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:41.696 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:41.696 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:41.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:41.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:41.696 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:41.696 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2825917b] +26-03-27 11:53:41.697 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:42.690 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:42.690 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:42.691 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:42.691 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:42.691 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:42.691 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:42.691 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5717c5af] +26-03-27 11:53:42.692 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:43.699 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:43.699 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:43.700 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:43.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:43.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:43.700 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:43.700 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1295aaab] +26-03-27 11:53:43.701 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:44.691 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:44.691 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:44.691 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:44.691 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:44.691 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:44.692 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:44.692 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@178c3449] +26-03-27 11:53:44.692 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:45.688 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:45.689 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:45.690 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:45.690 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:45.690 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:45.690 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:45.690 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1cce7685] +26-03-27 11:53:45.691 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:46.685 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:46.685 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:46.685 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:46.685 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:46.685 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:46.686 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:46.686 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@36f02562] +26-03-27 11:53:46.686 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:47.697 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:47.697 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:47.698 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:47.698 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:47.698 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:47.698 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:47.698 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@46caea5a] +26-03-27 11:53:47.698 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:48.691 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:48.691 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:48.692 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:48.692 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:48.692 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:48.692 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:48.692 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7b7d8f94] +26-03-27 11:53:48.693 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:49.688 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:49.688 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:49.688 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:49.688 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:49.688 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:49.688 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:49.688 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@d21ad42] +26-03-27 11:53:49.689 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:50.699 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:50.699 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:50.699 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:50.700 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:50.700 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:50.700 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:50.700 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6a86f1fc] +26-03-27 11:53:50.700 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:51.694 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:51.694 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:51.694 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:51.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:51.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:51.695 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:51.695 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@53c5bde1] +26-03-27 11:53:51.695 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:52.686 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:52.686 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:52.687 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:52.687 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:52.687 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:52.687 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:52.687 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@338dfb17] +26-03-27 11:53:52.688 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:53.699 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:53.699 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:53.699 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:53.699 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:53.699 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:53.700 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:53.700 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@267e058c] +26-03-27 11:53:53.700 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:54.693 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:54.693 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:54.694 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:54.694 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:54.694 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:54.694 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:54.694 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@20938ebd] +26-03-27 11:53:54.695 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:55.688 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:55.688 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:55.688 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:55.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:55.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:55.688 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:55.689 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5f949ba9] +26-03-27 11:53:55.689 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:56.687 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:56.687 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:56.687 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:56.687 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:56.687 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:56.688 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:56.688 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@76fc9dbe] +26-03-27 11:53:56.688 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:57.699 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:57.699 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:57.700 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:57.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:57.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:57.700 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:57.700 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@51f2de6a] +26-03-27 11:53:57.701 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:58.689 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:58.690 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:58.690 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:58.690 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:58.690 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:58.690 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:58.690 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7febd48d] +26-03-27 11:53:58.691 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:53:59.686 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:53:59.687 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:53:59.687 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:53:59.687 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:53:59.687 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:53:59.687 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:53:59.687 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@57186e01] +26-03-27 11:53:59.688 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:00.694 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:00.694 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:00.695 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:00.695 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:00.695 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:00.695 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:00.695 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@14fe44e3] +26-03-27 11:54:00.696 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:01.689 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:01.690 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:01.690 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:01.690 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:01.690 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:01.691 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:01.691 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@23257653] +26-03-27 11:54:01.691 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:02.687 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/e3d80001-db31-490d-9124-68661e2ad4b1/userStatus", parameters={} +26-03-27 11:54:02.687 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 11:54:02.687 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:54:02.687 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:02.687 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:02.687 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:54:02.687 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:54:02.687 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 11:54:02.687 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 11:54:02.687 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:54:02.688 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:02.688 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:54:02.684Z]] +26-03-27 11:54:02.687 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:02.688 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:02.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:02.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:02.688 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:54:02.688 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:54:02.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:02.688 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:54:02.688 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:54:02.688 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:54:02.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:54:02.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:54:02.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:54:02.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:53:02.684Z] +26-03-27 11:54:02.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:53:02.694040Z] +26-03-27 11:54:02.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:02.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:54:02.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:54:02.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:54:02.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:54:02.688 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:02.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달선] +26-03-27 11:54:02.688 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@64d5ef3a] +26-03-27 11:54:02.688 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:02.688 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:02.688 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[UserDto[id=e3d80001-db31-490d-9124-68661e2ad4b1, username=달선, email=dalsun@naver.com, profile=null, (truncated)...] +26-03-27 11:54:02.689 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:54:02.689 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:54:02.689 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:02.689 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:02.689 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:02.689 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:54:02.689 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:02.689 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:54:02.689 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:53:02.684Z] +26-03-27 11:54:02.689 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T02:53:02.694040Z] +26-03-27 11:54:02.689 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:54:02.689 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:02.690 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:02.690 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 11:54:02.690 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:54:02.690 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:54:02.684Z] +26-03-27 11:54:02.690 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:54:02.689428100Z] +26-03-27 11:54:02.690 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:02.690 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:54:02.690 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:02.692 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:02.692 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=b7f063c6-62df-4835-ab8a-987f0a580f6f, userId=e3d80001-db31-490d-9124-68661e2ad4b1, (truncated)...] +26-03-27 11:54:02.692 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:02.693 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:54:02.693 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:54:02.693 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:54:02.693 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:54:02.694 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:54:02.694 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:54:02.694 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:02.694 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:02.694 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:02.694 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:54:02.694 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:54:02.694 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:54:02.694 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:54:02.694 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:54:02.694 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:54:02.694 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:54:02.694 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:54:02.694 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:54:02.684Z] +26-03-27 11:54:02.694 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:54:02.689428Z] +26-03-27 11:54:02.694 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:02.694 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:54:02.694 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:54:02.694 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:54:02.694 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:54:02.694 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:54:02.694 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:54:02.694 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:02.694 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:02.694 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:54:02.694 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:54:02.695 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:02.695 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:02.695 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:54:02.695 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:02.695 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:54:02.695 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:54:02.696 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:02.696 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:54:02.696 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:54:02.696 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:02.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:02.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:54:02.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:54:02.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:54:02.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:54:02.684Z] +26-03-27 11:54:02.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:54:02.689428Z] +26-03-27 11:54:02.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:02.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:54:02.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:54:02.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:54:02.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:54:02.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:54:02.697 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:54:02.697 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:02.697 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:02.697 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:54:02.698 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:02.698 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:54:02.698 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:54:02.699 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:54:02.699 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:02.699 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:54:02.699 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:54:02.699 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:54:02.699 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:54:02.684Z] +26-03-27 11:54:02.699 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:54:02.689428Z] +26-03-27 11:54:02.699 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:02.699 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:54:02.699 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:54:02.699 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:54:02.699 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:54:02.699 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:54:02.700 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:54:02.700 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:02.700 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:02.700 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:54:02.700 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:03.691 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:03.691 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:03.692 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:03.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:03.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:03.692 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:03.692 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1dcfdd97] +26-03-27 11:54:03.692 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:04.686 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:04.687 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:04.687 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:04.687 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:04.687 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:04.688 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:04.688 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@8acb171] +26-03-27 11:54:04.688 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:05.694 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:54:05.694 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:05.694 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:54:05.694 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:05.694 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:54:05.694 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:05.694 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:05.694 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:05.694 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:05.694 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:05.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:54:05.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:54:05.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:54:05.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:54:05.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:54:05.695 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:05.695 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4d938b22] +26-03-27 11:54:05.695 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:05.696 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:54:05.696 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:05.698 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:54:05.698 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:05.698 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:05.698 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:54:05.698 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:05.700 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:54:05.700 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:54:05.700 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:54:05.700 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:05.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:54:05.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:54:05.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:54:05.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:54:02.684Z] +26-03-27 11:54:05.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:54:02.689428Z] +26-03-27 11:54:05.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:05.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:54:05.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:54:05.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:54:05.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:54:05.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:54:05.701 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:54:05.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:05.701 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:05.701 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:54:05.702 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:06.687 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:06.687 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:06.688 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:06.688 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:06.688 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:06.688 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:06.689 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4b9ca802] +26-03-27 11:54:06.689 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:07.685 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:07.685 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:07.686 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:07.686 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:07.686 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:07.686 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:07.686 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@162c9da8] +26-03-27 11:54:07.686 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:08.698 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:54:08.698 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:08.698 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:54:08.698 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:08.698 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:54:08.698 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:08.698 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:08.698 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:08.698 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:08.698 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:08.699 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:54:08.699 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:54:08.699 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:54:08.699 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:54:08.699 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:54:08.699 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:08.699 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@462b9c9a] +26-03-27 11:54:08.699 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:08.699 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:54:08.699 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:08.701 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:54:08.702 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:08.702 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:08.702 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:54:08.702 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:08.704 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:54:08.704 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:54:08.704 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:54:08.704 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:08.704 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:54:08.704 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:54:08.704 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:54:08.704 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:54:02.684Z] +26-03-27 11:54:08.704 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:54:02.689428Z] +26-03-27 11:54:08.704 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:08.705 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:54:08.705 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:54:08.705 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:54:08.705 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:54:08.705 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:54:08.705 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:54:08.705 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:08.705 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:08.705 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:54:08.705 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:09.692 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:09.692 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:09.694 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:09.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:09.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:09.694 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:09.694 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@45758a70] +26-03-27 11:54:09.694 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:10.687 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:10.687 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:10.687 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:10.687 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:10.687 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:10.688 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:10.688 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@12aecd0c] +26-03-27 11:54:10.688 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:11.699 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:54:11.699 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:11.699 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:54:11.699 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:11.699 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:54:11.700 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:11.700 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:11.700 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:54:11.700 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:11.700 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:54:11.700 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:54:11.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:11.700 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:54:11.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:11.700 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:54:11.700 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:11.700 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7b87591e] +26-03-27 11:54:11.701 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:11.701 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:54:11.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:11.701 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:54:11.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:11.702 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:11.702 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:54:11.702 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:11.705 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:54:11.705 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:54:11.705 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:54:11.705 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:11.705 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:54:11.705 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:54:11.705 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:54:11.705 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:54:02.684Z] +26-03-27 11:54:11.705 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:54:02.689428Z] +26-03-27 11:54:11.705 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:11.705 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:54:11.705 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:54:11.705 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:54:11.705 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:54:11.705 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:54:11.706 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:54:11.706 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:11.706 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:11.706 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:54:11.706 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:12.693 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:12.693 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:12.693 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:12.693 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:12.693 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:12.693 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:12.693 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@53d514a8] +26-03-27 11:54:12.694 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:13.689 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:13.690 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:13.690 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:13.690 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:13.690 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:13.690 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:13.690 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@615d9045] +26-03-27 11:54:13.691 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:14.687 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:14.687 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:14.688 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:14.688 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:14.688 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:14.688 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:14.688 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@350c4988] +26-03-27 11:54:14.689 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:15.700 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:54:15.700 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:15.701 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:54:15.701 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:15.701 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:54:15.701 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:15.701 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:15.701 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:15.701 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:15.701 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:15.701 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:54:15.701 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:54:15.701 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:54:15.701 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:54:15.701 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:54:15.701 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:15.702 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@a0549ae] +26-03-27 11:54:15.702 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:15.702 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:54:15.702 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:15.703 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:54:15.703 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:15.703 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:15.703 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:54:15.703 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:15.706 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:54:15.706 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:54:15.706 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:54:15.707 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:15.707 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:54:15.707 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:54:15.707 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:54:15.707 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:54:02.684Z] +26-03-27 11:54:15.707 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:54:02.689428Z] +26-03-27 11:54:15.707 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:15.707 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:54:15.707 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:54:15.707 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:54:15.707 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:54:15.707 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:54:15.707 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:54:15.707 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:54:15.707 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:15.707 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:54:15.708 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:16.697 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:16.697 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:16.697 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:16.697 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:16.697 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:16.698 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:16.698 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6ac58922] +26-03-27 11:54:16.698 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:17.690 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:17.691 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:17.691 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:17.691 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:17.691 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:17.692 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:17.692 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@625cf359] +26-03-27 11:54:17.692 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:18.686 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:18.686 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:18.687 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:18.687 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:18.687 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:18.687 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:18.687 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@470a94b0] +26-03-27 11:54:18.688 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:19.695 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:19.695 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:19.696 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:19.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:19.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:19.696 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:19.696 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@30b90878] +26-03-27 11:54:19.696 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:20.687 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:20.688 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:20.688 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:20.688 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:20.688 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:20.688 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:20.688 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5571d792] +26-03-27 11:54:20.688 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:21.698 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:21.698 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:21.699 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:21.699 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:21.699 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:21.699 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:21.699 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@56ba18f2] +26-03-27 11:54:21.700 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:22.694 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:22.694 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:22.694 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:22.694 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:22.694 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:22.695 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:22.695 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2d7dd55d] +26-03-27 11:54:22.695 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:23.688 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:23.688 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:23.689 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:23.689 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:23.689 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:23.689 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:23.689 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@51d4e82f] +26-03-27 11:54:23.690 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:24.685 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:24.686 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:24.686 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:24.686 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:24.686 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:24.687 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:24.687 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@417846c] +26-03-27 11:54:24.687 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:25.699 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:25.699 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:25.700 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:25.700 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:25.700 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:25.700 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:25.700 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@25b8f4a3] +26-03-27 11:54:25.701 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:26.694 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:26.694 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:26.695 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:26.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:26.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:26.695 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:26.697 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@f1ccd1a] +26-03-27 11:54:26.697 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:27.688 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:27.688 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:27.689 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:27.689 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:27.689 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:27.689 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:27.689 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@737f41bb] +26-03-27 11:54:27.690 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:28.686 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:28.686 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:28.686 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:28.686 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:28.686 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:28.688 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:28.688 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2466951a] +26-03-27 11:54:28.688 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:29.696 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:29.696 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:29.696 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:29.698 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:29.698 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:29.698 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:29.698 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@465150d9] +26-03-27 11:54:29.698 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:30.691 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:30.691 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:30.692 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:30.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:30.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:30.692 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:30.692 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7ec5a330] +26-03-27 11:54:30.693 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:31.698 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:31.698 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:31.698 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:31.698 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:31.699 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:31.699 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:31.699 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1ed20551] +26-03-27 11:54:31.699 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:32.693 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:32.693 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:32.694 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:32.694 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:32.694 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:32.694 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:32.694 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5bec4f19] +26-03-27 11:54:32.694 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:33.701 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:33.701 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:33.701 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:33.701 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:33.701 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:33.702 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:33.702 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@567ede66] +26-03-27 11:54:33.702 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:34.694 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:34.694 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:34.695 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:34.695 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:34.695 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:34.695 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:34.695 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2cb31040] +26-03-27 11:54:34.695 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:35.690 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:35.690 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:35.691 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:35.691 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:35.691 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:35.691 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:35.691 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3eae23bd] +26-03-27 11:54:35.691 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:36.701 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:36.701 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:36.702 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:36.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:36.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:36.702 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:36.702 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@39b7cae7] +26-03-27 11:54:36.702 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:37.692 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:37.693 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:37.693 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:37.693 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:37.693 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:37.694 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:37.694 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7c160dc8] +26-03-27 11:54:37.694 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:38.700 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:38.700 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:38.700 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:38.700 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:38.700 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:38.701 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:38.701 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7e2c28ae] +26-03-27 11:54:38.701 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:39.694 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:39.695 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:39.695 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:39.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:39.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:39.696 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:39.696 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@56bf537c] +26-03-27 11:54:39.696 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:40.692 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:40.692 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:40.692 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:40.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:40.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:40.693 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:40.693 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@71e974aa] +26-03-27 11:54:40.693 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:41.699 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:41.699 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:41.700 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:41.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:41.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:41.700 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:41.700 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@32e3dd99] +26-03-27 11:54:41.700 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:42.694 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:42.694 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:42.694 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:42.695 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:42.695 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:42.695 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:42.695 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5966de6] +26-03-27 11:54:42.695 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:43.687 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:43.687 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:43.688 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:43.688 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:43.688 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:43.688 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:43.688 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3897f8bd] +26-03-27 11:54:43.689 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:44.685 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:44.685 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:44.687 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:44.687 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:44.687 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:44.687 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:44.687 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2f264d6] +26-03-27 11:54:44.687 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:45.696 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:45.696 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:45.696 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:45.696 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:45.696 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:45.697 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:45.697 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4f8feeb0] +26-03-27 11:54:45.697 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:46.692 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:46.692 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:46.692 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:46.692 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:46.692 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:46.693 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:46.693 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@204c2a6b] +26-03-27 11:54:46.693 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:47.686 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:47.686 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:47.687 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:47.687 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:47.687 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:47.687 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:47.687 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2395ed74] +26-03-27 11:54:47.687 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:48.694 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:48.694 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:48.694 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:48.694 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:48.694 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:48.695 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:48.695 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@60b0c081] +26-03-27 11:54:48.695 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:49.687 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:49.687 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:49.688 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:49.688 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:49.688 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:49.688 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:49.688 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@71a4a9b] +26-03-27 11:54:49.688 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:50.696 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:50.696 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:50.697 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:50.697 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:50.697 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:50.697 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:50.697 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@35f0d25d] +26-03-27 11:54:50.697 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:51.692 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:51.692 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:51.692 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:51.692 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:51.693 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:51.693 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:51.693 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@57a359bd] +26-03-27 11:54:51.693 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:52.689 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:52.689 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:52.689 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:52.689 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:52.689 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:52.690 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:52.690 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6f7caac6] +26-03-27 11:54:52.690 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:53.694 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:53.694 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:53.695 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:53.695 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:53.695 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:53.695 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:53.695 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@208f2f59] +26-03-27 11:54:53.695 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:54.690 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:54.690 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:54.690 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:54.690 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:54.690 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:54.691 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:54.691 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@763b646d] +26-03-27 11:54:54.691 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:55.687 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:55.688 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:55.688 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:55.688 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:55.688 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:55.688 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:55.688 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@51aea881] +26-03-27 11:54:55.689 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:56.699 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:56.699 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:56.699 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:56.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:56.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:56.699 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:56.700 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@42d19c77] +26-03-27 11:54:56.700 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:57.692 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:57.692 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:57.692 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:57.692 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:57.692 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:57.692 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:57.692 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@29f5b020] +26-03-27 11:54:57.693 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:58.685 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:58.685 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:58.686 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:58.686 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:58.686 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:58.686 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:58.686 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@70c671c6] +26-03-27 11:54:58.687 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:54:59.703 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:54:59.703 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:54:59.704 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:54:59.704 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:54:59.704 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:54:59.704 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:54:59.704 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@11371aa8] +26-03-27 11:54:59.705 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:00.691 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:00.691 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:00.692 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:00.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:00.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:00.692 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:00.692 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@42d065d9] +26-03-27 11:55:00.693 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:01.699 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:01.699 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:01.700 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:01.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:01.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:01.700 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:01.700 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@266c6079] +26-03-27 11:55:01.700 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:02.695 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/e3d80001-db31-490d-9124-68661e2ad4b1/userStatus", parameters={} +26-03-27 11:55:02.695 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:55:02.696 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:55:02.692Z]] +26-03-27 11:55:02.697 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:55:02.697 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 11:55:02.697 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 11:55:02.697 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:55:02.697 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:55:02.697 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 11:55:02.697 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:02.697 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:02.697 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:02.697 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:02.697 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:55:02.697 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:55:02.697 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:55:02.697 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:55:02.697 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:55:02.698 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:02.698 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:55:02.698 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:55:02.698 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:55:02.698 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:54:02.684Z] +26-03-27 11:55:02.698 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:54:02.689428Z] +26-03-27 11:55:02.698 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:02.698 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:02.698 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:55:02.698 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:02.698 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:55:02.698 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:55:02.698 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:02.698 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:55:02.698 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달선] +26-03-27 11:55:02.698 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:55:02.698 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:55:02.698 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:02.698 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:02.698 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:02.698 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@63629409] +26-03-27 11:55:02.698 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[UserDto[id=e3d80001-db31-490d-9124-68661e2ad4b1, username=달선, email=dalsun@naver.com, profile=null, (truncated)...] +26-03-27 11:55:02.698 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:02.699 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:55:02.699 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:02.699 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:02.699 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:02.699 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:55:02.699 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:54:02.684Z] +26-03-27 11:55:02.699 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T02:54:02.689428Z] +26-03-27 11:55:02.699 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:55:02.699 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:02.700 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 11:55:02.700 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:02.700 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:55:02.692Z] +26-03-27 11:55:02.700 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:55:02.700 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:55:02.699173900Z] +26-03-27 11:55:02.700 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:02.700 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:55:02.700 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:02.700 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:02.700 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=b7f063c6-62df-4835-ab8a-987f0a580f6f, userId=e3d80001-db31-490d-9124-68661e2ad4b1, (truncated)...] +26-03-27 11:55:02.700 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:02.702 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:55:02.702 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:55:02.704 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:55:02.704 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:55:02.704 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:55:02.704 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:02.704 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:55:02.704 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:02.704 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:02.704 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:55:02.704 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:55:02.704 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:55:02.704 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:55:02.704 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:55:02.704 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:55:02.704 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:55:02.704 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:55:02.704 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:55:02.692Z] +26-03-27 11:55:02.704 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:55:02.699174Z] +26-03-27 11:55:02.704 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:02.704 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:55:02.704 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:55:02.704 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:55:02.704 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:55:02.704 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:55:02.705 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:55:02.705 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:02.705 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:02.705 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:55:02.705 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:55:02.705 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:02.705 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:02.705 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:55:02.705 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:02.706 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:55:02.706 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:55:02.706 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:02.706 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:55:02.706 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:55:02.706 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:02.706 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:02.707 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:55:02.707 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:55:02.707 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:55:02.707 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:55:02.692Z] +26-03-27 11:55:02.707 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:55:02.699174Z] +26-03-27 11:55:02.707 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:02.707 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:55:02.707 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:55:02.707 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:55:02.707 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:55:02.707 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:55:02.707 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:55:02.707 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:02.708 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:02.708 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:55:02.708 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:02.710 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:55:02.711 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:55:02.711 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:55:02.711 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:02.711 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:55:02.711 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:55:02.711 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:55:02.711 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:55:02.692Z] +26-03-27 11:55:02.711 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:55:02.699174Z] +26-03-27 11:55:02.711 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:02.711 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:55:02.711 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:55:02.711 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:55:02.711 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:55:02.711 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:55:02.711 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:55:02.712 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:02.712 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:02.712 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:55:02.712 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:03.688 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:03.688 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:03.688 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:03.689 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:03.689 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:03.689 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:03.689 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@45e7e88] +26-03-27 11:55:03.689 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:04.686 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:04.686 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:04.686 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:04.686 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:04.686 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:04.687 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:04.687 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5e6ed475] +26-03-27 11:55:04.687 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:05.696 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:05.696 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:05.696 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:05.698 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:05.698 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:05.698 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:05.698 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@36f6049b] +26-03-27 11:55:05.698 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:06.690 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:06.690 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:55:06.690 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:06.690 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:55:06.691 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:55:06.691 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:06.691 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:06.691 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:55:06.691 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:55:06.691 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:55:06.691 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:55:06.691 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:55:06.691 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:06.692 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:06.692 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:06.692 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:06.692 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:55:06.692 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@34e087bb] +26-03-27 11:55:06.692 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:06.692 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:06.693 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:55:06.693 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:06.693 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:06.693 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:55:06.693 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:06.696 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:55:06.696 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:55:06.696 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:55:06.696 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:06.696 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:55:06.696 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:55:06.696 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:55:06.696 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:55:02.692Z] +26-03-27 11:55:06.696 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:55:02.699174Z] +26-03-27 11:55:06.696 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:06.696 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:55:06.696 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:55:06.696 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:55:06.696 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:55:06.696 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:55:06.696 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:55:06.696 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:06.698 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:06.698 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:55:06.698 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:07.687 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:07.687 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:07.688 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:07.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:07.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:07.688 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:07.688 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@78e18e] +26-03-27 11:55:07.688 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:08.693 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:08.693 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:08.693 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:08.693 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:08.693 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:08.694 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:08.694 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@c91c0c3] +26-03-27 11:55:08.694 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:09.686 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:55:09.686 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:09.686 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:55:09.686 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:09.686 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:55:09.686 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:09.686 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:09.686 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:55:09.686 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:55:09.686 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:55:09.686 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:55:09.686 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:55:09.687 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:09.687 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:09.687 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:09.687 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:55:09.687 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:09.687 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:09.687 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6b9bd78d] +26-03-27 11:55:09.687 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:09.688 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:55:09.688 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:09.688 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:09.688 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:55:09.688 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:09.691 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:55:09.691 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:55:09.691 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:55:09.691 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:09.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:55:09.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:55:09.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:55:09.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:55:02.692Z] +26-03-27 11:55:09.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:55:02.699174Z] +26-03-27 11:55:09.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:09.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:55:09.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:55:09.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:55:09.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:55:09.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:55:09.692 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:55:09.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:09.692 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:09.692 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:55:09.693 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:10.697 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:10.697 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:10.697 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:10.697 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:10.697 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:10.698 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:10.698 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5f2161be] +26-03-27 11:55:10.698 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:11.693 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:11.694 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:11.694 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:11.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:11.694 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:11.695 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:11.695 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@476c117] +26-03-27 11:55:11.696 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:12.700 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:12.700 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:55:12.700 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:55:12.700 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:12.700 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:55:12.700 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:12.700 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:12.700 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:12.700 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:55:12.700 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:12.700 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:55:12.700 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:55:12.700 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:12.700 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:55:12.700 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:55:12.701 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:12.701 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@214459bf] +26-03-27 11:55:12.701 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:12.701 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:55:12.701 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:12.702 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:55:12.702 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:12.702 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:12.702 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:55:12.703 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:12.705 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:55:12.705 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:55:12.706 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:55:12.706 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:12.706 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:55:12.706 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:55:12.706 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:55:12.706 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:55:02.692Z] +26-03-27 11:55:12.706 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:55:02.699174Z] +26-03-27 11:55:12.706 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:12.706 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:55:12.706 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:55:12.706 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:55:12.706 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:55:12.706 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:55:12.706 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:55:12.706 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:12.707 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:12.707 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:55:12.707 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:13.697 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:13.697 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:13.698 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:13.698 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:13.698 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:13.698 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:13.698 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@666fdbe6] +26-03-27 11:55:13.698 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:14.697 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:14.697 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:14.697 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:14.698 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:14.698 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:14.698 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:14.698 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4a39c218] +26-03-27 11:55:14.698 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:14.711 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:55:14.712 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:55:14.712 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:55:14.712 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:14.712 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:14.712 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:55:14.712 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:55:14.712 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:55:14.712 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:55:14.712 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:55:14.713 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:55:14.713 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:14.714 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:55:14.714 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:14.714 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:14.716 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:55:14.716 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:14.718 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:55:14.719 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:55:14.719 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:55:14.719 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:14.719 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:55:14.719 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:55:14.719 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:55:14.719 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:55:02.692Z] +26-03-27 11:55:14.719 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:55:02.699174Z] +26-03-27 11:55:14.719 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:14.719 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:55:14.719 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:55:14.719 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:55:14.719 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:55:14.719 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:55:14.720 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:55:14.720 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:55:14.720 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:14.720 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:55:14.720 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:15.683 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:15.684 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:15.684 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:15.685 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:15.685 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:15.685 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:15.685 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6df127c2] +26-03-27 11:55:15.685 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:16.691 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:16.692 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:16.692 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:16.692 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:16.692 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:16.692 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:16.692 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@46243f2d] +26-03-27 11:55:16.692 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:17.689 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:17.690 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:17.690 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:17.690 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:17.690 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:17.691 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:17.691 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1a5321b4] +26-03-27 11:55:17.691 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:18.685 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:18.685 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:18.685 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:18.686 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:18.686 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:18.686 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:18.686 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4715efbf] +26-03-27 11:55:18.686 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:19.698 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:19.698 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:19.698 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:19.698 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:19.698 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:19.698 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:19.699 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1ed71c8e] +26-03-27 11:55:19.699 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:20.689 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:20.689 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:20.689 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:20.689 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:20.689 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:20.690 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:20.690 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@66e774a3] +26-03-27 11:55:20.690 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:21.699 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:21.699 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:21.699 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:21.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:21.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:21.700 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:21.700 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6d18803a] +26-03-27 11:55:21.700 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:22.692 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:22.692 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:22.694 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:22.694 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:22.694 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:22.694 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:22.694 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@460238d] +26-03-27 11:55:22.694 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:23.688 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:23.689 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:23.689 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:23.689 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:23.689 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:23.690 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:23.690 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@74d5df4b] +26-03-27 11:55:23.690 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:24.699 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:24.699 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:24.699 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:24.699 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:24.699 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:24.700 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:24.700 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6e560735] +26-03-27 11:55:24.700 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:25.694 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:25.694 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:25.695 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:25.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:25.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:25.695 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:25.695 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@40076994] +26-03-27 11:55:25.696 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:26.687 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:26.687 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:26.687 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:26.687 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:26.687 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:26.687 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:26.687 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4b77a37f] +26-03-27 11:55:26.687 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:27.697 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:27.697 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:27.699 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:27.699 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:27.699 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:27.699 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:27.699 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@62351961] +26-03-27 11:55:27.699 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:28.691 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:28.691 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:28.691 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:28.691 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:28.691 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:28.692 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:28.692 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2e56d829] +26-03-27 11:55:28.692 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:29.692 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:29.692 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:29.693 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:29.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:29.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:29.693 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:29.693 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@74ff800] +26-03-27 11:55:29.693 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:30.687 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:30.687 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:30.688 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:30.688 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:30.688 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:30.688 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:30.688 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@74932f66] +26-03-27 11:55:30.689 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:31.685 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:31.685 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:31.685 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:31.685 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:31.685 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:31.685 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:31.685 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1d3aeefb] +26-03-27 11:55:31.686 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:32.693 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:32.693 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:32.694 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:32.694 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:32.694 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:32.694 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:32.694 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3b9e5ce3] +26-03-27 11:55:32.694 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:33.690 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:33.690 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:33.690 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:33.690 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:33.690 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:33.691 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:33.691 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@738dd003] +26-03-27 11:55:33.691 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:34.686 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:34.686 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:34.687 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:34.687 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:34.687 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:34.687 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:34.687 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@48e8f692] +26-03-27 11:55:34.687 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:35.696 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:35.696 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:35.697 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:35.697 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:35.697 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:35.697 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:35.697 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@71f08111] +26-03-27 11:55:35.698 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:36.694 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:36.694 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:36.695 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:36.695 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:36.695 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:36.695 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:36.695 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3d71cf8] +26-03-27 11:55:36.695 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:37.687 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:37.687 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:37.687 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:37.687 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:37.687 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:37.688 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:37.688 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@32c449aa] +26-03-27 11:55:37.688 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:38.699 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:38.699 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:38.699 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:38.699 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:38.699 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:38.700 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:38.700 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5fcb95d7] +26-03-27 11:55:38.700 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:39.696 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:39.696 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:39.697 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:39.697 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:39.697 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:39.697 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:39.697 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@473127df] +26-03-27 11:55:39.697 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:40.689 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:40.690 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:40.690 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:40.690 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:40.690 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:40.690 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:40.690 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@b580d35] +26-03-27 11:55:40.691 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:41.686 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:41.687 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:41.687 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:41.687 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:41.687 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:41.687 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:41.687 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1a216e09] +26-03-27 11:55:41.688 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:42.699 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:42.699 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:42.699 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:42.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:42.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:42.700 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:42.700 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@72b76d1] +26-03-27 11:55:42.700 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:43.696 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:43.696 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:43.696 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:43.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:43.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:43.696 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:43.697 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@54e08c6e] +26-03-27 11:55:43.697 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:44.690 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:44.690 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:44.691 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:44.691 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:44.691 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:44.691 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:44.691 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@191ed270] +26-03-27 11:55:44.693 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:45.700 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:45.700 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:45.700 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:45.700 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:45.700 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:45.701 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:45.701 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4145be0d] +26-03-27 11:55:45.701 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:46.696 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:46.696 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:46.697 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:46.697 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:46.697 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:46.697 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:46.697 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6289edff] +26-03-27 11:55:46.697 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:47.689 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:47.689 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:47.689 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:47.689 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:47.689 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:47.689 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:47.689 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@39035c23] +26-03-27 11:55:47.690 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:48.688 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:48.688 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:48.689 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:48.689 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:48.689 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:48.689 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:48.689 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@e4075] +26-03-27 11:55:48.689 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:49.698 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:49.698 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:49.700 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:49.700 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:49.700 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:49.700 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:49.700 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7b9d501e] +26-03-27 11:55:49.700 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:50.692 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:50.692 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:50.692 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:50.692 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:50.692 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:50.692 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:50.692 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@692a7db7] +26-03-27 11:55:50.692 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:51.688 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:51.688 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:51.688 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:51.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:51.689 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:51.689 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:51.689 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1cbe22b6] +26-03-27 11:55:51.689 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:52.699 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:52.699 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:52.699 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:52.701 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:52.701 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:52.701 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:52.701 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@cec0cd6] +26-03-27 11:55:52.701 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:53.696 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:53.696 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:53.697 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:53.697 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:53.697 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:53.697 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:53.697 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5fca5618] +26-03-27 11:55:53.697 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:54.688 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:54.688 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:54.689 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:54.689 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:54.689 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:54.689 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:54.689 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2bb11ae] +26-03-27 11:55:54.689 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:55.686 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:55.686 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:55.686 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:55.686 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:55.686 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:55.687 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:55.687 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4badeb66] +26-03-27 11:55:55.687 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:56.699 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:56.699 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:56.699 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:56.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:56.700 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:56.700 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:56.700 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@41d438c9] +26-03-27 11:55:56.700 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:57.691 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:57.691 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:57.692 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:57.692 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:57.692 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:57.692 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:57.692 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@75b3ec9a] +26-03-27 11:55:57.692 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:58.688 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:58.688 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:58.688 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:58.688 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:58.688 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:58.689 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:58.689 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4da3ef44] +26-03-27 11:55:58.689 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:55:59.698 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:55:59.698 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:55:59.698 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:55:59.698 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:55:59.698 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:55:59.699 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:55:59.699 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@71de22aa] +26-03-27 11:55:59.699 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:00.689 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:00.689 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:00.690 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:00.690 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:00.690 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:00.690 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:00.690 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@eb1ae82] +26-03-27 11:56:00.690 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:01.686 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:01.686 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:01.687 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:01.687 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:01.687 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:01.687 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:01.687 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3dadbcb3] +26-03-27 11:56:01.687 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:02.699 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/e3d80001-db31-490d-9124-68661e2ad4b1/userStatus", parameters={} +26-03-27 11:56:02.699 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 11:56:02.700 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T02:56:02.697Z]] +26-03-27 11:56:02.700 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:56:02.700 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 11:56:02.700 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:56:02.700 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 11:56:02.700 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:02.700 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:02.701 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 11:56:02.701 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:56:02.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:02.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:02.701 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:02.701 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:02.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:56:02.701 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:02.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:56:02.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:56:02.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:56:02.701 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:56:02.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:02.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:56:02.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:56:02.701 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:02.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:56:02.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T02:55:02.692Z] +26-03-27 11:56:02.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T02:55:02.699174Z] +26-03-27 11:56:02.701 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2051bdee] +26-03-27 11:56:02.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:02.701 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 11:56:02.701 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:02.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:56:02.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:56:02.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:56:02.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:56:02.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달선] +26-03-27 11:56:02.701 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:56:02.702 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:02.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:02.702 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:56:02.702 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:02.702 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:02.702 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[UserDto[id=e3d80001-db31-490d-9124-68661e2ad4b1, username=달선, email=dalsun@naver.com, profile=null, (truncated)...] +26-03-27 11:56:02.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:56:02.702 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:02.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T02:55:02.692Z] +26-03-27 11:56:02.702 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T02:55:02.699174Z] +26-03-27 11:56:02.703 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:56:02.703 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:02.703 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:02.703 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 11:56:02.703 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:56:02.703 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:TIMESTAMP_UTC) <- [2026-03-27T02:56:02.697Z] +26-03-27 11:56:02.703 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:TIMESTAMP_UTC) <- [2026-03-27T02:56:02.703725700Z] +26-03-27 11:56:02.703 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (3:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:02.703 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (4:UUID) <- [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:56:02.703 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:02.704 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:02.704 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=b7f063c6-62df-4835-ab8a-987f0a580f6f, userId=e3d80001-db31-490d-9124-68661e2ad4b1, (truncated)...] +26-03-27 11:56:02.704 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:02.705 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:56:02.705 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:56:02.706 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:56:02.706 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:56:02.706 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:56:02.706 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:02.706 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:02.706 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:56:02.706 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:56:02.706 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:56:02.706 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:56:02.706 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:56:02.706 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:56:02.706 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:02.706 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:56:02.706 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:56:02.706 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:56:02.706 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:56:02.697Z] +26-03-27 11:56:02.706 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:56:02.703726Z] +26-03-27 11:56:02.706 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:02.706 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:56:02.706 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:56:02.706 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:56:02.706 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:56:02.706 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:56:02.706 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:56:02.707 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:02.707 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:56:02.707 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:02.707 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:02.707 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:56:02.707 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:02.707 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:56:02.707 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:02.707 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:56:02.707 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:56:02.707 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:02.708 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:56:02.708 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:02.708 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:56:02.708 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:02.708 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:56:02.708 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:56:02.708 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:56:02.708 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:56:02.697Z] +26-03-27 11:56:02.708 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:56:02.703726Z] +26-03-27 11:56:02.708 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:02.708 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:56:02.708 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:56:02.708 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:56:02.708 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:56:02.708 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:56:02.708 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:56:02.708 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:02.708 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:02.708 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:56:02.708 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:02.710 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:56:02.711 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:56:02.711 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:56:02.711 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:02.711 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:56:02.711 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:56:02.711 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:56:02.711 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:56:02.697Z] +26-03-27 11:56:02.711 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:56:02.703726Z] +26-03-27 11:56:02.711 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:02.711 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:56:02.711 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:56:02.711 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:56:02.711 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:56:02.711 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:56:02.711 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:56:02.711 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:02.713 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:02.713 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:56:02.713 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:03.691 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:03.691 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:03.692 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:03.692 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:03.692 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:03.692 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:03.692 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@53bb8a01] +26-03-27 11:56:03.692 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:04.688 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:04.688 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:04.688 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:04.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:04.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:04.689 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:04.689 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@24c41b20] +26-03-27 11:56:04.689 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:05.695 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:05.695 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:05.695 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:05.696 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:05.696 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:05.696 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:05.696 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@489b7ae0] +26-03-27 11:56:05.696 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:06.689 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:06.689 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:56:06.689 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:56:06.689 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:06.689 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:56:06.689 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:06.689 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:06.689 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:06.689 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:06.689 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:06.689 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:56:06.689 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:56:06.689 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:56:06.689 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:56:06.690 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:56:06.690 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:06.690 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@343f250f] +26-03-27 11:56:06.690 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:06.690 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:56:06.690 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:06.691 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:56:06.691 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:06.691 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:06.691 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:56:06.691 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:06.694 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:56:06.695 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:56:06.695 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:56:06.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:06.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:56:06.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:56:06.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:56:06.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:56:02.697Z] +26-03-27 11:56:06.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:56:02.703726Z] +26-03-27 11:56:06.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:06.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:56:06.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:56:06.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:56:06.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:56:06.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:56:06.696 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:56:06.696 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:06.696 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:06.696 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:56:06.696 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:07.699 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:07.699 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:07.699 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:07.699 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:07.699 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:07.700 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:07.700 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@17cadd8b] +26-03-27 11:56:07.700 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:08.695 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:08.695 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:08.696 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:08.696 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:08.696 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:08.696 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:08.696 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@76f8b46b] +26-03-27 11:56:08.696 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:09.693 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:56:09.693 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:09.693 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:56:09.693 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:09.694 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:56:09.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:09.694 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:09.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:09.694 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:09.694 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:09.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:56:09.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:56:09.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:56:09.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:56:09.694 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:56:09.694 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:09.694 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@234e7721] +26-03-27 11:56:09.694 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:09.695 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:56:09.695 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:09.695 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:56:09.695 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:09.695 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:09.696 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:56:09.696 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:09.698 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:56:09.698 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:56:09.698 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:56:09.698 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:09.698 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:56:09.698 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:56:09.698 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:56:09.698 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:56:02.697Z] +26-03-27 11:56:09.698 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:56:02.703726Z] +26-03-27 11:56:09.698 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:09.699 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:56:09.699 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:56:09.699 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:56:09.699 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:56:09.699 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:56:09.699 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:56:09.699 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:09.699 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:09.699 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:56:09.699 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:10.688 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:10.688 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:10.688 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:10.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:10.688 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:10.688 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:10.688 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@40c88de] +26-03-27 11:56:10.689 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:11.686 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:11.686 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:11.686 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:11.686 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:11.686 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:11.687 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:11.687 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2be3c52d] +26-03-27 11:56:11.687 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:12.695 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:56:12.695 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:12.695 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:56:12.695 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:12.695 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:56:12.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:12.695 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:12.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:12.695 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:12.695 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:12.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:56:12.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:56:12.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:56:12.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:56:12.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:56:12.696 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:12.696 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3b0ffe23] +26-03-27 11:56:12.696 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:12.696 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:56:12.696 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:12.697 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:56:12.697 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:12.697 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:12.697 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:56:12.697 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:12.699 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:56:12.699 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:56:12.699 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:56:12.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:12.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:56:12.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:56:12.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:56:12.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:56:02.697Z] +26-03-27 11:56:12.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:56:02.703726Z] +26-03-27 11:56:12.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:12.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:56:12.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:56:12.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:56:12.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:56:12.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:56:12.700 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:56:12.700 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:12.700 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:12.700 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:56:12.700 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:13.686 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:13.686 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:13.688 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:13.688 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:13.688 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:13.688 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:13.688 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6e3ace72] +26-03-27 11:56:13.688 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:14.696 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:14.696 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:14.698 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:14.698 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:14.698 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:14.698 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:14.698 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7f999d18] +26-03-27 11:56:14.698 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:15.689 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:56:15.689 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:15.689 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 11:56:15.689 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:15.690 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 11:56:15.690 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:15.690 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:15.690 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:15.690 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:15.690 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:15.690 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:56:15.690 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dfdf] +26-03-27 11:56:15.690 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [dfdf] +26-03-27 11:56:15.690 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:ENUM) -> [PUBLIC] +26-03-27 11:56:15.690 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T02:49:36.736696Z] +26-03-27 11:56:15.690 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:15.690 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@33561fc] +26-03-27 11:56:15.690 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:15.690 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + rs1_0.channel_id in (?) +26-03-27 11:56:15.690 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:15.691 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and m1_0.channel_id in (?) +26-03-27 11:56:15.691 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:15.691 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:15.691 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[ChannelDto[id=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07, type=PUBLIC, name=dfdf, description=dfdf, parti (truncated)...] +26-03-27 11:56:15.692 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:15.693 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 11:56:15.693 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 11:56:15.695 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 11:56:15.695 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:15.695 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [b7f063c6-62df-4835-ab8a-987f0a580f6f] +26-03-27 11:56:15.695 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 11:56:15.695 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.263084Z] +26-03-27 11:56:15.695 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T02:56:02.697Z] +26-03-27 11:56:15.695 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T02:56:02.703726Z] +26-03-27 11:56:15.695 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:15.695 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:56:15.695 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 11:56:15.695 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 11:56:15.695 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T02:47:53.247781Z] +26-03-27 11:56:15.695 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 11:56:15.695 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 11:56:15.695 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 11:56:15.695 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:15.695 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 11:56:15.696 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:16.686 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:16.686 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:16.687 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:16.687 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:16.687 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:16.688 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:16.688 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3f6df58b] +26-03-27 11:56:16.688 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:17.695 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:17.695 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:17.695 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:17.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:17.696 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:17.696 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:17.696 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6f5f178b] +26-03-27 11:56:17.696 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:18.691 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:18.691 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:18.691 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:18.691 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:18.691 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:18.692 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:18.692 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4848a8d0] +26-03-27 11:56:18.692 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:19.686 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:19.686 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:19.687 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:19.687 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:19.687 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:19.687 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:19.687 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1f1e1df6] +26-03-27 11:56:19.687 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:20.698 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:20.698 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:20.699 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:20.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:20.699 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:20.699 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:20.699 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@55d1e81e] +26-03-27 11:56:20.699 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:21.696 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:21.696 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:21.696 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:21.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:21.696 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:21.696 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:21.696 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@72d29766] +26-03-27 11:56:21.697 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:22.688 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:22.688 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:22.689 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:22.689 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:22.689 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:22.689 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:22.689 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4f01e962] +26-03-27 11:56:22.689 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 11:56:23.699 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 11:56:23.700 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 11:56:23.700 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 11:56:23.700 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 11:56:23.700 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 11:56:23.700 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 11:56:23.700 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7d04e7ef] +26-03-27 11:56:23.701 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:17.645 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final +26-03-27 13:03:17.690 [main] INFO c.s.m.discodeit.DiscodeitApplication - Starting DiscodeitApplication using Java 17.0.18 with PID 53420 (C:\codeit\10-sprint-mission\build\classes\java\main started by user in C:\codeit\10-sprint-mission) +26-03-27 13:03:17.690 [main] DEBUG c.s.m.discodeit.DiscodeitApplication - Running with Spring Boot v3.5.10, Spring v6.2.15 +26-03-27 13:03:17.691 [main] INFO c.s.m.discodeit.DiscodeitApplication - The following 1 profile is active: "dev" +26-03-27 13:03:18.698 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +26-03-27 13:03:18.786 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 79 ms. Found 6 JPA repository interfaces. +26-03-27 13:03:19.386 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http) +26-03-27 13:03:19.398 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +26-03-27 13:03:19.400 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +26-03-27 13:03:19.400 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.50] +26-03-27 13:03:19.472 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +26-03-27 13:03:19.473 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1744 ms +26-03-27 13:03:19.600 [main] DEBUG o.s.w.f.ServerHttpObservationFilter - Filter 'webMvcObservationFilter' configured for use +26-03-27 13:03:19.646 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +26-03-27 13:03:19.820 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:test-practice user=SA +26-03-27 13:03:19.822 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +26-03-27 13:03:19.949 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] +26-03-27 13:03:20.009 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.6.41.Final +26-03-27 13:03:20.044 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled +26-03-27 13:03:20.326 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer +26-03-27 13:03:20.410 [main] INFO o.hibernate.orm.connections.pooling - HHH10001005: Database info: + Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] + Database driver: undefined/unknown + Database version: 2.3.232 + Autocommit mode: undefined/unknown + Isolation level: undefined/unknown + Minimum pool size: undefined/unknown + Maximum pool size: undefined/unknown +26-03-27 13:03:21.295 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +26-03-27 13:03:21.328 [main] DEBUG org.hibernate.SQL - + alter table if exists binary_contents + alter column content_type set data type varchar(255) +26-03-27 13:03:21.330 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column description set data type varchar(255) +26-03-27 13:03:21.337 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column name set data type varchar(255) +26-03-27 13:03:21.338 [main] DEBUG org.hibernate.SQL - + alter table if exists messages + alter column content set data type varchar(255) +26-03-27 13:03:21.344 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column email set data type varchar(255) +26-03-27 13:03:21.344 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column password set data type varchar(255) +26-03-27 13:03:21.344 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column username set data type varchar(255) +26-03-27 13:03:21.346 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + drop constraint if exists UKqttel343c4eq691kcxipoixr7 +26-03-27 13:03:21.346 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + add constraint UKqttel343c4eq691kcxipoixr7 unique (user_id, channel_id) +26-03-27 13:03:21.356 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' +26-03-27 13:03:21.606 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. +26-03-27 13:03:21.986 [main] INFO c.s.m.d.s.LocalBinaryContentStorage - 로컬 파일 저장소 초기화 완료: path=C:\codeit\10-sprint-mission\.\storage +26-03-27 13:03:22.327 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html] +26-03-27 13:03:22.414 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 28 mappings in 'requestMappingHandlerMapping' +26-03-27 13:03:22.497 [main] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Patterns [/webjars/**, /**, /swagger-ui/**, /swagger-ui/*swagger-initializer.js, /webjars/*swagger-ui/**, /webjars/*swagger-ui/*swagger-initializer.js, /webjars/*swagger-ui/5.31.0/*swagger-initializer.js] in 'resourceHandlerMapping' +26-03-27 13:03:22.526 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice +26-03-27 13:03:22.574 [main] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 2 @ExceptionHandler, 1 ResponseBodyAdvice +26-03-27 13:03:22.819 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 4 endpoints beneath base path '/actuator' +26-03-27 13:03:22.867 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +26-03-27 13:03:22.890 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8080 (http) with context path '/' +26-03-27 13:03:22.902 [main] INFO c.s.m.discodeit.DiscodeitApplication - Started DiscodeitApplication in 5.759 seconds (process running for 6.08) +26-03-27 13:03:22.934 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /v3/api-docs endpoint is enabled by default. To disable it in production, set the property 'springdoc.api-docs.enabled=false' +26-03-27 13:03:22.934 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /swagger-ui.html endpoint is enabled by default. To disable it in production, set the property 'springdoc.swagger-ui.enabled=false' +26-03-27 13:03:23.036 [http-nio-8080-exec-2] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +26-03-27 13:03:23.037 [http-nio-8080-exec-2] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +26-03-27 13:03:23.037 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Detected StandardServletMultipartResolver +26-03-27 13:03:23.037 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Detected AcceptHeaderLocaleResolver +26-03-27 13:03:23.037 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Detected FixedThemeResolver +26-03-27 13:03:23.038 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@54d0724f +26-03-27 13:03:23.038 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Detected org.springframework.web.servlet.support.SessionFlashMapManager@389ae8f1 +26-03-27 13:03:23.038 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data +26-03-27 13:03:23.038 [http-nio-8080-exec-2] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +26-03-27 13:03:23.056 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 13:03:23.056 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:23.061 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:03:23.061 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:23.143 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:03:23.143 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:23.145 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 13:03:23.145 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:23.151 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:23.173 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:03:23.179 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:03:23.199 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:23.200 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:03:23.206 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:23.206 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@39f2d6e8] +26-03-27 13:03:23.214 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:23.216 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:23.219 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 13:03:23.220 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:03:23.231 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:03:23.231 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 13:03:23.236 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 13:03:23.240 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:23.242 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T04:03:23.233372200Z, code=USER_NOT_FOUND, message=존재하지 않는 사용자입니다. (truncated)...] +26-03-27 13:03:23.248 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserNotFoundException: 존재하지 않는 사용자입니다.] +26-03-27 13:03:23.248 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 13:03:23.690 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/e3d80001-db31-490d-9124-68661e2ad4b1/userStatus", parameters={} +26-03-27 13:03:23.690 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:23.691 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:23.691 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 13:03:23.694 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:23.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:23.695 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:23.697 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:23.697 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@743db847] +26-03-27 13:03:23.697 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:23.722 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T04:03:23.689Z]] +26-03-27 13:03:23.759 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:03:23.760 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 13:03:23.761 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 13:03:23.762 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:23.762 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T04:03:23.761870Z, code=USER_STATUS_NOT_FOUND, message=사용자 상태 정보가 (truncated)...] +26-03-27 13:03:23.762 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException: 사용자 상태 정보가 존재하지 않습니다.] +26-03-27 13:03:23.762 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 13:03:24.690 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 13:03:24.690 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:24.690 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:03:24.690 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:24.691 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:03:24.691 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 13:03:24.692 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:24.692 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:03:24.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:24.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:24.694 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:03:24.694 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:24.694 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4c38ecd7] +26-03-27 13:03:24.694 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:24.695 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:24.695 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:03:24.695 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:24.697 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 13:03:24.699 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:03:24.699 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:03:24.700 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 13:03:24.700 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 13:03:24.701 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:24.701 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T04:03:24.700303800Z, code=USER_NOT_FOUND, message=존재하지 않는 사용자입니다. (truncated)...] +26-03-27 13:03:24.701 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserNotFoundException: 존재하지 않는 사용자입니다.] +26-03-27 13:03:24.701 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 13:03:25.700 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:25.700 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:25.702 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:25.704 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:25.705 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:25.705 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:25.705 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7e8da44e] +26-03-27 13:03:25.706 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:26.694 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:26.694 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:26.696 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:26.697 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:26.697 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:26.697 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:26.698 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@349a6f53] +26-03-27 13:03:26.698 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:27.690 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:27.690 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 13:03:27.690 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:03:27.690 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:27.691 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:27.691 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:03:27.691 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:27.691 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:27.692 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 13:03:27.692 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:27.692 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3db5a1b] +26-03-27 13:03:27.693 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:27.693 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:03:27.694 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:03:27.696 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:27.696 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:03:27.696 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:27.699 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 13:03:27.699 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:03:27.700 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:03:27.701 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 13:03:27.702 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 13:03:27.702 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:27.702 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T04:03:27.701896700Z, code=USER_NOT_FOUND, message=존재하지 않는 사용자입니다. (truncated)...] +26-03-27 13:03:27.704 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserNotFoundException: 존재하지 않는 사용자입니다.] +26-03-27 13:03:27.704 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 13:03:28.699 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:28.699 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:28.700 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:28.701 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:28.701 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:28.702 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:28.702 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@58458e5b] +26-03-27 13:03:28.704 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:29.696 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:29.696 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:29.698 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:29.698 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:29.698 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:29.699 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:29.699 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@30fe3df3] +26-03-27 13:03:29.699 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:30.691 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:30.691 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 13:03:30.691 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:30.691 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:03:30.692 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:30.692 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:30.692 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:30.692 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:03:30.692 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 13:03:30.693 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:30.693 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5175f0fb] +26-03-27 13:03:30.693 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:30.694 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:03:30.696 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:03:30.697 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:30.697 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:03:30.697 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:30.700 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 13:03:30.701 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:03:30.701 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:03:30.702 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 13:03:30.702 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 13:03:30.703 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:30.703 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T04:03:30.702624100Z, code=USER_NOT_FOUND, message=존재하지 않는 사용자입니다. (truncated)...] +26-03-27 13:03:30.703 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserNotFoundException: 존재하지 않는 사용자입니다.] +26-03-27 13:03:30.703 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 13:03:31.690 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:31.690 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:31.691 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:31.692 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:31.692 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:31.693 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:31.693 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@d1e3138] +26-03-27 13:03:31.693 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:32.700 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:32.700 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:32.701 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:32.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:32.701 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:32.702 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:32.702 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@33b281ce] +26-03-27 13:03:32.703 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:33.696 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:33.696 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 13:03:33.696 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:33.696 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:03:33.697 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:03:33.697 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:33.697 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 13:03:33.697 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:33.697 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:33.697 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:33.697 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3a7d0eec] +26-03-27 13:03:33.697 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:33.697 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:03:33.699 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:03:33.700 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:33.700 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:03:33.701 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:33.704 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 13:03:33.704 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:03:33.705 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:03:33.705 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 13:03:33.706 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 13:03:33.706 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:33.706 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T04:03:33.706094800Z, code=USER_NOT_FOUND, message=존재하지 않는 사용자입니다. (truncated)...] +26-03-27 13:03:33.707 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserNotFoundException: 존재하지 않는 사용자입니다.] +26-03-27 13:03:33.707 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 13:03:34.687 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:34.687 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:34.688 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:34.688 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:34.689 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:34.690 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:34.690 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2fe2bee0] +26-03-27 13:03:34.690 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:35.697 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:35.698 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:35.699 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:35.699 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:35.699 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:35.699 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:35.699 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@a21ae4a] +26-03-27 13:03:35.700 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:36.691 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 13:03:36.691 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:36.692 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:36.692 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:03:36.692 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:03:36.692 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:36.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:36.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:36.693 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 13:03:36.694 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:36.694 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7cd8a7a5] +26-03-27 13:03:36.694 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:03:36.694 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:36.696 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:03:36.698 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:36.698 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:03:36.698 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:36.702 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 13:03:36.702 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:03:36.703 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:03:36.703 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 13:03:36.704 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 13:03:36.704 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:36.705 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T04:03:36.704032Z, code=USER_NOT_FOUND, message=존재하지 않는 사용자입니다., d (truncated)...] +26-03-27 13:03:36.705 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserNotFoundException: 존재하지 않는 사용자입니다.] +26-03-27 13:03:36.705 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 13:03:37.689 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:37.689 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:37.690 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:37.691 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:37.691 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:37.691 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:37.692 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7eca24ba] +26-03-27 13:03:37.694 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:38.699 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:38.700 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:38.702 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:38.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:38.703 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:38.704 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:38.704 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@fad34b8] +26-03-27 13:03:38.705 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:39.694 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:39.694 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 13:03:39.694 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:39.694 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:03:39.695 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:03:39.695 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:39.695 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:39.695 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:39.695 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 13:03:39.695 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:39.695 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@284c1701] +26-03-27 13:03:39.696 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:39.696 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:03:39.698 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:03:39.699 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:39.699 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:03:39.699 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:39.702 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 13:03:39.702 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:03:39.703 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:03:39.703 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 13:03:39.704 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 13:03:39.704 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:39.704 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T04:03:39.703086Z, code=USER_NOT_FOUND, message=존재하지 않는 사용자입니다., d (truncated)...] +26-03-27 13:03:39.704 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserNotFoundException: 존재하지 않는 사용자입니다.] +26-03-27 13:03:39.704 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 13:03:40.690 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:40.691 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:40.692 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:40.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:40.692 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:40.694 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:40.694 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1c6cb5db] +26-03-27 13:03:40.695 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:41.699 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:41.699 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:41.701 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:41.702 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:41.702 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:41.702 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:41.702 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@440ff13c] +26-03-27 13:03:41.703 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:42.696 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 13:03:42.696 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:42.696 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:03:42.696 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:42.697 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:03:42.698 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 13:03:42.698 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:42.698 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:42.698 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:42.699 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:03:42.699 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:42.699 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@34f005ef] +26-03-27 13:03:42.699 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:42.700 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:03:42.700 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:42.700 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:03:42.701 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:42.703 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 13:03:42.703 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:03:42.704 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:03:42.704 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 13:03:42.705 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 13:03:42.705 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:42.705 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T04:03:42.705447200Z, code=USER_NOT_FOUND, message=존재하지 않는 사용자입니다. (truncated)...] +26-03-27 13:03:42.706 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserNotFoundException: 존재하지 않는 사용자입니다.] +26-03-27 13:03:42.706 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 13:03:43.691 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:43.692 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:43.693 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:43.693 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:43.693 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:43.694 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:43.694 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7857f7b5] +26-03-27 13:03:43.694 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:44.689 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:44.689 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:44.691 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:44.691 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:44.691 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:44.692 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:44.692 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1d9e7c75] +26-03-27 13:03:44.693 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:45.686 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:45.686 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:45.687 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:45.687 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:45.689 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:45.690 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:45.690 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@a0fb67] +26-03-27 13:03:45.690 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:46.700 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:46.700 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:46.701 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:46.701 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:46.701 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:46.702 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:46.702 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1f24fef2] +26-03-27 13:03:46.702 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:47.693 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:47.693 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:47.693 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:47.693 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:47.693 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:47.694 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:47.694 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1f176ca6] +26-03-27 13:03:47.695 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:48.685 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:48.687 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:48.688 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:48.688 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:48.688 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:48.688 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:48.688 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@35cc6d60] +26-03-27 13:03:48.689 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:49.688 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:49.688 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:49.689 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:49.690 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:49.690 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:49.691 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:49.691 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1936c5ac] +26-03-27 13:03:49.691 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:50.698 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:50.698 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:50.699 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:50.699 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:50.699 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:50.701 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:50.701 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@43ff6503] +26-03-27 13:03:50.702 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:51.692 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:51.692 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:51.693 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:51.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:51.693 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:51.694 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:51.694 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5b7d2987] +26-03-27 13:03:51.694 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:52.687 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:52.688 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:52.689 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:52.689 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:52.689 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:52.690 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:52.690 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5fde359e] +26-03-27 13:03:52.690 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:53.697 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:53.697 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:53.698 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:53.698 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:53.698 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:53.699 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:53.699 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@feaca24] +26-03-27 13:03:53.699 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:54.695 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:54.695 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:54.697 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:54.697 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:54.697 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:54.698 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:54.698 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@692c5e0d] +26-03-27 13:03:54.698 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:55.687 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:55.689 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:55.690 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:55.690 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:55.690 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:55.690 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:55.691 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7bf590fa] +26-03-27 13:03:55.691 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:56.685 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:56.685 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:56.687 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:56.688 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:56.688 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:56.688 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:56.689 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5200dcea] +26-03-27 13:03:56.689 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:57.699 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:57.699 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:57.700 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:57.701 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:57.701 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:57.701 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:57.702 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@36913a19] +26-03-27 13:03:57.702 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:58.695 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:58.695 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:58.696 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:58.696 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:58.696 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:58.696 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:58.697 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@381b2459] +26-03-27 13:03:58.697 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:03:59.687 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:03:59.687 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:03:59.689 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:03:59.689 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:03:59.689 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:03:59.690 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:03:59.690 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@262055db] +26-03-27 13:03:59.690 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:04:00.687 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:04:00.687 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:04:00.688 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:04:00.688 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:04:00.688 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:04:00.689 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:04:00.689 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5ef7ea68] +26-03-27 13:04:00.689 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:04:01.697 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:04:01.697 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:04:01.698 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:04:01.699 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:04:01.699 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:04:01.699 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:04:01.699 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1ca84e2] +26-03-27 13:04:01.699 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:04:02.695 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/e3d80001-db31-490d-9124-68661e2ad4b1/userStatus", parameters={} +26-03-27 13:04:02.695 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 13:04:02.695 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 13:04:02.695 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 13:04:02.697 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:04:02.697 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 13:04:02.697 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T04:04:02.693Z]] +26-03-27 13:04:02.697 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:04:02.697 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:04:02.697 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:04:02.697 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 13:04:02.698 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:04:02.698 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:04:02.698 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:04:02.698 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 13:04:02.698 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 13:04:02.699 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07] +26-03-27 13:04:02.699 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.bind - binding parameter (2:INTEGER) <- [51] +26-03-27 13:04:02.699 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:04:02.699 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:04:02.699 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 13:04:02.699 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:04:02.699 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:04:02.700 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T04:04:02.699631Z, code=USER_STATUS_NOT_FOUND, message=사용자 상태 정보가 (truncated)...] +26-03-27 13:04:02.700 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:04:02.700 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6222756e] +26-03-27 13:04:02.700 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:04:02.700 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:04:02.700 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException: 사용자 상태 정보가 존재하지 않습니다.] +26-03-27 13:04:02.700 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 13:04:02.700 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:04:02.700 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:04:02.702 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:04:02.706 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=e3d80001-db31-490d-9124-68661e2ad4b1", parameters={masked} +26-03-27 13:04:02.706 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:04:02.707 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:04:02.707 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 13:04:02.708 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 13:04:02.708 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:04:02.708 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T04:04:02.708641100Z, code=USER_NOT_FOUND, message=존재하지 않는 사용자입니다. (truncated)...] +26-03-27 13:04:02.709 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserNotFoundException: 존재하지 않는 사용자입니다.] +26-03-27 13:04:02.709 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 13:04:21.070 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/actuator/loggers/com.sprint.mission.discodeit", parameters={} +26-03-27 13:04:21.074 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [{configuredLevel=INFO}] +26-03-27 13:04:21.078 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Using 'application/vnd.spring-boot.actuator.v3+json', given [*/*] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] +26-03-27 13:04:21.079 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Writing [org.springframework.boot.actuate.logging.LoggersEndpoint$SingleLoggerLevelsDescriptor@3d8f1519] +26-03-27 13:04:21.084 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:04:24.363 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - POST "/actuator/loggers/com.sprint.mission.discodeit", parameters={} +26-03-27 13:04:24.364 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [{configuredLevel=INFO}] +26-03-27 13:04:24.365 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/octet-stream', given [*/*] and supported [*/*] +26-03-27 13:04:24.365 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 204 NO_CONTENT +26-03-27 13:05:02.699 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/e3d80001-db31-490d-9124-68661e2ad4b1/userStatus", parameters={} +26-03-27 13:05:02.699 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 13:05:02.699 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 13:05:02.700 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 13:05:02.700 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T04:05:02.696Z]] +26-03-27 13:05:02.700 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 13:05:02.701 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:05:02.701 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:05:02.701 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:05:02.702 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:05:02.702 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.bind - binding parameter (1:UUID) <- [e3d80001-db31-490d-9124-68661e2ad4b1] +26-03-27 13:05:02.702 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 13:05:02.703 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:05:02.703 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T04:05:02.702970100Z, code=USER_STATUS_NOT_FOUND, message=사용자 상태 정 (truncated)...] +26-03-27 13:05:02.703 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException: 사용자 상태 정보가 존재하지 않습니다.] +26-03-27 13:05:02.703 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 13:05:23.730 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - POST "/actuator/loggers/org.springframework", parameters={} +26-03-27 13:05:23.730 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [{configuredLevel=INFO}] +26-03-27 13:05:23.731 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/octet-stream', given [*/*] and supported [*/*] +26-03-27 13:05:23.731 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 204 NO_CONTENT +26-03-27 13:05:58.771 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - POST "/actuator/loggers/org.hibernate.orm.jdbc.bind", parameters={} +26-03-27 13:05:58.772 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [{configuredLevel=INFO}] +26-03-27 13:05:58.772 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/octet-stream', given [*/*] and supported [*/*] +26-03-27 13:05:58.772 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 204 NO_CONTENT +26-03-27 13:06:02.696 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/e3d80001-db31-490d-9124-68661e2ad4b1/userStatus", parameters={} +26-03-27 13:06:02.697 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 13:06:02.698 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T04:06:02.694Z]] +26-03-27 13:06:02.698 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 13:06:02.698 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 13:06:02.698 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 13:06:02.698 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:06:02.700 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:02.700 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:02.700 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:02.700 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 13:06:02.700 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:02.701 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T04:06:02.700165500Z, code=USER_STATUS_NOT_FOUND, message=사용자 상태 정 (truncated)...] +26-03-27 13:06:02.701 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException: 사용자 상태 정보가 존재하지 않습니다.] +26-03-27 13:06:02.701 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 13:06:23.294 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/e3d80001-db31-490d-9124-68661e2ad4b1/userStatus", parameters={} +26-03-27 13:06:23.294 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 13:06:23.295 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T04:06:23.293Z]] +26-03-27 13:06:23.297 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:06:23.298 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleDiscodeitException(DiscodeitException) +26-03-27 13:06:23.298 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:23.298 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T04:06:23.297287900Z, code=USER_STATUS_NOT_FOUND, message=사용자 상태 정 (truncated)...] +26-03-27 13:06:23.299 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException: 사용자 상태 정보가 존재하지 않습니다.] +26-03-27 13:06:23.299 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND +26-03-27 13:06:28.340 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - POST "/api/users", parameters={multipart} +26-03-27 13:06:28.354 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#join(UserCreateRequest, MultipartFile) +26-03-27 13:06:28.358 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestPartMethodArgumentResolver - Read "application/json" to [UserCreateRequest[username=달선, email=dalsun@naver.com, password=ekftjsekftjs]] +26-03-27 13:06:28.370 [http-nio-8080-exec-4] INFO c.s.m.d.controller.UserController - 사용자 등록 요청: username=달선, email=dalsun@naver.com +26-03-27 13:06:28.371 [http-nio-8080-exec-4] INFO c.s.m.d.s.basic.BasicUserService - 사용자 생성 시작: username=달선, email=dalsun@naver.com +26-03-27 13:06:28.373 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.username=? +26-03-27 13:06:28.374 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.email=? +26-03-27 13:06:28.404 [http-nio-8080-exec-4] INFO c.s.m.d.s.basic.BasicUserService - 사용자 생성 완료: username=달선, email=dalsun@naver.com +26-03-27 13:06:28.414 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + insert + into + users + (created_at, email, password, profile_id, updated_at, username, id) + values + (?, ?, ?, ?, ?, ?, ?) +26-03-27 13:06:28.417 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + insert + into + user_statuses + (created_at, last_active_at, updated_at, user_id, id) + values + (?, ?, ?, ?, ?) +26-03-27 13:06:28.419 [http-nio-8080-exec-4] INFO c.s.m.d.controller.UserController - 사용자 등록 완료: username=달선, email=dalsun@naver.com +26-03-27 13:06:28.427 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:28.429 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserDto[id=63f161a8-8a5f-4d49-926e-c6d970e5e65d, username=달선, email=dalsun@naver.com, profile=null, (truncated)...] +26-03-27 13:06:28.431 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 201 CREATED +26-03-27 13:06:28.434 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/63f161a8-8a5f-4d49-926e-c6d970e5e65d/userStatus", parameters={} +26-03-27 13:06:28.434 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/63f161a8-8a5f-4d49-926e-c6d970e5e65d/userStatus", parameters={} +26-03-27 13:06:28.434 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 13:06:28.434 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 13:06:28.435 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T04:06:28.432Z]] +26-03-27 13:06:28.435 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T04:06:28.432Z]] +26-03-27 13:06:28.436 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:06:28.436 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:06:28.437 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:06:28.437 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:06:28.438 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:06:28.438 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:06:28.443 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:06:28.443 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:06:28.443 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.375008Z] +26-03-27 13:06:28.443 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.375008Z] +26-03-27 13:06:28.443 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:06:28.443 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:06:28.447 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 13:06:28.447 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 13:06:28.453 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:28.453 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:28.453 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=67e58883-872e-454b-a27b-bfee0a12caed, userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d, (truncated)...] +26-03-27 13:06:28.453 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=67e58883-872e-454b-a27b-bfee0a12caed, userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d, (truncated)...] +26-03-27 13:06:28.453 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:28.453 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:28.455 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 13:06:28.455 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 13:06:28.455 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 13:06:28.457 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:06:28.457 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:06:28.457 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:06:28.457 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:06:28.457 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.432Z] +26-03-27 13:06:28.457 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.444053Z] +26-03-27 13:06:28.457 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:06:28.457 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:28.458 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:06:28.458 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:06:28.458 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:28.458 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달선] +26-03-27 13:06:28.458 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:28.458 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[UserDto[id=63f161a8-8a5f-4d49-926e-c6d970e5e65d, username=달선, email=dalsun@naver.com, profile=null, (truncated)...] +26-03-27 13:06:28.459 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:28.463 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:28.463 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:28.464 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:06:28.464 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:06:28.464 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:06:28.464 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:06:28.464 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:28.466 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:28.466 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 13:06:28.466 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 13:06:28.466 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:06:28.466 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:06:28.466 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:06:28.466 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.432Z] +26-03-27 13:06:28.466 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.444053Z] +26-03-27 13:06:28.466 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:06:28.466 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 13:06:28.466 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:28.466 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:06:28.467 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:06:28.467 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:28.467 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:28.467 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:06:28.467 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:06:28.467 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:06:28.467 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:06:28.467 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:06:28.467 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.432Z] +26-03-27 13:06:28.467 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.444053Z] +26-03-27 13:06:28.467 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:06:28.467 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:28.467 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:06:28.467 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:06:28.467 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:28.467 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달선] +26-03-27 13:06:28.467 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:06:28.468 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:28.468 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:28.468 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2f92381c] +26-03-27 13:06:28.468 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[UserDto[id=63f161a8-8a5f-4d49-926e-c6d970e5e65d, username=달선, email=dalsun@naver.com, profile=null, (truncated)...] +26-03-27 13:06:28.468 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:28.468 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:28.469 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:06:28.469 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:06:28.469 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:28.469 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:28.470 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:28.471 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:28.471 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:28.471 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:28.471 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:28.472 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:28.473 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:28.473 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:28.474 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:28.474 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5b475c6] +26-03-27 13:06:28.474 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:06:28.474 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:28.474 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:28.474 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:06:28.474 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:06:28.475 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:06:28.475 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:06:28.475 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:06:28.475 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:06:28.476 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.432Z] +26-03-27 13:06:28.476 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.444053Z] +26-03-27 13:06:28.476 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:06:28.476 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:28.476 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:06:28.476 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:06:28.476 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:28.476 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:06:28.476 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:06:28.476 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:06:28.478 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:28.478 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:28.479 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:06:28.480 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:28.482 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:28.482 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:28.482 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:28.482 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:06:28.484 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:28.484 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:06:28.485 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:06:28.485 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:06:28.485 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:06:28.485 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.432Z] +26-03-27 13:06:28.485 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.444053Z] +26-03-27 13:06:28.485 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:06:28.485 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:28.485 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:06:28.485 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:06:28.485 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:28.485 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:06:28.485 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:06:28.486 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:28.486 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:28.487 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:28.489 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:28.489 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:06:28.490 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:06:28.490 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:06:28.490 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:06:28.491 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:06:28.491 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.432Z] +26-03-27 13:06:28.491 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.444053Z] +26-03-27 13:06:28.491 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:06:28.491 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:28.491 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:06:28.491 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:06:28.491 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:28.491 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:06:28.491 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:06:28.494 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:28.494 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:28.494 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:28.780 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:28.780 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:28.781 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:28.782 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:28.782 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7e1ded29] +26-03-27 13:06:28.782 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:29.091 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:29.091 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:29.092 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:29.093 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:29.093 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@113a5740] +26-03-27 13:06:29.094 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:29.401 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:29.402 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:29.403 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:29.403 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:29.403 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4a7fab00] +26-03-27 13:06:29.404 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:29.714 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:29.715 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:29.716 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:29.717 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:29.717 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3d8afec1] +26-03-27 13:06:29.718 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:30.026 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:30.027 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:30.027 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:30.028 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:30.028 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@18b87433] +26-03-27 13:06:30.029 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:30.335 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:30.336 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:30.336 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:30.337 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:30.337 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6fbde58e] +26-03-27 13:06:30.337 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:30.650 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:30.650 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:30.651 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:30.652 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:30.652 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6855069b] +26-03-27 13:06:30.653 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:30.959 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:30.959 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:30.960 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:30.960 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:30.962 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2658e170] +26-03-27 13:06:30.962 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:31.269 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:31.269 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:31.270 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:31.271 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:31.271 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@8cdc524] +26-03-27 13:06:31.271 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:31.487 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:31.487 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:06:31.487 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:06:31.488 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:06:31.489 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:06:31.489 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:31.489 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:31.491 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:31.493 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:31.493 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:06:31.493 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:06:31.494 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:06:31.494 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:06:31.494 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:06:31.494 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.432Z] +26-03-27 13:06:31.494 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.444053Z] +26-03-27 13:06:31.494 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:06:31.494 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:31.494 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:06:31.494 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:06:31.494 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:31.494 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:06:31.494 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:06:31.495 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:31.495 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:31.496 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:31.580 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:31.580 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:31.582 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:31.582 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:31.583 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1e4298ae] +26-03-27 13:06:31.583 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:31.890 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:31.890 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:31.893 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:31.894 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:31.894 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5575f6da] +26-03-27 13:06:31.894 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:32.201 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:32.202 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:32.202 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:32.204 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:32.204 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@f057037] +26-03-27 13:06:32.204 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:32.512 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:32.512 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:32.513 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:32.514 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:32.514 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4acc2085] +26-03-27 13:06:32.514 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:32.824 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:32.824 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:32.824 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:32.826 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:32.826 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1fd15a36] +26-03-27 13:06:32.827 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:33.135 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:33.135 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:33.136 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:33.138 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:33.138 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7493b8d1] +26-03-27 13:06:33.138 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:33.447 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:33.449 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:33.450 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:33.450 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:33.451 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7d1fb8db] +26-03-27 13:06:33.451 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:33.757 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:33.758 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:33.759 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:33.759 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:33.760 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@54dbbce7] +26-03-27 13:06:33.760 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:34.072 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:34.072 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:34.073 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:34.074 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:34.074 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@30b6747a] +26-03-27 13:06:34.074 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:34.380 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:34.380 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:34.381 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:34.382 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:34.382 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3202806a] +26-03-27 13:06:34.382 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:34.492 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:34.492 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:06:34.494 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:06:34.495 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:06:34.496 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:06:34.496 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:34.497 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:34.497 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:34.501 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:34.501 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:06:34.501 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:06:34.502 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:06:34.502 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:06:34.502 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:06:34.502 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.432Z] +26-03-27 13:06:34.502 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.444053Z] +26-03-27 13:06:34.502 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:06:34.502 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:34.502 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:06:34.502 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:06:34.502 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:34.502 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:06:34.503 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:06:34.503 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:34.503 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:34.503 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:34.691 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:34.691 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:34.692 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:34.693 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:34.693 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@610aa97e] +26-03-27 13:06:34.694 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:35.003 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:35.003 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:35.004 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:35.005 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:35.005 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@589fa216] +26-03-27 13:06:35.005 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:35.313 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:35.314 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:35.315 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:35.316 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:35.316 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2b34d142] +26-03-27 13:06:35.316 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:35.624 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:35.624 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:35.625 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:35.625 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:35.625 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5b570eaa] +26-03-27 13:06:35.626 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:35.934 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:35.934 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:35.936 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:35.937 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:35.937 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3975136a] +26-03-27 13:06:35.937 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:36.249 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:36.249 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:36.250 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:36.251 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:36.251 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@d88db0e] +26-03-27 13:06:36.251 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:36.561 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:36.561 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:36.562 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:36.563 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:36.563 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1616dad2] +26-03-27 13:06:36.563 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:36.874 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:36.874 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:36.875 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:36.876 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:36.876 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@654bfd9d] +26-03-27 13:06:36.876 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:37.186 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:37.186 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:37.187 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:37.187 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:37.187 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2953b659] +26-03-27 13:06:37.188 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:37.482 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:37.482 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:06:37.484 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:06:37.486 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:06:37.486 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:06:37.487 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:37.487 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:37.488 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:37.491 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:37.491 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:06:37.492 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:06:37.492 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:06:37.492 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:06:37.493 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:06:37.493 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.432Z] +26-03-27 13:06:37.493 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.444053Z] +26-03-27 13:06:37.493 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:06:37.493 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:37.493 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:06:37.493 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:06:37.493 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:37.493 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:06:37.493 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:06:37.494 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:37.494 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:37.494 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:37.497 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:37.497 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:37.498 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:37.499 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:37.499 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2c244aa7] +26-03-27 13:06:37.499 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:37.805 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:37.806 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:37.806 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:37.807 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:37.807 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@57b0f6e9] +26-03-27 13:06:37.807 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:38.116 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:38.116 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:38.117 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:38.118 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:38.118 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@520b5ca8] +26-03-27 13:06:38.118 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:38.427 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:38.428 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:38.429 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:38.429 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:38.429 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@d084b7f] +26-03-27 13:06:38.430 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:38.743 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:38.743 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:38.744 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:38.744 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:38.744 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@570a796d] +26-03-27 13:06:38.745 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:39.054 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:39.054 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:39.057 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:39.058 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:39.058 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2ef3375c] +26-03-27 13:06:39.059 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:39.363 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:39.364 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:39.364 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:39.366 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:39.366 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@10dd823e] +26-03-27 13:06:39.366 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:39.676 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:39.676 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:39.677 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:39.679 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:39.679 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@74708df8] +26-03-27 13:06:39.679 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:39.986 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:39.986 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:39.987 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:39.987 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:39.988 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@79c69762] +26-03-27 13:06:39.988 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:40.295 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:40.295 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:40.297 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:40.298 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:40.298 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2a80ebb] +26-03-27 13:06:40.298 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:40.485 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:40.485 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:06:40.486 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:06:40.488 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:06:40.489 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:06:40.490 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:40.490 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:40.491 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:40.493 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:40.493 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:06:40.494 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:06:40.494 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:06:40.494 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:06:40.494 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:06:40.494 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.432Z] +26-03-27 13:06:40.494 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.444053Z] +26-03-27 13:06:40.494 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:06:40.495 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:40.495 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:06:40.495 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:06:40.495 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:40.495 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:06:40.495 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:06:40.496 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:40.496 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:40.496 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:40.608 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:40.608 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:40.609 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:40.609 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:40.609 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@67e9871a] +26-03-27 13:06:40.611 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:40.921 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:40.921 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:40.922 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:40.923 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:40.923 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5ea7aaa1] +26-03-27 13:06:40.923 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:41.229 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:41.230 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:41.231 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:41.232 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:41.232 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3af756b7] +26-03-27 13:06:41.232 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:41.541 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:41.541 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:41.542 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:41.542 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:41.542 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@786dfa9] +26-03-27 13:06:41.543 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:41.853 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:41.853 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:41.854 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:41.855 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:41.855 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@60fe5d87] +26-03-27 13:06:41.855 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:42.165 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:42.165 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:42.166 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:42.166 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:42.167 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@356d12ae] +26-03-27 13:06:42.167 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:42.476 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:42.476 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:42.477 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:42.479 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:42.479 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@71e14f1f] +26-03-27 13:06:42.479 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:42.788 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:42.788 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:42.789 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:42.790 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:42.790 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5ca595a] +26-03-27 13:06:42.790 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:43.101 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:43.101 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:43.101 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:43.102 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:43.102 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@20df741f] +26-03-27 13:06:43.102 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:43.411 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:43.411 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:43.412 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:43.412 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:43.412 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4164d822] +26-03-27 13:06:43.413 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:43.474 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:43.474 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:06:43.475 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:06:43.477 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:06:43.478 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:06:43.478 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:43.478 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:43.479 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:43.481 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:43.481 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:06:43.482 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:06:43.482 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:06:43.482 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:06:43.482 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:06:43.482 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.432Z] +26-03-27 13:06:43.482 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.444053Z] +26-03-27 13:06:43.482 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:06:43.482 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:43.482 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:06:43.482 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:06:43.482 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:43.483 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:06:43.483 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:06:43.483 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:43.483 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:43.484 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:43.723 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:43.724 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:43.725 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:43.725 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:43.725 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@70eecb8b] +26-03-27 13:06:43.725 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:44.038 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:44.039 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:44.039 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:44.040 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:44.040 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@60405541] +26-03-27 13:06:44.040 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:44.347 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:44.347 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:44.349 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:44.350 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:44.350 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6b9f4130] +26-03-27 13:06:44.351 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:44.659 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:44.659 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:44.661 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:44.662 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:44.662 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@18a4c8c] +26-03-27 13:06:44.662 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:44.973 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:44.973 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:44.974 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:44.974 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:44.974 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@49405fb7] +26-03-27 13:06:44.975 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:45.286 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:45.286 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:45.287 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:45.289 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:45.289 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@185a5287] +26-03-27 13:06:45.289 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:45.597 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:45.598 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:45.598 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:45.599 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:45.599 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5643ddec] +26-03-27 13:06:45.599 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:45.906 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:45.906 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:45.907 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:45.908 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:45.908 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5bc202d7] +26-03-27 13:06:45.908 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:46.219 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:46.219 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:46.221 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:46.222 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:46.222 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2aa7a8da] +26-03-27 13:06:46.222 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:46.485 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:46.485 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:06:46.486 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:06:46.487 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:06:46.488 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:06:46.488 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:46.488 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:46.489 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:46.492 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:46.492 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:06:46.493 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:06:46.493 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:06:46.493 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:06:46.493 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:06:46.493 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.432Z] +26-03-27 13:06:46.493 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.444053Z] +26-03-27 13:06:46.493 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:06:46.493 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:46.493 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:06:46.493 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:06:46.493 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:46.493 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:06:46.494 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:06:46.494 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:46.494 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:46.494 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:46.530 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:46.530 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:46.531 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:46.531 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:46.531 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4333458f] +26-03-27 13:06:46.532 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:46.842 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:46.842 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:46.843 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:46.843 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:46.844 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@26ddd748] +26-03-27 13:06:46.844 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:47.153 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:47.153 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:47.154 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:47.154 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:47.154 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4ec95b0b] +26-03-27 13:06:47.154 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:47.464 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:47.465 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:47.465 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:47.466 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:47.466 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7275dade] +26-03-27 13:06:47.467 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:47.775 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:47.775 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:47.776 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:47.776 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:47.776 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1262a23] +26-03-27 13:06:47.777 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:48.088 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:48.089 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:48.090 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:48.091 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:48.091 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4682476f] +26-03-27 13:06:48.091 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:48.399 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:48.399 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:48.399 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:48.401 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:48.401 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@379b274f] +26-03-27 13:06:48.401 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:48.712 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:48.713 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:48.713 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:48.714 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:48.714 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@73d8a620] +26-03-27 13:06:48.714 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:49.022 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:49.022 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:49.023 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:49.024 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:49.024 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3ec1c20b] +26-03-27 13:06:49.024 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:49.333 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:49.334 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:49.335 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:49.335 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:49.335 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1f4faaff] +26-03-27 13:06:49.335 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:49.497 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:49.498 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:06:49.498 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:06:49.500 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:06:49.501 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:06:49.501 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:49.501 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:49.502 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:49.504 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:49.505 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:06:49.505 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:06:49.505 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:06:49.505 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:06:49.505 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:06:49.505 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.432Z] +26-03-27 13:06:49.505 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.444053Z] +26-03-27 13:06:49.505 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:06:49.506 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:49.506 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:06:49.506 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:06:49.506 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:49.506 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:06:49.506 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:06:49.506 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:49.506 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:49.507 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:49.643 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:49.643 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:49.644 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:49.645 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:49.645 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4c13c012] +26-03-27 13:06:49.645 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:49.953 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:49.953 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:49.954 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:49.955 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:49.955 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@78ec7e2b] +26-03-27 13:06:49.955 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:50.275 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:50.276 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:50.277 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:50.277 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:50.277 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@41d6e608] +26-03-27 13:06:50.278 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:50.591 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:50.591 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:50.591 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:50.592 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:50.592 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@c825fa9] +26-03-27 13:06:50.593 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:50.899 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:50.899 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:50.901 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:50.901 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:50.901 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5a80eba8] +26-03-27 13:06:50.902 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:51.211 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:51.212 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:51.213 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:51.213 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:51.213 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6c0958cd] +26-03-27 13:06:51.213 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:51.521 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:51.521 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:51.522 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:51.523 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:51.523 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@29c4333c] +26-03-27 13:06:51.523 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:51.835 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:51.836 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:51.836 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:51.837 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:51.837 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@16ad61cd] +26-03-27 13:06:51.837 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:52.146 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:52.146 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:52.147 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:52.148 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:52.148 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@25dae8e1] +26-03-27 13:06:52.148 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:52.457 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:52.457 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:52.458 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:52.458 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:52.458 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@689ca25e] +26-03-27 13:06:52.459 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:52.487 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:52.487 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:06:52.488 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:06:52.489 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:06:52.489 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:06:52.489 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:52.489 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:52.491 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:52.493 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:52.493 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:06:52.493 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:06:52.494 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:06:52.494 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:06:52.494 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:06:52.494 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.432Z] +26-03-27 13:06:52.494 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.444053Z] +26-03-27 13:06:52.494 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:06:52.494 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:52.494 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:06:52.494 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:06:52.494 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:52.494 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:06:52.494 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:06:52.495 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:52.495 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:52.495 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:52.767 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:52.767 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:52.768 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:52.769 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:52.769 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@231dd077] +26-03-27 13:06:52.769 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:53.085 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:53.085 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:53.086 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:53.087 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:53.087 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5a64a1fc] +26-03-27 13:06:53.088 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:53.392 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:53.392 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:53.393 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:53.395 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:53.395 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@648ebd0c] +26-03-27 13:06:53.395 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:53.706 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:53.706 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:53.707 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:53.708 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:53.708 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@71937bfe] +26-03-27 13:06:53.708 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:54.015 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:54.016 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:54.016 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:54.017 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:54.017 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7b6a0d29] +26-03-27 13:06:54.017 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:54.323 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:54.324 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:54.324 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:54.325 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:54.325 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3de21b5e] +26-03-27 13:06:54.325 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:54.633 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:54.633 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:54.634 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:54.635 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:54.635 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@231238f2] +26-03-27 13:06:54.635 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:54.945 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:54.945 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:54.946 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:54.946 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:54.946 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@79a5e289] +26-03-27 13:06:54.947 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:55.258 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:55.258 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:55.259 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:55.259 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:55.259 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@69e4b514] +26-03-27 13:06:55.260 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:55.474 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:55.474 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:06:55.475 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:06:55.477 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:06:55.478 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:06:55.479 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:55.479 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:55.479 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:55.482 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:55.482 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:06:55.483 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:06:55.483 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:06:55.483 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:06:55.483 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:06:55.483 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.432Z] +26-03-27 13:06:55.483 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.444053Z] +26-03-27 13:06:55.483 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:06:55.483 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:55.483 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:06:55.483 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:06:55.483 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:55.483 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:06:55.483 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:06:55.484 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:55.484 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:55.484 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:55.568 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:55.569 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:55.569 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:55.570 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:55.570 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@11db814e] +26-03-27 13:06:55.570 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:55.880 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:55.881 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:55.882 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:55.882 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:55.882 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4689e5dc] +26-03-27 13:06:55.883 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:56.190 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:56.190 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:56.191 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:56.192 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:56.192 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@60632a35] +26-03-27 13:06:56.193 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:56.500 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:56.500 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:56.500 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:56.501 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:56.501 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@38ffaa52] +26-03-27 13:06:56.501 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:56.810 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:56.811 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:56.811 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:56.812 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:56.812 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4062941f] +26-03-27 13:06:56.812 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:57.121 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:57.121 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:57.121 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:57.122 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:57.122 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6cebe2d3] +26-03-27 13:06:57.122 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:57.431 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:57.431 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:57.433 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:57.433 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:57.434 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@43ffac55] +26-03-27 13:06:57.434 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:57.743 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:57.744 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:57.744 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:57.745 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:57.745 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@819aba3] +26-03-27 13:06:57.745 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:58.053 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:58.053 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:58.054 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:58.055 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:58.055 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6ed5358c] +26-03-27 13:06:58.055 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:58.367 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:58.367 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:58.368 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:58.368 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:58.368 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2b062d17] +26-03-27 13:06:58.368 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:58.443 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/63f161a8-8a5f-4d49-926e-c6d970e5e65d/userStatus", parameters={} +26-03-27 13:06:58.444 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 13:06:58.444 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T04:06:58.442Z]] +26-03-27 13:06:58.445 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:06:58.446 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:06:58.446 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:06:58.446 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:06:58.446 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.432Z] +26-03-27 13:06:58.446 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.444053Z] +26-03-27 13:06:58.447 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 13:06:58.448 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:58.448 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=67e58883-872e-454b-a27b-bfee0a12caed, userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d, (truncated)...] +26-03-27 13:06:58.448 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:58.474 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:58.475 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:06:58.475 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:06:58.476 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:06:58.477 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:06:58.477 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:58.477 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:58.478 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:58.479 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:06:58.479 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:06:58.481 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:06:58.481 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:06:58.481 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:06:58.481 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:06:58.481 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.442Z] +26-03-27 13:06:58.481 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.447795Z] +26-03-27 13:06:58.481 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:06:58.481 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:58.481 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:06:58.481 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:06:58.481 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:06:58.481 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:06:58.482 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:06:58.482 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:58.482 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:06:58.482 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:58.676 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:58.676 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:58.677 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:58.677 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:58.677 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7dd3aa46] +26-03-27 13:06:58.677 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:58.984 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:58.984 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:58.986 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:58.987 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:58.987 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1c480e2b] +26-03-27 13:06:58.987 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:59.296 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:59.296 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:59.298 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:59.299 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:59.299 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@20db7a79] +26-03-27 13:06:59.299 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:59.608 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:59.610 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:59.611 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:59.611 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:59.611 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@76a57726] +26-03-27 13:06:59.612 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:06:59.920 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:06:59.921 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:06:59.921 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:06:59.922 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:06:59.922 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@288e1f4e] +26-03-27 13:06:59.922 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:00.231 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:00.231 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:00.231 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:00.232 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:00.232 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@fa6e3c2] +26-03-27 13:07:00.232 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:00.542 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:00.542 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:00.543 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:00.543 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:00.543 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7b160fd4] +26-03-27 13:07:00.544 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:00.855 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:00.855 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:00.856 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:00.856 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:00.858 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@346880b9] +26-03-27 13:07:00.858 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:01.166 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:01.166 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:01.167 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:01.167 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:01.167 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@69d6e907] +26-03-27 13:07:01.168 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:01.477 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:01.477 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:01.477 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:01.477 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:07:01.477 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:07:01.478 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:01.478 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:01.478 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1fa92621] +26-03-27 13:07:01.478 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:01.478 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:07:01.479 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:07:01.479 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:01.479 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:01.481 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:01.483 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:01.483 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:07:01.483 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:07:01.484 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:01.484 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:07:01.484 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:01.484 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.442Z] +26-03-27 13:07:01.484 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.447795Z] +26-03-27 13:07:01.484 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:01.484 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:01.484 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:07:01.484 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:07:01.484 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:01.484 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:07:01.484 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:07:01.484 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:01.486 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:01.486 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:01.787 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:01.787 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:01.788 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:01.788 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:01.788 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2ba65ec6] +26-03-27 13:07:01.788 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:02.099 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:02.101 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:02.101 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:02.102 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:02.102 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@70f676f1] +26-03-27 13:07:02.102 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:02.411 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:02.411 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:02.413 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:02.414 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:02.414 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@15e14cfd] +26-03-27 13:07:02.414 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:02.720 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:02.721 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:02.721 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:02.722 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:02.722 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5a8992f6] +26-03-27 13:07:02.722 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:03.032 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:03.032 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:03.034 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:03.034 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:03.034 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3b54f9fd] +26-03-27 13:07:03.035 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:03.346 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:03.346 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:03.347 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:03.348 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:03.348 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@22c2eeec] +26-03-27 13:07:03.348 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:03.657 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:03.657 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:03.658 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:03.658 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:03.658 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@66aa984] +26-03-27 13:07:03.659 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:03.968 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:03.968 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:03.968 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:03.969 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:03.969 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@40831426] +26-03-27 13:07:03.970 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:04.279 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:04.279 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:04.281 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:04.281 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:04.281 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6ffcbdcd] +26-03-27 13:07:04.282 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:04.482 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:04.482 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:07:04.483 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:07:04.484 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:07:04.485 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:07:04.486 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:04.486 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:04.486 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:04.490 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:04.490 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:07:04.490 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:07:04.491 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:04.491 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:07:04.491 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:04.491 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.442Z] +26-03-27 13:07:04.491 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.447795Z] +26-03-27 13:07:04.491 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:04.491 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:04.491 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:07:04.491 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:07:04.491 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:04.491 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:07:04.491 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:07:04.491 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:04.491 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:04.492 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:04.593 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:04.593 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:04.594 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:04.594 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:04.594 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5d01fed1] +26-03-27 13:07:04.595 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:04.904 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:04.904 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:04.905 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:04.905 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:04.905 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@250bebca] +26-03-27 13:07:04.906 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:05.213 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:05.213 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:05.214 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:05.215 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:05.215 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@219f4e34] +26-03-27 13:07:05.215 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:05.526 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:05.527 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:05.527 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:05.528 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:05.528 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@11a8f0cd] +26-03-27 13:07:05.528 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:05.838 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:05.839 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:05.840 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:05.840 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:05.840 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2981ba27] +26-03-27 13:07:05.841 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:06.151 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:06.151 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:06.152 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:06.152 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:06.152 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4d08fd93] +26-03-27 13:07:06.154 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:06.463 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:06.463 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:06.464 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:06.464 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:06.464 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@684aedc] +26-03-27 13:07:06.465 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:06.774 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:06.774 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:06.775 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:06.775 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:06.775 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1190c94f] +26-03-27 13:07:06.775 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:07.086 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:07.086 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:07.087 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:07.088 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:07.088 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2a61a79] +26-03-27 13:07:07.088 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:07.401 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:07.401 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:07.402 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:07.402 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:07.402 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@76a1b843] +26-03-27 13:07:07.403 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:07.481 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:07.481 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:07:07.482 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:07:07.483 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:07:07.483 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:07:07.484 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:07.484 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:07.484 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:07.486 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:07.486 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:07:07.488 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:07:07.488 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:07.488 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:07:07.488 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:07.488 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.442Z] +26-03-27 13:07:07.488 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.447795Z] +26-03-27 13:07:07.488 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:07.489 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:07.489 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:07:07.489 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:07:07.489 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:07.489 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:07:07.489 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:07:07.489 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:07.490 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:07.490 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:07.711 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:07.711 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:07.712 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:07.713 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:07.713 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@670f71c3] +26-03-27 13:07:07.713 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:08.021 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:08.021 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:08.022 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:08.022 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:08.022 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@da9b962] +26-03-27 13:07:08.023 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:08.330 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:08.331 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:08.331 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:08.332 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:08.332 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@52bc6fa4] +26-03-27 13:07:08.332 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:08.643 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:08.643 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:08.644 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:08.644 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:08.644 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7a397415] +26-03-27 13:07:08.645 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:08.954 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:08.954 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:08.955 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:08.955 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:08.955 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5655b8f1] +26-03-27 13:07:08.956 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:09.264 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:09.264 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:09.265 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:09.266 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:09.266 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@17c45b61] +26-03-27 13:07:09.266 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:09.574 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:09.575 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:09.576 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:09.577 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:09.577 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@750ee611] +26-03-27 13:07:09.577 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:09.885 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:09.886 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:09.886 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:09.888 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:09.888 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7e604abd] +26-03-27 13:07:09.888 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:10.197 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:10.197 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:10.198 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:10.198 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:10.198 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5462ee60] +26-03-27 13:07:10.199 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:10.478 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:10.478 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:07:10.478 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:07:10.479 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:07:10.480 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:07:10.480 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:10.480 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:10.481 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:10.482 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:10.483 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:07:10.483 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:07:10.483 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:10.484 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:07:10.484 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:10.484 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.442Z] +26-03-27 13:07:10.484 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.447795Z] +26-03-27 13:07:10.484 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:10.484 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:10.484 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:07:10.484 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:07:10.484 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:10.484 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:07:10.484 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:07:10.485 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:10.485 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:10.485 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:10.507 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:10.507 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:10.508 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:10.509 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:10.509 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@19e28121] +26-03-27 13:07:10.510 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:10.815 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:10.816 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:10.816 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:10.818 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:10.818 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@102ee423] +26-03-27 13:07:10.818 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:11.125 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:11.126 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:11.126 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:11.127 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:11.127 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@775b9c03] +26-03-27 13:07:11.128 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:11.436 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:11.436 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:11.437 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:11.438 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:11.438 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@350f150a] +26-03-27 13:07:11.438 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:11.749 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:11.749 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:11.750 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:11.750 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:11.750 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@33750c6a] +26-03-27 13:07:11.750 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:12.058 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:12.058 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:12.059 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:12.059 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:12.059 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2a8978bb] +26-03-27 13:07:12.060 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:12.365 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:12.365 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:12.366 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:12.366 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:12.366 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4857ef23] +26-03-27 13:07:12.367 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:12.676 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:12.676 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:12.677 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:12.677 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:12.677 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@48f6a9b8] +26-03-27 13:07:12.678 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:12.988 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:12.988 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:12.990 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:12.990 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:12.990 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6e77c40d] +26-03-27 13:07:12.991 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:13.299 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:13.300 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:13.300 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:13.300 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:13.300 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@608cd1a2] +26-03-27 13:07:13.302 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:13.485 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:13.486 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:07:13.486 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:07:13.487 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:07:13.489 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:07:13.490 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:13.490 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:13.490 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:13.492 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:13.492 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:07:13.493 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:07:13.493 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:13.493 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:07:13.493 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:13.493 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.442Z] +26-03-27 13:07:13.493 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.447795Z] +26-03-27 13:07:13.493 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:13.494 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:13.494 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:07:13.494 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:07:13.494 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:13.494 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:07:13.494 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:07:13.494 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:13.494 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:13.495 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:13.610 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:13.611 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:13.611 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:13.613 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:13.613 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@321b7b77] +26-03-27 13:07:13.613 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:13.921 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:13.922 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:13.922 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:13.923 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:13.923 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4e30b5e0] +26-03-27 13:07:13.923 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:14.232 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:14.232 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:14.232 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:14.233 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:14.233 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5bc85a03] +26-03-27 13:07:14.233 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:14.541 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:14.541 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:14.542 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:14.542 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:14.542 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@24dc8e03] +26-03-27 13:07:14.542 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:14.852 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:14.852 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:14.853 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:14.853 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:14.853 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6d1933d] +26-03-27 13:07:14.854 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:15.162 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:15.162 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:15.163 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:15.164 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:15.164 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4e1da485] +26-03-27 13:07:15.164 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:15.474 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:15.474 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:15.475 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:15.475 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:15.475 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4e6d320e] +26-03-27 13:07:15.475 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:15.787 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:15.787 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:15.788 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:15.788 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:15.788 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@372268a2] +26-03-27 13:07:15.789 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:16.100 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:16.100 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:16.101 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:16.101 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:16.101 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5835b9e3] +26-03-27 13:07:16.102 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:16.410 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:16.411 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:16.411 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:16.412 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:16.412 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3f54b2c8] +26-03-27 13:07:16.412 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:16.488 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:16.488 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:07:16.488 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:07:16.489 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:07:16.491 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:07:16.491 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:16.491 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:16.492 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:16.493 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:16.494 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:07:16.494 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:07:16.494 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:16.494 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:07:16.494 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:16.494 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.442Z] +26-03-27 13:07:16.494 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.447795Z] +26-03-27 13:07:16.494 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:16.494 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:16.494 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:07:16.494 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:07:16.494 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:16.494 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:07:16.495 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:07:16.495 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:16.495 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:16.495 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:16.720 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:16.720 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:16.721 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:16.721 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:16.721 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@15c6e2d8] +26-03-27 13:07:16.721 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:17.031 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:17.031 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:17.032 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:17.033 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:17.033 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@29bda5c1] +26-03-27 13:07:17.033 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:17.344 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:17.344 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:17.345 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:17.345 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:17.345 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5ace5bba] +26-03-27 13:07:17.346 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:17.655 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:17.655 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:17.657 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:17.658 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:17.658 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4c50787] +26-03-27 13:07:17.658 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:17.968 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:17.968 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:17.969 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:17.969 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:17.969 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7d349e0] +26-03-27 13:07:17.970 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:18.280 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:18.280 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:18.280 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:18.281 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:18.281 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@14b4e808] +26-03-27 13:07:18.281 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:18.595 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:18.595 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:18.596 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:18.597 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:18.597 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@359db1f9] +26-03-27 13:07:18.597 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:18.904 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:18.904 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:18.905 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:18.905 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:18.905 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5ffe70b0] +26-03-27 13:07:18.905 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:19.214 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:19.214 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:19.215 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:19.215 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:19.215 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5afd4b1] +26-03-27 13:07:19.216 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:19.480 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:19.480 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:07:19.480 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:07:19.481 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:07:19.482 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:07:19.482 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:19.483 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:19.483 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:19.485 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:19.485 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:07:19.485 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:07:19.485 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:19.485 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:07:19.486 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:19.486 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.442Z] +26-03-27 13:07:19.486 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.447795Z] +26-03-27 13:07:19.486 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:19.486 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:19.486 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:07:19.486 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:07:19.486 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:19.486 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:07:19.486 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:07:19.486 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:19.486 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:19.487 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:19.526 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:19.527 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:19.527 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:19.527 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:19.527 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2eeb4ab8] +26-03-27 13:07:19.529 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:19.836 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:19.836 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:19.837 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:19.838 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:19.838 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@11db8b66] +26-03-27 13:07:19.838 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:20.145 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:20.145 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:20.146 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:20.146 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:20.146 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2c024df7] +26-03-27 13:07:20.147 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:20.458 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:20.458 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:20.459 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:20.459 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:20.459 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7e922c17] +26-03-27 13:07:20.460 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:20.767 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:20.767 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:20.769 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:20.770 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:20.770 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6ea61168] +26-03-27 13:07:20.770 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:21.080 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:21.082 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:21.083 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:21.083 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:21.083 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@64c84494] +26-03-27 13:07:21.083 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:21.392 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:21.393 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:21.393 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:21.394 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:21.394 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1878832] +26-03-27 13:07:21.394 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:21.705 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:21.705 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:21.706 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:21.706 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:21.706 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@36eac20a] +26-03-27 13:07:21.707 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:22.015 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:22.015 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:22.016 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:22.016 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:22.016 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3163aaca] +26-03-27 13:07:22.016 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:22.325 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:22.325 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:22.326 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:22.326 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:22.326 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@26941f7b] +26-03-27 13:07:22.326 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:22.479 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:22.479 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:07:22.481 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:07:22.482 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:07:22.483 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:07:22.483 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:22.483 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:22.483 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:22.486 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:22.486 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:07:22.487 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:07:22.487 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:22.487 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:07:22.487 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:22.487 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.442Z] +26-03-27 13:07:22.487 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.447795Z] +26-03-27 13:07:22.487 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:22.487 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:22.487 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:07:22.487 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:07:22.487 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:22.487 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:07:22.488 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:07:22.488 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:22.488 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:22.488 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:22.636 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:22.636 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:22.637 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:22.637 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:22.637 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@13ae438a] +26-03-27 13:07:22.637 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:22.947 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:22.947 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:22.948 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:22.948 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:22.948 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@261a8210] +26-03-27 13:07:22.949 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:23.260 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:23.260 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:23.260 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:23.262 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:23.262 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7568067] +26-03-27 13:07:23.262 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:23.572 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:23.573 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:23.573 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:23.574 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:23.574 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5012c030] +26-03-27 13:07:23.574 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:23.880 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:23.880 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:23.882 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:23.883 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:23.883 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@32e5a04e] +26-03-27 13:07:23.883 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:24.191 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:24.191 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:24.192 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:24.192 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:24.193 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@a95d91d] +26-03-27 13:07:24.193 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:24.504 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:24.504 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:24.505 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:24.505 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:24.505 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@828f151] +26-03-27 13:07:24.506 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:24.814 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:24.814 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:24.815 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:24.815 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:24.815 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@709365ea] +26-03-27 13:07:24.815 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:25.124 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:25.124 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:25.125 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:25.125 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:25.125 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4700ea52] +26-03-27 13:07:25.126 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:25.437 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:25.437 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:25.438 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:25.439 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:25.439 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@76ead558] +26-03-27 13:07:25.439 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:25.484 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:25.484 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:07:25.485 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:07:25.486 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:07:25.487 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:07:25.487 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:25.487 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:25.487 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:25.489 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:25.489 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:07:25.490 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:07:25.490 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:25.490 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:07:25.490 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:25.490 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.442Z] +26-03-27 13:07:25.490 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.447795Z] +26-03-27 13:07:25.490 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:25.490 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:25.490 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:07:25.490 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:07:25.490 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:25.490 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:07:25.491 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:07:25.491 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:25.491 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:25.492 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:25.749 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:25.749 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:25.750 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:25.751 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:25.751 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@42754684] +26-03-27 13:07:25.751 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:26.064 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:26.064 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:26.065 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:26.065 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:26.065 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@b49c2a9] +26-03-27 13:07:26.066 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:26.373 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:26.373 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:26.373 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:26.373 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:26.374 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2c6e55c3] +26-03-27 13:07:26.374 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:26.685 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:26.685 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:26.685 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:26.687 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:26.687 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3f1b6657] +26-03-27 13:07:26.687 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:26.994 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:26.995 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:26.995 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:26.996 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:26.996 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@24b83808] +26-03-27 13:07:26.996 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:27.306 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:27.306 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:27.307 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:27.307 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:27.307 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5ad2cf1] +26-03-27 13:07:27.308 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:27.615 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:27.615 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:27.617 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:27.617 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:27.617 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1b35ff1] +26-03-27 13:07:27.618 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:27.927 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:27.928 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:27.928 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:27.929 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:27.929 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@763f1a36] +26-03-27 13:07:27.929 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:28.237 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:28.238 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:28.238 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:28.239 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:28.239 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7aa9f51c] +26-03-27 13:07:28.239 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:28.441 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/users", parameters={} +26-03-27 13:07:28.441 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - PATCH "/api/users/63f161a8-8a5f-4d49-926e-c6d970e5e65d/userStatus", parameters={} +26-03-27 13:07:28.441 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#findAll() +26-03-27 13:07:28.441 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.UserController#updateStatus(UUID, UserStatusUpdateRequest) +26-03-27 13:07:28.442 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 13:07:28.442 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [UserStatusUpdateRequest[newLastActiveAt=2026-03-27T04:07:28.440Z]] +26-03-27 13:07:28.442 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:28.442 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:07:28.442 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:28.442 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:28.442 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.442Z] +26-03-27 13:07:28.442 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.447795Z] +26-03-27 13:07:28.442 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:28.442 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:28.443 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:07:28.443 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:07:28.443 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:28.443 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달선] +26-03-27 13:07:28.443 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:07:28.443 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:28.443 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:28.443 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:28.443 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[UserDto[id=63f161a8-8a5f-4d49-926e-c6d970e5e65d, username=달선, email=dalsun@naver.com, profile=null, (truncated)...] +26-03-27 13:07:28.443 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:28.443 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.442Z] +26-03-27 13:07:28.443 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T04:06:58.447795Z] +26-03-27 13:07:28.444 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:28.444 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 13:07:28.445 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:28.445 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UserStatusDto[id=67e58883-872e-454b-a27b-bfee0a12caed, userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d, (truncated)...] +26-03-27 13:07:28.446 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:28.448 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:28.448 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:28.448 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:07:28.448 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:07:28.448 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:07:28.448 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:07:28.449 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:28.449 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:07:28.449 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:28.449 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.440Z] +26-03-27 13:07:28.449 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.444742Z] +26-03-27 13:07:28.449 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:28.449 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:28.449 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:07:28.449 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:07:28.449 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:28.449 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:07:28.449 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:07:28.449 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:07:28.450 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:28.450 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:28.450 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:07:28.450 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:28.450 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:28.450 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:28.450 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:28.453 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:28.453 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:07:28.454 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:07:28.454 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:28.454 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:07:28.454 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:28.454 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.440Z] +26-03-27 13:07:28.454 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.444742Z] +26-03-27 13:07:28.454 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:28.454 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:28.454 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:07:28.454 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:07:28.454 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:28.454 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:07:28.454 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:07:28.455 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:28.455 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:28.455 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:28.549 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:28.550 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:28.550 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:28.551 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:28.551 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@40a4d15c] +26-03-27 13:07:28.551 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:28.571 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - POST "/actuator/loggers/org.springframework.web", parameters={} +26-03-27 13:07:28.572 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Using @ExceptionHandler com.sprint.mission.discodeit.exception.GlobalExceptionHandler#handleUnknown(Exception) +26-03-27 13:07:28.572 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [*/*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:28.572 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [ErrorResponse[timestamp=2026-03-27T04:07:28.572738900Z, code=INTERNAL_SERVER_ERROR, message=Content- (truncated)...] +26-03-27 13:07:28.573 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content-Type is not supported] +26-03-27 13:07:28.573 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 500 INTERNAL_SERVER_ERROR +26-03-27 13:07:28.859 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:28.860 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:28.860 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:28.861 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:28.861 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2aae9e1e] +26-03-27 13:07:28.861 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:29.171 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:29.171 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:29.171 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:29.172 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:29.172 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@8d3ff72] +26-03-27 13:07:29.172 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:29.479 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:29.480 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:29.480 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:29.481 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:29.481 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@716e0d47] +26-03-27 13:07:29.481 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:29.790 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:29.790 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:29.791 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:29.791 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:29.791 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@47316caa] +26-03-27 13:07:29.791 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:30.105 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:30.105 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:30.106 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:30.106 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:30.106 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3173a290] +26-03-27 13:07:30.106 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:30.413 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:30.413 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:30.414 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:30.415 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:30.415 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7f201459] +26-03-27 13:07:30.415 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:30.720 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:30.720 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:30.721 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:30.721 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:30.721 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3e5dd869] +26-03-27 13:07:30.721 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:31.032 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:31.032 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:31.033 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:31.033 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:31.033 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@c11cdc6] +26-03-27 13:07:31.034 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:31.343 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:31.345 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:31.345 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:31.346 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:31.346 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@d984ba2] +26-03-27 13:07:31.346 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:31.453 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:31.454 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:07:31.454 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:07:31.455 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:07:31.456 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:07:31.456 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:31.456 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:31.457 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:31.461 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:31.461 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:07:31.461 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:07:31.462 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:31.462 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:07:31.462 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:31.462 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.440Z] +26-03-27 13:07:31.462 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.444742Z] +26-03-27 13:07:31.462 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:31.462 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:31.462 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:07:31.462 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:07:31.462 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:31.462 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:07:31.462 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:07:31.463 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:31.463 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:31.463 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:31.657 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:31.657 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:31.658 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:31.658 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:31.658 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3ad83f48] +26-03-27 13:07:31.659 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:31.967 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:31.967 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:31.968 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:31.969 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:31.969 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@63404abb] +26-03-27 13:07:31.969 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:32.277 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:32.277 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:32.278 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:32.279 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:32.279 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@487209d5] +26-03-27 13:07:32.279 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:32.587 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:32.588 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:32.589 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:32.589 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:32.589 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@5e8de956] +26-03-27 13:07:32.589 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:32.899 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:32.899 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:32.900 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:32.900 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:32.900 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@a2aa641] +26-03-27 13:07:32.901 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:33.212 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:33.212 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:33.212 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:33.213 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:33.213 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4c702096] +26-03-27 13:07:33.213 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:33.521 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:33.521 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:33.523 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:33.523 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:33.523 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3c9154f1] +26-03-27 13:07:33.524 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:33.834 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:33.835 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:33.835 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:33.836 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:33.836 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3c6d5a55] +26-03-27 13:07:33.836 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:34.145 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:34.145 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:34.146 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:34.146 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:34.146 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4219286c] +26-03-27 13:07:34.146 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:34.456 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:34.456 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:34.458 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:07:34.458 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:34.458 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:07:34.458 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:34.458 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:34.458 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@6e3fa063] +26-03-27 13:07:34.459 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:07:34.459 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:34.460 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:07:34.460 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:34.460 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:34.461 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:34.462 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:34.462 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:07:34.463 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:07:34.463 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:34.463 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:07:34.463 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:34.463 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.440Z] +26-03-27 13:07:34.463 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.444742Z] +26-03-27 13:07:34.463 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:34.463 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:34.463 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:07:34.463 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:07:34.463 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:34.463 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:07:34.464 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:07:34.464 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:34.464 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:34.464 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:34.769 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:34.769 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:34.770 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:34.770 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:34.770 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7e5107c7] +26-03-27 13:07:34.770 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:35.079 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:35.079 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:35.080 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:35.080 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:35.081 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@10797ac] +26-03-27 13:07:35.081 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:35.391 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:35.391 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:35.392 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:35.393 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:35.393 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@41f68013] +26-03-27 13:07:35.393 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:35.702 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:35.702 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:35.703 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:35.703 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:35.703 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@39534861] +26-03-27 13:07:35.703 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:36.010 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:36.010 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:36.011 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:36.011 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:36.011 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@1c0d26fd] +26-03-27 13:07:36.012 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:36.322 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:36.322 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:36.323 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:36.323 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:36.323 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@19c04856] +26-03-27 13:07:36.324 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:36.632 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:36.632 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:36.634 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:36.635 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:36.635 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@3fb85ba9] +26-03-27 13:07:36.635 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:36.946 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:36.946 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:36.947 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:36.947 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:36.947 [http-nio-8080-exec-8] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@7627a61f] +26-03-27 13:07:36.948 [http-nio-8080-exec-8] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:37.257 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:37.258 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:37.258 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:37.258 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:37.258 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@55247170] +26-03-27 13:07:37.260 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:37.460 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/channels?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:37.460 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ChannelController#findAll(UUID) +26-03-27 13:07:37.461 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:07:37.462 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:07:37.462 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:07:37.463 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:37.463 [http-nio-8080-exec-3] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:37.463 [http-nio-8080-exec-3] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:37.465 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/readStatuses?userId=63f161a8-8a5f-4d49-926e-c6d970e5e65d", parameters={masked} +26-03-27 13:07:37.465 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.ReadStatusController#findAllByUserId(UUID) +26-03-27 13:07:37.466 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:07:37.466 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:37.466 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:07:37.466 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:37.466 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.440Z] +26-03-27 13:07:37.466 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.444742Z] +26-03-27 13:07:37.466 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:37.466 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:37.466 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:07:37.466 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:07:37.466 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:37.466 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:07:37.466 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:07:37.467 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:37.467 [http-nio-8080-exec-2] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [[]] +26-03-27 13:07:37.467 [http-nio-8080-exec-2] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:37.568 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:37.569 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:37.570 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:37.570 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:37.570 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@24d3611] +26-03-27 13:07:37.570 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:37.880 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:37.880 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:37.881 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:37.881 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:37.881 [http-nio-8080-exec-4] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@69393157] +26-03-27 13:07:37.882 [http-nio-8080-exec-4] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:38.192 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:38.192 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:38.193 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:38.193 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:38.194 [http-nio-8080-exec-5] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@365b67c8] +26-03-27 13:07:38.194 [http-nio-8080-exec-5] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:38.507 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:38.507 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:38.508 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:38.508 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:38.508 [http-nio-8080-exec-6] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@2888770d] +26-03-27 13:07:38.508 [http-nio-8080-exec-6] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:38.820 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:38.821 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:38.821 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:38.822 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:38.822 [http-nio-8080-exec-7] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@569789fc] +26-03-27 13:07:38.823 [http-nio-8080-exec-7] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:39.133 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/messages?channelId=248a9a3d-3d2f-4bdb-9f95-a00e8f4b2b07&size=50&sort=createdAt,desc", parameters={masked} +26-03-27 13:07:39.133 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.sprint.mission.discodeit.controller.MessageController#getMessages(UUID, Instant, Pageable) +26-03-27 13:07:39.134 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:39.134 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/yaml] +26-03-27 13:07:39.134 [http-nio-8080-exec-9] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [com.sprint.mission.discodeit.dto.response.PageResponse@4eb59c2f] +26-03-27 13:07:39.134 [http-nio-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK +26-03-27 13:07:39.385 [http-nio-8080-exec-10] DEBUG o.s.web.servlet.DispatcherServlet - POST "/actuator/loggers/org.springframework.web", parameters={} +26-03-27 13:07:39.387 [http-nio-8080-exec-10] DEBUG o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor - Read "application/json;charset=UTF-8" to [{configuredLevel=INFO}] +26-03-27 13:07:39.444 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:39.751 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:40.062 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:40.376 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:40.453 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:07:40.454 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:07:40.455 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:07:40.458 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:07:40.459 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:40.459 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:07:40.459 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:40.459 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.440Z] +26-03-27 13:07:40.459 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.444742Z] +26-03-27 13:07:40.459 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:40.459 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:40.459 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:07:40.459 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:07:40.459 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:40.459 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:07:40.459 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:07:40.688 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:40.998 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:41.310 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:41.621 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:41.931 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:42.244 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:42.555 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:42.867 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:43.173 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:43.455 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:07:43.456 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:07:43.457 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:07:43.462 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:07:43.462 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:43.462 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:07:43.462 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:43.462 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.440Z] +26-03-27 13:07:43.462 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.444742Z] +26-03-27 13:07:43.462 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:43.462 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:43.462 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:07:43.462 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:07:43.462 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:43.462 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:07:43.464 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:07:43.485 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:43.798 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:44.110 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:44.423 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:44.733 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:45.042 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:45.353 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:45.663 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:45.975 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:46.283 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:46.455 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:07:46.456 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:07:46.456 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:07:46.460 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:07:46.461 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:46.461 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:07:46.461 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:46.461 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.440Z] +26-03-27 13:07:46.461 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.444742Z] +26-03-27 13:07:46.461 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:46.461 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:46.461 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:07:46.461 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:07:46.461 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:46.461 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:07:46.461 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:07:46.595 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:46.909 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:47.217 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:47.528 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:47.841 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:48.154 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:48.462 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:48.775 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:49.084 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:49.394 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:49.456 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:07:49.458 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:07:49.459 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:07:49.462 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:07:49.462 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:49.462 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:07:49.462 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:49.462 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.440Z] +26-03-27 13:07:49.462 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.444742Z] +26-03-27 13:07:49.462 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:49.462 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:49.463 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:07:49.463 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:07:49.463 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:49.463 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:07:49.463 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:07:49.706 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:50.016 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:50.329 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:50.640 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:50.951 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:51.260 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:51.571 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:51.883 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:52.194 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:52.462 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:07:52.464 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:07:52.465 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:07:52.468 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:07:52.468 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:52.468 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:07:52.468 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:52.468 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.440Z] +26-03-27 13:07:52.468 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.444742Z] +26-03-27 13:07:52.468 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:52.468 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:52.468 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:07:52.468 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:07:52.468 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:52.468 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:07:52.470 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:07:52.507 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:52.820 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:53.131 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:53.442 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:53.754 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:54.065 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:54.377 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:54.686 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:54.998 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:55.310 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:55.463 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:07:55.464 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:07:55.465 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:07:55.468 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:07:55.468 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:55.468 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:07:55.469 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:55.469 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.440Z] +26-03-27 13:07:55.469 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.444742Z] +26-03-27 13:07:55.469 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:55.469 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:55.469 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:07:55.469 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:07:55.469 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:55.469 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:07:55.469 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:07:55.619 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:55.929 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:56.238 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:56.551 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:56.863 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:57.175 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:57.487 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:57.796 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:58.107 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:58.418 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:58.450 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:07:58.450 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:07:58.450 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:07:58.451 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:58.451 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:58.451 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:58.451 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.440Z] +26-03-27 13:07:58.451 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T04:07:28.444742Z] +26-03-27 13:07:58.451 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:07:58.451 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 13:07:58.454 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:07:58.455 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:07:58.455 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:07:58.455 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:07:58.455 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:07:58.448Z] +26-03-27 13:07:58.455 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:07:58.451677Z] +26-03-27 13:07:58.455 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:07:58.455 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:58.455 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:07:58.455 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:07:58.455 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:07:58.455 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:07:58.455 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:07:58.730 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:59.040 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:59.353 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:59.665 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:07:59.977 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:08:00.286 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:08:00.596 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:08:00.908 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:08:01.218 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:08:01.451 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:08:01.452 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:08:01.453 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:08:01.456 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:08:01.456 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:08:01.456 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:08:01.456 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:08:01.456 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:07:58.448Z] +26-03-27 13:08:01.456 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:07:58.451677Z] +26-03-27 13:08:01.456 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:08:01.457 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:08:01.457 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:08:01.457 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:08:01.457 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:08:01.457 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:08:01.457 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:08:01.529 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:08:01.842 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:08:02.155 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:08:02.466 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:08:02.778 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:08:03.090 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:08:03.400 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:08:03.712 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:08:04.024 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:08:04.334 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:08:04.458 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:08:04.459 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:08:04.460 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:08:04.464 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:08:04.464 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:08:04.464 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:08:04.464 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:08:04.464 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:07:58.448Z] +26-03-27 13:08:04.464 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:07:58.451677Z] +26-03-27 13:08:04.464 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:08:04.464 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:08:04.464 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:08:04.464 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:08:04.464 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:08:04.464 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:08:04.464 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:08:04.644 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:08:04.959 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:08:05.269 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:08:07.454 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:08:07.454 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:08:07.454 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:08:07.454 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:07:58.448Z] +26-03-27 13:08:07.454 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:07:58.451677Z] +26-03-27 13:08:07.454 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:08:07.454 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:08:07.454 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:08:07.454 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:08:07.454 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:08:07.454 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:08:10.454 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:08:10.454 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:08:10.454 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:08:10.454 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:07:58.448Z] +26-03-27 13:08:10.454 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:07:58.451677Z] +26-03-27 13:08:10.454 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:08:10.454 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:08:10.454 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:08:10.454 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:08:10.454 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:08:10.454 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:08:13.464 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:08:13.464 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:08:13.464 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:08:13.464 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:07:58.448Z] +26-03-27 13:08:13.464 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:07:58.451677Z] +26-03-27 13:08:13.464 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:08:13.464 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:08:13.464 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:08:13.464 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:08:13.464 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:08:13.465 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달선] +26-03-27 13:08:15.551 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:08:15.551 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:08:15.551 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:08:15.551 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T04:07:58.448Z] +26-03-27 13:08:15.551 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T04:07:58.451677Z] +26-03-27 13:08:31.797 [http-nio-8080-exec-6] INFO c.s.m.d.controller.UserController - 사용자 등록 요청: username=달룡, email=dalyong@naver.com +26-03-27 13:08:31.798 [http-nio-8080-exec-6] INFO c.s.m.d.s.basic.BasicUserService - 사용자 생성 시작: username=달룡, email=dalyong@naver.com +26-03-27 13:08:31.800 [http-nio-8080-exec-6] INFO c.s.m.d.s.basic.BasicUserService - 사용자 생성 완료: username=달룡, email=dalyong@naver.com +26-03-27 13:08:31.801 [http-nio-8080-exec-6] INFO c.s.m.d.controller.UserController - 사용자 등록 완료: username=달룡, email=dalyong@naver.com +26-03-27 13:08:31.807 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:08:31.807 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:08:31.807 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:31.807 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.799731Z] +26-03-27 13:08:31.807 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:31.807 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:08:31.808 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:08:31.808 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:31.808 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.799731Z] +26-03-27 13:08:31.808 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T04:08:15.548Z] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T04:08:15.551257Z] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달선] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.804Z] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.808689Z] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:31.813 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달룡] +26-03-27 13:08:31.821 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:08:31.821 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:08:31.821 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:08:31.821 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:31.821 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.804Z] +26-03-27 13:08:31.821 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:08:31.821 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.808689Z] +26-03-27 13:08:31.821 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:08:31.821 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:08:31.821 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:08:31.821 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T04:08:15.548Z] +26-03-27 13:08:31.821 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T04:08:15.551257Z] +26-03-27 13:08:31.821 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:31.821 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:08:31.821 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:08:31.821 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:08:31.821 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:31.821 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:08:31.821 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:08:31.821 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:08:31.821 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:08:31.821 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:08:31.822 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달선] +26-03-27 13:08:31.822 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:08:31.822 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:08:31.822 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:08:31.822 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:31.822 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.804Z] +26-03-27 13:08:31.822 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.808689Z] +26-03-27 13:08:31.822 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:08:31.822 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:31.822 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:08:31.822 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:08:31.822 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:31.822 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달룡] +26-03-27 13:08:31.827 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:08:31.827 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:08:31.827 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:31.827 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.804Z] +26-03-27 13:08:31.827 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.808689Z] +26-03-27 13:08:31.827 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:08:31.827 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:31.827 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:08:31.827 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:08:31.827 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:31.827 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:08:31.829 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:08:31.829 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:08:31.829 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:31.829 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.804Z] +26-03-27 13:08:31.829 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.808689Z] +26-03-27 13:08:31.829 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:08:31.829 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:31.829 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:08:31.829 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:08:31.829 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:31.829 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:08:31.832 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:08:31.832 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:08:31.832 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:31.832 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.804Z] +26-03-27 13:08:31.832 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.808689Z] +26-03-27 13:08:31.832 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:08:31.832 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:31.833 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:08:31.833 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:08:31.833 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:31.833 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:08:34.835 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:08:34.835 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:08:34.835 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:34.835 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.804Z] +26-03-27 13:08:34.835 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.808689Z] +26-03-27 13:08:34.835 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:08:34.835 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:34.835 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:08:34.835 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:08:34.835 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:34.835 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:08:37.836 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:08:37.836 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:08:37.836 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:37.836 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.804Z] +26-03-27 13:08:37.836 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.808689Z] +26-03-27 13:08:37.836 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:08:37.836 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:37.836 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:08:37.836 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:08:37.836 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:37.836 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:08:40.837 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:08:40.837 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:08:40.837 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:40.837 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.804Z] +26-03-27 13:08:40.837 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.808689Z] +26-03-27 13:08:40.837 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:08:40.837 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:40.837 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:08:40.837 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:08:40.837 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:40.837 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:08:43.837 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:08:43.837 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:08:43.837 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:43.837 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.804Z] +26-03-27 13:08:43.837 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.808689Z] +26-03-27 13:08:43.837 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:08:43.838 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:43.838 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:08:43.838 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:08:43.838 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:43.838 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:08:46.841 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:08:46.841 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:08:46.841 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:46.841 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.804Z] +26-03-27 13:08:46.841 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.808689Z] +26-03-27 13:08:46.841 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:08:46.841 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:46.841 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:08:46.841 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:08:46.841 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:46.841 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:08:49.834 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:08:49.834 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:08:49.834 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:49.834 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.804Z] +26-03-27 13:08:49.834 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.808689Z] +26-03-27 13:08:49.835 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:08:49.835 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:49.835 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:08:49.835 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:08:49.835 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:49.835 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:08:52.840 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:08:52.840 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:08:52.840 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:52.840 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.804Z] +26-03-27 13:08:52.840 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.808689Z] +26-03-27 13:08:52.840 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:08:52.840 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:52.840 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:08:52.840 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:08:52.840 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:52.840 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:08:55.843 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:08:55.843 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:08:55.843 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:55.843 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.804Z] +26-03-27 13:08:55.843 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.808689Z] +26-03-27 13:08:55.843 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:08:55.843 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:55.843 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:08:55.843 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:08:55.843 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:55.843 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:08:58.845 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:08:58.845 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:08:58.845 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:58.845 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.804Z] +26-03-27 13:08:58.845 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.808689Z] +26-03-27 13:08:58.845 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:08:58.845 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:58.845 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:08:58.845 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:08:58.845 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:08:58.845 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:09:01.819 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:09:01.819 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:09:01.819 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:01.819 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.804Z] +26-03-27 13:09:01.819 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.808689Z] +26-03-27 13:09:01.838 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:09:01.839 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:09:01.839 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:01.839 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.816Z] +26-03-27 13:09:01.839 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.819746Z] +26-03-27 13:09:01.839 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:09:01.839 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:01.839 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:09:01.839 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:09:01.839 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:01.839 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:09:04.841 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:09:04.841 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:09:04.841 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:04.841 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.816Z] +26-03-27 13:09:04.841 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.819746Z] +26-03-27 13:09:04.841 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:09:04.841 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:04.841 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:09:04.841 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:09:04.841 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:04.841 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:09:07.841 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:09:07.841 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:09:07.841 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:07.841 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.816Z] +26-03-27 13:09:07.841 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.819746Z] +26-03-27 13:09:07.841 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:09:07.841 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:07.841 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:09:07.841 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:09:07.841 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:07.841 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:09:10.842 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:09:10.842 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:09:10.842 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:10.842 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.816Z] +26-03-27 13:09:10.842 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.819746Z] +26-03-27 13:09:10.842 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:09:10.842 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:10.842 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:09:10.842 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:09:10.842 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:10.842 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:09:13.837 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:09:13.837 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:09:13.837 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:13.837 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.816Z] +26-03-27 13:09:13.837 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.819746Z] +26-03-27 13:09:13.837 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:09:13.837 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:13.837 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:09:13.839 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:09:13.839 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:13.839 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:09:16.842 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:09:16.842 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:09:16.842 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:16.842 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.816Z] +26-03-27 13:09:16.842 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.819746Z] +26-03-27 13:09:16.842 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:09:16.842 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:16.842 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:09:16.842 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:09:16.842 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:16.842 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:09:19.839 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:09:19.839 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:09:19.839 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:19.839 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.816Z] +26-03-27 13:09:19.839 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.819746Z] +26-03-27 13:09:19.841 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:09:19.841 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:19.841 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:09:19.841 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:09:19.841 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:19.841 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:09:22.846 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:09:22.846 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:09:22.846 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:22.846 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.816Z] +26-03-27 13:09:22.846 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.819746Z] +26-03-27 13:09:22.846 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:09:22.846 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:22.846 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:09:22.846 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:09:22.846 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:22.846 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:09:25.836 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:09:25.836 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:09:25.837 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:25.837 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.816Z] +26-03-27 13:09:25.837 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.819746Z] +26-03-27 13:09:25.837 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:09:25.837 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:25.837 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:09:25.837 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:09:25.837 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:25.837 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:09:28.842 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:09:28.842 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:09:28.842 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:28.842 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.816Z] +26-03-27 13:09:28.842 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.819746Z] +26-03-27 13:09:28.842 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:09:28.842 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:28.842 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:09:28.842 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:09:28.842 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:28.842 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:09:31.819 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:09:31.819 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:09:31.819 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:09:31.819 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:09:31.819 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T04:08:15.548Z] +26-03-27 13:09:31.819 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T04:08:15.551257Z] +26-03-27 13:09:31.819 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:09:31.819 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:09:31.819 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:09:31.819 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:09:31.819 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:09:31.819 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달선] +26-03-27 13:09:31.819 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:09:31.819 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:09:31.819 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:09:31.819 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:31.819 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.816Z] +26-03-27 13:09:31.819 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.819746Z] +26-03-27 13:09:31.819 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:09:31.819 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:31.819 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:09:31.819 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:09:31.819 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:31.820 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달룡] +26-03-27 13:09:31.820 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:09:31.820 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:09:31.820 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:31.820 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.816Z] +26-03-27 13:09:31.820 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T04:09:01.819746Z] +26-03-27 13:09:31.824 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:09:31.824 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:09:31.824 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:31.824 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:09:31.817Z] +26-03-27 13:09:31.824 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:09:31.821798Z] +26-03-27 13:09:31.824 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:09:31.824 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:31.824 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:09:31.824 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:09:31.824 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:31.824 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:09:31.828 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:09:31.828 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:09:31.828 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:31.828 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:09:31.817Z] +26-03-27 13:09:31.828 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:09:31.821798Z] +26-03-27 13:09:31.828 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:09:31.828 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:31.828 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:09:31.828 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:09:31.828 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:31.828 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:09:34.845 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:09:34.846 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:09:34.846 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:34.846 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:09:31.817Z] +26-03-27 13:09:34.846 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:09:31.821798Z] +26-03-27 13:09:34.846 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:09:34.846 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:34.846 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:09:34.846 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:09:34.846 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:34.846 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:09:37.834 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:09:37.834 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:09:37.834 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:37.834 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:09:31.817Z] +26-03-27 13:09:37.834 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:09:31.821798Z] +26-03-27 13:09:37.834 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:09:37.834 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:37.834 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:09:37.834 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:09:37.834 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:37.834 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:09:40.830 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:09:40.830 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:09:40.830 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:40.830 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:09:31.817Z] +26-03-27 13:09:40.830 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:09:31.821798Z] +26-03-27 13:09:40.830 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:09:40.830 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:40.830 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:09:40.830 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:09:40.830 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:40.830 [http-nio-8080-exec-1] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:09:42.451 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:09:42.451 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:09:42.451 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:09:42.451 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T04:09:31.817Z] +26-03-27 13:09:42.452 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T04:09:31.821798Z] +26-03-27 13:10:52.315 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:10:52.315 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:10:52.317 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:10:52.317 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:10:52.317 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.317 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T04:09:42.448Z] +26-03-27 13:10:52.317 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T04:09:42.452690Z] +26-03-27 13:10:52.317 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.317 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:10:52.317 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:10:52.317 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.317 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:VARCHAR) -> [달룡] +26-03-27 13:10:52.318 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T04:08:15.548Z] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T04:08:15.551257Z] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달선] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.318802Z] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.318802Z] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.323 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달룡] +26-03-27 13:10:52.329 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:10:52.329 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:10:52.329 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.329 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.318802Z] +26-03-27 13:10:52.329 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.318802Z] +26-03-27 13:10:52.329 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:10:52.329 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.329 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:10:52.330 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:10:52.330 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.330 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:10:52.331 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:10:52.331 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:10:52.331 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:10:52.331 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:10:52.331 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T04:08:15.548Z] +26-03-27 13:10:52.331 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T04:08:15.551257Z] +26-03-27 13:10:52.331 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:10:52.331 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:10:52.331 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:10:52.331 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:10:52.331 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:10:52.331 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:10:52.331 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:10:52.331 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:10:52.331 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.331 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.331 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.318802Z] +26-03-27 13:10:52.331 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.318802Z] +26-03-27 13:10:52.331 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:10:52.331 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.318802Z] +26-03-27 13:10:52.331 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.318802Z] +26-03-27 13:10:52.331 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달선] +26-03-27 13:10:52.331 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:10:52.331 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:10:52.331 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:10:52.332 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.332 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.318802Z] +26-03-27 13:10:52.332 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.318802Z] +26-03-27 13:10:52.332 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:10:52.332 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.332 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:10:52.332 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:10:52.332 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.332 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달룡] +26-03-27 13:10:52.338 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:10:52.338 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:10:52.338 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.338 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.326Z] +26-03-27 13:10:52.338 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.332678Z] +26-03-27 13:10:52.338 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:10:52.338 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.338 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:10:52.338 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:10:52.338 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.338 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [67e58883-872e-454b-a27b-bfee0a12caed] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.402132Z] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T04:08:15.548Z] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T04:08:15.551257Z] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [63f161a8-8a5f-4d49-926e-c6d970e5e65d] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalsun@naver.com] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekftjsekftjs] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T04:06:28.387256Z] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달선] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.326Z] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (13:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.332678Z] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (14:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:10:52.340 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.340 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:10:52.340 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.340 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.326Z] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:10:52.340 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.332678Z] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (15:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.340 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:10:52.340 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (16:VARCHAR) -> [달룡] +26-03-27 13:10:52.340 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.340 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:10:52.340 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:10:52.340 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.340 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:10:52.345 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:10:52.345 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:10:52.345 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.346 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.326Z] +26-03-27 13:10:52.346 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.332678Z] +26-03-27 13:10:52.346 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:10:52.346 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.346 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:10:52.346 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:10:52.346 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.346 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:10:52.347 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:10:52.347 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:10:52.347 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.347 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.326Z] +26-03-27 13:10:52.347 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.332678Z] +26-03-27 13:10:52.347 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:10:52.347 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.347 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:10:52.347 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:10:52.347 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.347 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:10:52.349 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:10:52.349 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:10:52.349 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.349 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.326Z] +26-03-27 13:10:52.349 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.332678Z] +26-03-27 13:10:52.349 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:10:52.349 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.349 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:10:52.349 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:10:52.349 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:52.349 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:10:55.362 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:10:55.362 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:10:55.362 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:55.362 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.326Z] +26-03-27 13:10:55.362 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.332678Z] +26-03-27 13:10:55.362 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:10:55.362 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:55.362 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:10:55.362 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:10:55.362 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:55.363 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:10:58.361 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:10:58.361 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:10:58.361 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:58.361 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.326Z] +26-03-27 13:10:58.361 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.332678Z] +26-03-27 13:10:58.361 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:10:58.361 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:58.361 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:10:58.361 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:10:58.361 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:10:58.361 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:11:01.349 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:11:01.349 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:11:01.349 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:01.349 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.326Z] +26-03-27 13:11:01.349 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.332678Z] +26-03-27 13:11:01.349 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:11:01.349 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:01.350 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:11:01.350 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:11:01.350 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:01.350 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:11:04.363 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:11:04.363 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:11:04.363 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:04.363 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.326Z] +26-03-27 13:11:04.363 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.332678Z] +26-03-27 13:11:04.363 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:11:04.363 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:04.363 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:11:04.363 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:11:04.363 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:04.363 [http-nio-8080-exec-6] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:11:07.358 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:11:07.358 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:11:07.358 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:07.358 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.326Z] +26-03-27 13:11:07.358 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.332678Z] +26-03-27 13:11:07.358 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:11:07.358 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:07.358 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:11:07.358 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:11:07.358 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:07.358 [http-nio-8080-exec-7] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:11:10.354 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:11:10.354 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:11:10.354 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:10.354 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.326Z] +26-03-27 13:11:10.354 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.332678Z] +26-03-27 13:11:10.354 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:11:10.354 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:10.354 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:11:10.354 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:11:10.354 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:10.354 [http-nio-8080-exec-2] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:11:13.363 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:11:13.363 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:11:13.363 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:13.363 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.326Z] +26-03-27 13:11:13.363 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.332678Z] +26-03-27 13:11:13.363 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:11:13.363 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:13.363 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:11:13.363 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:11:13.363 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:13.363 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:11:16.362 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:11:16.362 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:11:16.362 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:16.362 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.326Z] +26-03-27 13:11:16.362 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.332678Z] +26-03-27 13:11:16.362 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:11:16.362 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:16.362 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:11:16.362 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:11:16.362 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:16.363 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:11:19.351 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:11:19.351 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:11:19.351 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:19.351 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.326Z] +26-03-27 13:11:19.351 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.332678Z] +26-03-27 13:11:19.351 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:11:19.351 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:19.351 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:11:19.351 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:11:19.351 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:19.351 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:11:22.332 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:11:22.332 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:11:22.332 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:22.332 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.326Z] +26-03-27 13:11:22.332 [http-nio-8080-exec-5] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T04:10:52.332678Z] +26-03-27 13:11:22.351 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:11:22.351 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:11:22.351 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:22.351 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:11:22.330Z] +26-03-27 13:11:22.351 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:11:22.333021Z] +26-03-27 13:11:22.351 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:11:22.351 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:22.351 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:11:22.351 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:11:22.351 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:22.351 [http-nio-8080-exec-3] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:11:25.356 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:11:25.356 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:11:25.356 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:25.356 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:11:22.330Z] +26-03-27 13:11:25.356 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:11:22.333021Z] +26-03-27 13:11:25.356 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:11:25.356 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:25.356 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:11:25.356 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:11:25.356 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:25.356 [http-nio-8080-exec-9] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:11:28.360 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:11:28.360 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:11:28.360 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:28.360 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:11:22.330Z] +26-03-27 13:11:28.360 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:11:22.333021Z] +26-03-27 13:11:28.360 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:11:28.360 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:28.360 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:11:28.360 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:11:28.360 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:28.360 [http-nio-8080-exec-10] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:11:31.358 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:11:31.358 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:11:31.358 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:31.358 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:11:22.330Z] +26-03-27 13:11:31.358 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:11:22.333021Z] +26-03-27 13:11:31.358 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:11:31.358 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:31.358 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:11:31.358 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:11:31.358 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:31.358 [http-nio-8080-exec-8] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:11:34.351 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (6:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:11:34.351 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [null] +26-03-27 13:11:34.351 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (7:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:34.351 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (8:TIMESTAMP_UTC) -> [2026-03-27T04:11:22.330Z] +26-03-27 13:11:34.351 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (9:TIMESTAMP_UTC) -> [2026-03-27T04:11:22.333021Z] +26-03-27 13:11:34.351 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (10:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:11:34.351 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:34.351 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:VARCHAR) -> [dalyong@naver.com] +26-03-27 13:11:34.351 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:VARCHAR) -> [ekffydekffyd] +26-03-27 13:11:34.351 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (11:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:34.352 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (12:VARCHAR) -> [달룡] +26-03-27 13:11:36.965 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (1:UUID) -> [5823c500-e68c-4488-82d3-8a6afa612433] +26-03-27 13:11:36.965 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (5:UUID) -> [f67a061a-9b38-45f4-8bb0-31511b9e21cf] +26-03-27 13:11:36.965 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (2:TIMESTAMP_UTC) -> [2026-03-27T04:08:31.800735Z] +26-03-27 13:11:36.965 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (3:TIMESTAMP_UTC) -> [2026-03-27T04:11:22.330Z] +26-03-27 13:11:36.965 [http-nio-8080-exec-4] TRACE org.hibernate.orm.jdbc.extract - extracted value (4:TIMESTAMP_UTC) -> [2026-03-27T04:11:22.333021Z] +26-03-27 13:15:28.845 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final +26-03-27 13:15:28.897 [main] INFO c.s.m.discodeit.DiscodeitApplication - Starting DiscodeitApplication using Java 17.0.18 with PID 58328 (C:\codeit\10-sprint-mission\build\classes\java\main started by user in C:\codeit\10-sprint-mission) +26-03-27 13:15:28.897 [main] DEBUG c.s.m.discodeit.DiscodeitApplication - Running with Spring Boot v3.5.10, Spring v6.2.15 +26-03-27 13:15:28.898 [main] INFO c.s.m.discodeit.DiscodeitApplication - The following 1 profile is active: "dev" +26-03-27 13:15:29.937 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +26-03-27 13:15:30.022 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 72 ms. Found 6 JPA repository interfaces. +26-03-27 13:15:30.575 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http) +26-03-27 13:15:30.584 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +26-03-27 13:15:30.587 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +26-03-27 13:15:30.587 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.50] +26-03-27 13:15:30.654 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +26-03-27 13:15:30.655 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1715 ms +26-03-27 13:15:30.805 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +26-03-27 13:15:30.977 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:test-practice user=SA +26-03-27 13:15:30.979 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +26-03-27 13:15:31.089 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] +26-03-27 13:15:31.140 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.6.41.Final +26-03-27 13:15:31.173 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled +26-03-27 13:15:31.466 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer +26-03-27 13:15:31.546 [main] INFO o.hibernate.orm.connections.pooling - HHH10001005: Database info: + Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] + Database driver: undefined/unknown + Database version: 2.3.232 + Autocommit mode: undefined/unknown + Isolation level: undefined/unknown + Minimum pool size: undefined/unknown + Maximum pool size: undefined/unknown +26-03-27 13:15:32.445 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +26-03-27 13:15:32.479 [main] DEBUG org.hibernate.SQL - + alter table if exists binary_contents + alter column content_type set data type varchar(255) +26-03-27 13:15:32.481 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column description set data type varchar(255) +26-03-27 13:15:32.494 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column name set data type varchar(255) +26-03-27 13:15:32.495 [main] DEBUG org.hibernate.SQL - + alter table if exists messages + alter column content set data type varchar(255) +26-03-27 13:15:32.499 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column email set data type varchar(255) +26-03-27 13:15:32.499 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column password set data type varchar(255) +26-03-27 13:15:32.500 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column username set data type varchar(255) +26-03-27 13:15:32.503 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + drop constraint if exists UKqttel343c4eq691kcxipoixr7 +26-03-27 13:15:32.504 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + add constraint UKqttel343c4eq691kcxipoixr7 unique (user_id, channel_id) +26-03-27 13:15:32.513 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' +26-03-27 13:15:32.721 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. +26-03-27 13:15:33.117 [main] INFO c.s.m.d.s.LocalBinaryContentStorage - 로컬 파일 저장소 초기화 완료: path=C:\codeit\10-sprint-mission\.\storage +26-03-27 13:15:33.445 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html] +26-03-27 13:15:33.904 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 4 endpoints beneath base path '/actuator' +26-03-27 13:15:33.958 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +26-03-27 13:15:33.981 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8080 (http) with context path '/' +26-03-27 13:15:33.994 [main] INFO c.s.m.discodeit.DiscodeitApplication - Started DiscodeitApplication in 5.625 seconds (process running for 5.94) +26-03-27 13:15:34.027 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /v3/api-docs endpoint is enabled by default. To disable it in production, set the property 'springdoc.api-docs.enabled=false' +26-03-27 13:15:34.028 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /swagger-ui.html endpoint is enabled by default. To disable it in production, set the property 'springdoc.swagger-ui.enabled=false' +26-03-27 13:15:47.013 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +26-03-27 13:15:47.014 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +26-03-27 13:15:47.015 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +26-03-27 13:15:47.170 [http-nio-8080-exec-1] INFO c.s.m.d.controller.UserController - 사용자 등록 요청: username=달선, email=dalsun@naver.com +26-03-27 13:15:47.177 [http-nio-8080-exec-1] INFO c.s.m.d.s.basic.BasicUserService - 사용자 생성 시작: username=달선, email=dalsun@naver.com +26-03-27 13:15:47.248 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.username=? +26-03-27 13:15:47.276 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.email=? +26-03-27 13:15:47.322 [http-nio-8080-exec-1] INFO c.s.m.d.s.basic.BasicUserService - 사용자 생성 완료: username=달선, email=dalsun@naver.com +26-03-27 13:15:47.338 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + insert + into + users + (created_at, email, password, profile_id, updated_at, username, id) + values + (?, ?, ?, ?, ?, ?, ?) +26-03-27 13:15:47.348 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + insert + into + user_statuses + (created_at, last_active_at, updated_at, user_id, id) + values + (?, ?, ?, ?, ?) +26-03-27 13:15:47.350 [http-nio-8080-exec-1] INFO c.s.m.d.controller.UserController - 사용자 등록 완료: username=달선, email=dalsun@naver.com +26-03-27 13:15:47.392 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:15:47.392 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:15:47.406 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 13:15:47.406 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 13:15:47.420 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 13:15:47.436 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 13:15:47.443 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:15:47.445 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:15:47.447 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:47.448 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:15:47.448 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:15:47.452 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:15:47.454 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:15:47.454 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:15:47.460 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:47.462 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:15:47.464 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:15:47.464 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:15:47.465 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:15:47.465 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:15:47.469 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:15:47.470 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:15:47.778 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:48.091 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:48.402 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:48.713 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:49.022 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:49.335 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:49.646 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:49.955 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:50.267 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:50.451 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:15:50.453 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:15:50.454 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:15:50.459 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:15:50.460 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:15:50.575 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:50.886 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:51.197 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:51.509 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:51.821 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:52.132 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:52.441 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:52.755 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:53.068 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:53.379 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:53.454 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:15:53.455 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:15:53.456 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:15:53.460 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:15:53.461 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:15:53.688 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:54.002 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:54.309 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:54.621 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:54.930 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:55.241 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:55.553 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:55.865 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:56.176 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:56.457 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:15:56.458 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:15:56.461 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:15:56.464 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:15:56.465 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:15:56.488 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:56.797 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:57.109 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:57.420 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:57.730 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:58.045 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:58.355 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:58.666 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:58.978 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:59.289 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:59.445 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:15:59.446 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:15:59.448 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:15:59.452 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:15:59.453 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:15:59.600 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:15:59.913 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:00.225 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:00.533 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:00.846 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:01.156 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:01.468 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:01.779 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:02.089 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:02.399 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:02.446 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:16:02.447 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:16:02.448 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:16:02.451 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:16:02.452 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:16:02.711 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:03.019 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:03.328 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:03.640 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:03.952 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:04.265 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:04.576 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:04.885 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:05.197 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:05.444 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:16:05.444 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:16:05.446 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:16:05.450 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:16:05.452 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:16:05.507 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:05.820 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:06.132 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:06.443 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:06.753 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:07.067 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:07.375 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:07.690 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:07.999 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:08.315 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:08.453 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:16:08.454 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:16:08.455 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:16:08.460 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:16:08.460 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:16:08.623 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:08.932 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:09.246 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:09.556 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:09.866 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:10.176 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:10.486 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:10.796 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:11.109 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:11.421 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:11.451 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:16:11.452 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:16:11.453 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:16:11.456 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:16:11.457 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:16:11.732 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:12.045 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:12.353 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:12.665 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:12.975 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:13.286 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:13.597 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:13.910 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:14.220 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:14.458 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:16:14.459 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:16:14.460 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:16:14.464 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:16:14.465 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:16:14.537 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:14.844 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:15.154 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:15.465 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:15.777 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:16.091 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:16.401 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:16.711 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:17.024 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:17.335 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:17.398 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:16:17.400 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 13:16:17.466 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:16:17.467 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:16:17.468 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:16:17.473 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:16:17.474 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:16:17.644 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:17.952 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:18.261 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:18.570 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:18.881 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:19.193 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:19.504 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:19.816 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:20.127 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:20.439 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:20.445 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:16:20.446 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:16:20.447 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:16:20.451 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:16:20.452 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:16:20.753 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:21.064 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:21.375 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:21.689 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:21.996 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:22.309 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:22.620 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:22.931 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:23.241 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:23.442 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:16:23.444 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:16:23.444 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:16:23.449 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:16:23.450 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:16:23.552 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:23.863 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:24.176 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:24.485 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:24.796 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:25.109 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:25.420 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:25.742 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:26.061 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:26.373 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:26.450 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:16:26.451 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:16:26.452 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:16:26.459 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:16:26.460 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:16:26.694 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:27.009 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:27.318 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:27.632 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:27.943 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:28.255 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:28.564 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:28.877 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:29.187 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:29.454 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:16:29.455 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:16:29.456 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:16:29.459 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:16:29.460 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:16:29.501 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:29.808 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:30.120 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:30.432 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:30.756 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:31.070 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:31.381 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:31.690 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:32.001 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:32.315 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:32.457 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:16:32.458 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:16:32.459 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:16:32.464 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:16:32.465 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:16:32.629 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:32.935 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:33.263 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:33.574 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:33.887 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:34.197 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:34.510 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:34.823 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:35.134 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:35.443 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:16:35.443 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:35.445 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:16:35.447 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:16:35.450 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:16:35.451 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:16:35.763 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:36.084 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:36.394 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:36.707 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:37.020 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:37.331 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:37.643 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:37.953 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:38.264 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:38.451 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:16:38.453 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:16:38.454 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:16:38.458 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:16:38.459 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:16:38.578 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:38.886 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:39.195 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:39.521 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:39.833 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:40.178 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:40.490 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:40.799 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:41.109 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:41.423 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:41.453 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:16:41.454 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:16:41.455 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:16:41.458 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:16:41.459 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:16:41.733 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:42.044 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:42.355 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:42.667 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:42.980 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:43.289 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:43.601 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:43.912 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:44.224 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:44.457 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:16:44.458 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:16:44.458 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:16:44.461 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:16:44.463 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:16:44.536 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:44.846 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:45.157 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:45.468 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:45.781 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:46.093 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:46.405 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:46.714 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:47.027 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:47.336 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:47.396 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 13:16:47.397 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:16:47.399 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 13:16:47.403 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:16:47.404 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:16:47.404 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:16:47.405 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:16:47.405 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:16:47.410 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:16:47.411 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:16:47.647 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:47.959 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:48.270 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:48.580 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:48.891 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:49.204 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:49.513 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:49.826 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:50.137 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:50.414 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:16:50.415 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:16:50.416 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:16:50.419 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:16:50.419 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:16:50.447 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:50.759 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:51.072 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:51.381 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:51.694 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:52.003 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:52.315 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:52.625 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:52.937 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:53.247 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:53.418 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:16:53.419 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:16:53.419 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:16:53.423 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:16:53.423 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:16:53.559 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:53.870 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:54.180 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:54.491 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:54.804 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:55.115 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:55.427 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:55.738 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:56.048 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:56.359 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:56.405 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:16:56.406 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:16:56.407 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:16:56.411 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:16:56.412 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:16:56.671 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:56.981 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:57.294 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:57.604 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:57.917 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:58.228 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:58.540 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:58.849 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:59.160 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:59.410 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:16:59.411 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:16:59.411 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:16:59.416 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:16:59.416 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:16:59.472 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:16:59.785 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:00.096 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:00.405 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:00.715 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:01.026 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:01.337 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:01.649 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:01.962 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:02.271 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:02.413 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:17:02.414 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:17:02.414 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:17:02.419 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:17:02.419 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:17:02.581 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:02.893 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:03.204 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:03.513 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:03.824 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:04.137 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:04.445 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:04.756 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:05.067 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:05.380 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:05.410 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:17:05.411 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:17:05.411 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:17:05.414 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:17:05.416 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:17:05.690 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:06.000 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:06.313 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:06.626 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:06.940 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:07.250 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:07.558 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:07.868 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:08.178 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:08.412 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:17:08.413 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:17:08.414 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:17:08.418 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:17:08.418 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:17:08.488 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:08.796 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:09.109 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:09.422 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:09.732 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:10.040 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:10.349 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:10.660 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:10.971 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:11.281 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:11.406 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:17:11.407 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:17:11.409 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:17:11.411 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:17:11.413 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:17:11.595 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:11.905 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + a1_0.id, + a1_0.created_at, + a1_0.email, + a1_0.password, + a1_0.profile_id, + a1_0.updated_at, + a1_0.username, + m1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + join + users a1_0 + on a1_0.id=m1_0.author_id + join + channels c1_0 + on c1_0.id=m1_0.channel_id + where + c1_0.id=? + order by + m1_0.created_at desc, + m1_0.id desc, + m1_0.created_at desc + fetch + first ? rows only +26-03-27 13:17:38.857 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final +26-03-27 13:17:38.915 [main] INFO c.s.m.discodeit.DiscodeitApplication - Starting DiscodeitApplication using Java 17.0.18 with PID 51728 (C:\codeit\10-sprint-mission\build\classes\java\main started by user in C:\codeit\10-sprint-mission) +26-03-27 13:17:38.915 [main] DEBUG c.s.m.discodeit.DiscodeitApplication - Running with Spring Boot v3.5.10, Spring v6.2.15 +26-03-27 13:17:38.916 [main] INFO c.s.m.discodeit.DiscodeitApplication - The following 1 profile is active: "dev" +26-03-27 13:17:39.966 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +26-03-27 13:17:40.048 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 73 ms. Found 6 JPA repository interfaces. +26-03-27 13:17:40.581 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http) +26-03-27 13:17:40.595 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +26-03-27 13:17:40.596 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +26-03-27 13:17:40.597 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.50] +26-03-27 13:17:40.661 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +26-03-27 13:17:40.662 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1704 ms +26-03-27 13:17:40.824 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +26-03-27 13:17:40.995 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:test-practice user=SA +26-03-27 13:17:40.996 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +26-03-27 13:17:41.117 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] +26-03-27 13:17:41.170 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.6.41.Final +26-03-27 13:17:41.206 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled +26-03-27 13:17:41.485 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer +26-03-27 13:17:41.561 [main] INFO o.hibernate.orm.connections.pooling - HHH10001005: Database info: + Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] + Database driver: undefined/unknown + Database version: 2.3.232 + Autocommit mode: undefined/unknown + Isolation level: undefined/unknown + Minimum pool size: undefined/unknown + Maximum pool size: undefined/unknown +26-03-27 13:17:42.433 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +26-03-27 13:17:42.467 [main] DEBUG org.hibernate.SQL - + alter table if exists binary_contents + alter column content_type set data type varchar(255) +26-03-27 13:17:42.469 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column description set data type varchar(255) +26-03-27 13:17:42.476 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column name set data type varchar(255) +26-03-27 13:17:42.477 [main] DEBUG org.hibernate.SQL - + alter table if exists messages + alter column content set data type varchar(255) +26-03-27 13:17:42.480 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column email set data type varchar(255) +26-03-27 13:17:42.480 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column password set data type varchar(255) +26-03-27 13:17:42.480 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column username set data type varchar(255) +26-03-27 13:17:42.483 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + drop constraint if exists UKqttel343c4eq691kcxipoixr7 +26-03-27 13:17:42.483 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + add constraint UKqttel343c4eq691kcxipoixr7 unique (user_id, channel_id) +26-03-27 13:17:42.491 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' +26-03-27 13:17:42.704 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. +26-03-27 13:17:43.089 [main] INFO c.s.m.d.s.LocalBinaryContentStorage - 로컬 파일 저장소 초기화 완료: path=C:\codeit\10-sprint-mission\.\storage +26-03-27 13:17:43.471 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html] +26-03-27 13:17:43.917 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 4 endpoints beneath base path '/actuator' +26-03-27 13:17:43.969 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +26-03-27 13:17:43.992 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8080 (http) with context path '/' +26-03-27 13:17:44.004 [main] INFO c.s.m.discodeit.DiscodeitApplication - Started DiscodeitApplication in 5.617 seconds (process running for 5.948) +26-03-27 13:17:44.034 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /v3/api-docs endpoint is enabled by default. To disable it in production, set the property 'springdoc.api-docs.enabled=false' +26-03-27 13:17:44.034 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /swagger-ui.html endpoint is enabled by default. To disable it in production, set the property 'springdoc.swagger-ui.enabled=false' +26-03-27 13:17:44.337 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +26-03-27 13:17:44.338 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +26-03-27 13:17:44.339 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +26-03-27 13:17:44.652 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:17:44.652 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:17:44.729 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 13:17:59.009 [http-nio-8080-exec-9] INFO c.s.m.d.controller.UserController - 사용자 등록 요청: username=달선, email=dalsun@naver.com +26-03-27 13:17:59.009 [http-nio-8080-exec-9] INFO c.s.m.d.s.basic.BasicUserService - 사용자 생성 시작: username=달선, email=dalsun@naver.com +26-03-27 13:17:59.010 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.username=? +26-03-27 13:17:59.014 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.email=? +26-03-27 13:17:59.047 [http-nio-8080-exec-9] INFO c.s.m.d.s.basic.BasicUserService - 사용자 생성 완료: username=달선, email=dalsun@naver.com +26-03-27 13:17:59.056 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + insert + into + users + (created_at, email, password, profile_id, updated_at, username, id) + values + (?, ?, ?, ?, ?, ?, ?) +26-03-27 13:17:59.061 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + insert + into + user_statuses + (created_at, last_active_at, updated_at, user_id, id) + values + (?, ?, ?, ?, ?) +26-03-27 13:17:59.062 [http-nio-8080-exec-9] INFO c.s.m.d.controller.UserController - 사용자 등록 완료: username=달선, email=dalsun@naver.com +26-03-27 13:17:59.071 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:17:59.071 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:17:59.081 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 13:17:59.081 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 13:17:59.090 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 13:17:59.098 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 13:17:59.104 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:17:59.105 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:17:59.107 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:17:59.108 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:17:59.112 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:17:59.113 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:17:59.113 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:17:59.121 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:17:59.123 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:17:59.123 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:17:59.123 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:17:59.125 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:17:59.128 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:17:59.129 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:18:02.109 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:18:02.111 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:18:02.113 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:18:02.118 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:18:02.119 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:18:05.110 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:18:05.111 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:18:05.112 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:18:05.117 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:18:05.118 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:18:08.109 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:18:08.110 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:18:08.112 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:18:08.119 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:18:08.120 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:18:11.111 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:18:11.114 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:18:11.115 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:18:11.120 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:18:11.121 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:18:14.108 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:18:14.110 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:18:14.111 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:18:14.115 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:18:14.116 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:18:17.108 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:18:17.109 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:18:17.110 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:18:17.115 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:18:17.116 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:18:20.116 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:18:20.117 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:18:20.120 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:18:20.127 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:18:20.128 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:18:23.108 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:18:23.109 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:18:23.111 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:18:23.115 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:18:23.116 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:18:26.107 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:18:26.108 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:18:26.109 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:18:26.114 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:18:26.115 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:18:29.073 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:18:29.074 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 13:18:29.107 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:18:29.108 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:18:29.109 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:18:29.113 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:18:29.115 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:18:32.107 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:18:32.108 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:18:32.109 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:18:32.114 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:18:32.115 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:18:35.105 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:18:35.107 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:18:35.108 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:18:35.113 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:18:35.114 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:18:38.109 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:18:38.110 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:18:38.111 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:18:38.115 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:18:38.116 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:18:41.106 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:18:41.108 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:18:41.109 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:18:41.113 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:18:41.115 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:18:44.106 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:18:44.107 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:18:44.108 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:18:44.113 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:18:44.113 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:18:47.107 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:18:47.109 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:18:47.110 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:18:47.115 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:18:47.116 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:18:50.108 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:18:50.110 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:18:50.112 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:18:50.116 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:18:50.118 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:18:53.107 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:18:53.108 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:18:53.110 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:18:53.115 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:18:53.116 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:18:56.106 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:18:56.108 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:18:56.109 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:18:56.114 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:18:56.116 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:18:59.072 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 13:18:59.073 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:18:59.075 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 13:18:59.077 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:18:59.077 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:18:59.079 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:18:59.079 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + where + 1=0 +26-03-27 13:18:59.080 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + m1_0.id, + m1_0.author_id, + m1_0.channel_id, + m1_0.content, + m1_0.created_at, + m1_0.updated_at + from + messages m1_0 + where + m1_0.created_at=( + select + max(m2_0.created_at) + from + messages m2_0 + where + m2_0.channel_id=m1_0.channel_id + ) + and 1=0 +26-03-27 13:18:59.085 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:18:59.085 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:23:52.946 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final +26-03-27 13:23:53.000 [main] INFO c.s.m.discodeit.DiscodeitApplication - Starting DiscodeitApplication using Java 17.0.18 with PID 63784 (C:\codeit\10-sprint-mission\build\classes\java\main started by user in C:\codeit\10-sprint-mission) +26-03-27 13:23:53.001 [main] DEBUG c.s.m.discodeit.DiscodeitApplication - Running with Spring Boot v3.5.10, Spring v6.2.15 +26-03-27 13:23:53.001 [main] INFO c.s.m.discodeit.DiscodeitApplication - The following 1 profile is active: "dev" +26-03-27 13:23:54.043 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +26-03-27 13:23:54.125 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 73 ms. Found 6 JPA repository interfaces. +26-03-27 13:23:54.673 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http) +26-03-27 13:23:54.684 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +26-03-27 13:23:54.687 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +26-03-27 13:23:54.688 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.50] +26-03-27 13:23:54.757 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +26-03-27 13:23:54.758 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1715 ms +26-03-27 13:23:54.920 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +26-03-27 13:23:55.089 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:test-practice user=SA +26-03-27 13:23:55.090 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +26-03-27 13:23:55.202 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] +26-03-27 13:23:55.260 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.6.41.Final +26-03-27 13:23:55.294 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled +26-03-27 13:23:55.566 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer +26-03-27 13:23:55.646 [main] INFO o.hibernate.orm.connections.pooling - HHH10001005: Database info: + Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] + Database driver: undefined/unknown + Database version: 2.3.232 + Autocommit mode: undefined/unknown + Isolation level: undefined/unknown + Minimum pool size: undefined/unknown + Maximum pool size: undefined/unknown +26-03-27 13:23:56.514 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +26-03-27 13:23:56.549 [main] DEBUG org.hibernate.SQL - + alter table if exists binary_contents + alter column content_type set data type varchar(255) +26-03-27 13:23:56.551 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column description set data type varchar(255) +26-03-27 13:23:56.559 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column name set data type varchar(255) +26-03-27 13:23:56.560 [main] DEBUG org.hibernate.SQL - + alter table if exists messages + alter column content set data type varchar(255) +26-03-27 13:23:56.563 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column email set data type varchar(255) +26-03-27 13:23:56.564 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column password set data type varchar(255) +26-03-27 13:23:56.564 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column username set data type varchar(255) +26-03-27 13:23:56.565 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + drop constraint if exists UKqttel343c4eq691kcxipoixr7 +26-03-27 13:23:56.567 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + add constraint UKqttel343c4eq691kcxipoixr7 unique (user_id, channel_id) +26-03-27 13:23:56.574 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' +26-03-27 13:23:56.778 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. +26-03-27 13:23:57.172 [main] INFO c.s.m.d.s.LocalBinaryContentStorage - 로컬 파일 저장소 초기화 완료: path=C:\codeit\10-sprint-mission\.\storage +26-03-27 13:23:57.540 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html] +26-03-27 13:23:58.004 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 4 endpoints beneath base path '/actuator' +26-03-27 13:23:58.056 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +26-03-27 13:23:58.078 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8080 (http) with context path '/' +26-03-27 13:23:58.091 [main] INFO c.s.m.discodeit.DiscodeitApplication - Started DiscodeitApplication in 5.633 seconds (process running for 6.0) +26-03-27 13:23:58.120 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /v3/api-docs endpoint is enabled by default. To disable it in production, set the property 'springdoc.api-docs.enabled=false' +26-03-27 13:23:58.121 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /swagger-ui.html endpoint is enabled by default. To disable it in production, set the property 'springdoc.swagger-ui.enabled=false' +26-03-27 13:23:58.180 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +26-03-27 13:23:58.180 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +26-03-27 13:23:58.181 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +26-03-27 13:23:58.312 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:23:58.394 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:23:58.394 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:23:58.417 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 13:23:58.891 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:23:58.891 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:23:58.909 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 13:24:14.719 [http-nio-8080-exec-3] INFO c.s.m.d.controller.UserController - 사용자 등록 요청: username=달선, email=dalsun@naver.com +26-03-27 13:24:14.720 [http-nio-8080-exec-3] INFO c.s.m.d.s.basic.BasicUserService - 사용자 생성 시작: username=달선, email=dalsun@naver.com +26-03-27 13:24:14.721 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.username=? +26-03-27 13:24:14.726 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + where + u1_0.email=? +26-03-27 13:24:14.771 [http-nio-8080-exec-3] INFO c.s.m.d.s.basic.BasicUserService - 사용자 생성 완료: username=달선, email=dalsun@naver.com +26-03-27 13:24:14.786 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + insert + into + users + (created_at, email, password, profile_id, updated_at, username, id) + values + (?, ?, ?, ?, ?, ?, ?) +26-03-27 13:24:14.792 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + insert + into + user_statuses + (created_at, last_active_at, updated_at, user_id, id) + values + (?, ?, ?, ?, ?) +26-03-27 13:24:14.795 [http-nio-8080-exec-3] INFO c.s.m.d.controller.UserController - 사용자 등록 완료: username=달선, email=dalsun@naver.com +26-03-27 13:24:14.808 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:24:14.808 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:24:14.822 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 13:24:14.822 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 13:24:14.832 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 13:24:14.842 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 13:24:14.842 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:24:14.850 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:24:14.850 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:24:14.854 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:24:14.862 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:24:14.863 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:24:14.866 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:24:14.868 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:24:14.872 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:24:14.873 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:24:17.855 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:24:17.859 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:24:17.861 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:24:20.859 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:24:20.865 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:24:20.866 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:24:23.854 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:24:23.858 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:24:23.859 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:24:26.856 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:24:26.860 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:24:26.861 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:24:29.855 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:24:29.859 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:24:29.860 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:24:32.856 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:24:32.860 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:24:32.861 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:24:35.854 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:24:35.860 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:24:35.862 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:24:38.854 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:24:38.857 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:24:38.858 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:24:41.853 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:24:41.858 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:24:41.859 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:24:44.808 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:24:44.809 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 13:24:44.854 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:24:44.857 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:24:44.859 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:24:47.853 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:24:47.856 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:24:47.858 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:24:50.853 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:24:50.860 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:24:50.861 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:24:53.853 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:24:53.857 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:24:53.858 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:24:56.853 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:24:56.858 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:24:56.858 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:24:59.853 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:24:59.858 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:24:59.859 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:25:02.852 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:25:02.856 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:25:02.857 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:25:05.852 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:25:05.856 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:25:05.857 [http-nio-8080-exec-1] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:25:08.853 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:25:08.856 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:25:08.857 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:25:11.852 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:25:11.856 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:25:11.857 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:25:14.808 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id +26-03-27 13:25:14.809 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:25:14.810 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + update + user_statuses + set + last_active_at=?, + updated_at=?, + user_id=? + where + id=? +26-03-27 13:25:14.813 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:25:14.813 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:25:14.814 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:25:14.818 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:25:14.819 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:25:17.818 [http-nio-8080-exec-10] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:25:17.823 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:25:17.824 [http-nio-8080-exec-8] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:25:20.818 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:25:20.824 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:25:20.825 [http-nio-8080-exec-3] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:25:23.819 [http-nio-8080-exec-7] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:25:23.824 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:25:23.825 [http-nio-8080-exec-2] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:25:26.817 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:25:26.821 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:25:26.822 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + rs1_0.id, + rs1_0.channel_id, + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at, + rs1_0.created_at, + rs1_0.last_read_at, + rs1_0.updated_at, + rs1_0.user_id, + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + u1_0.updated_at, + u1_0.username + from + read_statuses rs1_0 + join + users u1_0 + on u1_0.id=rs1_0.user_id + join + channels c1_0 + on c1_0.id=rs1_0.channel_id + where + u1_0.id=? +26-03-27 13:27:41.661 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final +26-03-27 13:27:41.710 [main] INFO c.s.m.discodeit.DiscodeitApplication - Starting DiscodeitApplication using Java 17.0.18 with PID 66164 (C:\codeit\10-sprint-mission\build\classes\java\main started by user in C:\codeit\10-sprint-mission) +26-03-27 13:27:41.710 [main] DEBUG c.s.m.discodeit.DiscodeitApplication - Running with Spring Boot v3.5.10, Spring v6.2.15 +26-03-27 13:27:41.711 [main] INFO c.s.m.discodeit.DiscodeitApplication - The following 1 profile is active: "dev" +26-03-27 13:27:42.764 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +26-03-27 13:27:42.847 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 73 ms. Found 6 JPA repository interfaces. +26-03-27 13:27:43.391 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http) +26-03-27 13:27:43.402 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +26-03-27 13:27:43.404 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +26-03-27 13:27:43.405 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.50] +26-03-27 13:27:43.479 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +26-03-27 13:27:43.480 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1730 ms +26-03-27 13:27:43.648 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +26-03-27 13:27:43.817 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:test-practice user=SA +26-03-27 13:27:43.819 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +26-03-27 13:27:43.941 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] +26-03-27 13:27:44.000 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.6.41.Final +26-03-27 13:27:44.035 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled +26-03-27 13:27:44.312 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer +26-03-27 13:27:44.394 [main] INFO o.hibernate.orm.connections.pooling - HHH10001005: Database info: + Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] + Database driver: undefined/unknown + Database version: 2.3.232 + Autocommit mode: undefined/unknown + Isolation level: undefined/unknown + Minimum pool size: undefined/unknown + Maximum pool size: undefined/unknown +26-03-27 13:27:45.222 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +26-03-27 13:27:45.253 [main] DEBUG org.hibernate.SQL - + alter table if exists binary_contents + alter column content_type set data type varchar(255) +26-03-27 13:27:45.255 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column description set data type varchar(255) +26-03-27 13:27:45.261 [main] DEBUG org.hibernate.SQL - + alter table if exists channels + alter column name set data type varchar(255) +26-03-27 13:27:45.261 [main] DEBUG org.hibernate.SQL - + alter table if exists messages + alter column content set data type varchar(255) +26-03-27 13:27:45.265 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column email set data type varchar(255) +26-03-27 13:27:45.266 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column password set data type varchar(255) +26-03-27 13:27:45.266 [main] DEBUG org.hibernate.SQL - + alter table if exists users + alter column username set data type varchar(255) +26-03-27 13:27:45.267 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + drop constraint if exists UKqttel343c4eq691kcxipoixr7 +26-03-27 13:27:45.268 [main] DEBUG org.hibernate.SQL - + alter table if exists read_statuses + add constraint UKqttel343c4eq691kcxipoixr7 unique (user_id, channel_id) +26-03-27 13:27:45.275 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' +26-03-27 13:27:45.482 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. +26-03-27 13:27:45.872 [main] INFO c.s.m.d.s.LocalBinaryContentStorage - 로컬 파일 저장소 초기화 완료: path=C:\codeit\10-sprint-mission\.\storage +26-03-27 13:27:46.208 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html] +26-03-27 13:27:46.685 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 4 endpoints beneath base path '/actuator' +26-03-27 13:27:46.737 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +26-03-27 13:27:46.760 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8080 (http) with context path '/' +26-03-27 13:27:46.771 [main] INFO c.s.m.discodeit.DiscodeitApplication - Started DiscodeitApplication in 5.615 seconds (process running for 5.932) +26-03-27 13:27:46.801 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /v3/api-docs endpoint is enabled by default. To disable it in production, set the property 'springdoc.api-docs.enabled=false' +26-03-27 13:27:46.801 [main] WARN o.s.c.events.SpringDocAppInitializer - SpringDoc /swagger-ui.html endpoint is enabled by default. To disable it in production, set the property 'springdoc.swagger-ui.enabled=false' +26-03-27 13:27:53.495 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +26-03-27 13:27:53.495 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +26-03-27 13:27:53.496 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +26-03-27 13:28:02.759 [http-nio-8080-exec-5] DEBUG org.hibernate.SQL - + select + c1_0.id, + c1_0.created_at, + c1_0.description, + c1_0.name, + c1_0.type, + c1_0.updated_at + from + channels c1_0 + where + c1_0.type='PUBLIC' + or exists(select + rs1_0.id + from + read_statuses rs1_0 + where + rs1_0.channel_id=c1_0.id + and rs1_0.user_id=?) +26-03-27 13:28:02.771 [http-nio-8080-exec-4] DEBUG org.hibernate.SQL - + select + us1_0.id, + us1_0.created_at, + us1_0.last_active_at, + us1_0.updated_at, + us1_0.user_id + from + user_statuses us1_0 + left join + users u1_0 + on u1_0.id=us1_0.user_id + where + u1_0.id=? +26-03-27 13:28:02.816 [http-nio-8080-exec-6] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + u1_0.profile_id, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + left join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + where + u1_0.id=? +26-03-27 13:28:15.701 [http-nio-8080-exec-9] DEBUG org.hibernate.SQL - + select + u1_0.id, + u1_0.created_at, + u1_0.email, + u1_0.password, + p1_0.id, + p1_0.content_type, + p1_0.created_at, + p1_0.file_name, + p1_0.size, + s1_0.id, + s1_0.created_at, + s1_0.last_active_at, + s1_0.updated_at, + s1_0.user_id, + u1_0.updated_at, + u1_0.username + from + users u1_0 + join + user_statuses s1_0 + on u1_0.id=s1_0.user_id + left join + binary_contents p1_0 + on p1_0.id=u1_0.profile_id diff --git a/build.gradle b/build.gradle index c6d2f3719..e8cf8af23 100644 --- a/build.gradle +++ b/build.gradle @@ -35,6 +35,10 @@ dependencies { implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.15' implementation 'org.mapstruct:mapstruct:1.5.5.Final' annotationProcessor 'org.mapstruct:mapstruct-processor:1.5.5.Final' + implementation 'org.hibernate.validator:hibernate-validator:8.0.1.Final' + implementation 'org.glassfish:jakarta.el:4.0.2' + runtimeOnly 'com.h2database:h2' + implementation 'org.springframework.boot:spring-boot-starter-actuator' } tasks.named('test') { diff --git a/src/main/java/com/sprint/mission/discodeit/controller/AuthController.java b/src/main/java/com/sprint/mission/discodeit/controller/AuthController.java index 500705519..736b3473e 100644 --- a/src/main/java/com/sprint/mission/discodeit/controller/AuthController.java +++ b/src/main/java/com/sprint/mission/discodeit/controller/AuthController.java @@ -10,6 +10,7 @@ import io.swagger.v3.oas.annotations.responses.ApiResponse; import io.swagger.v3.oas.annotations.responses.ApiResponses; import io.swagger.v3.oas.annotations.tags.Tag; +import jakarta.validation.Valid; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; @@ -50,7 +51,7 @@ public class AuthController { }) @RequestMapping(value = "/login", method = RequestMethod.POST) - public ResponseEntity login(@RequestBody LoginRequest dto) { + public ResponseEntity login(@RequestBody @Valid LoginRequest dto) { System.out.println("newUsername = " + dto.username()); System.out.println("password = " + dto.password()); return ResponseEntity diff --git a/src/main/java/com/sprint/mission/discodeit/controller/BinaryContentController.java b/src/main/java/com/sprint/mission/discodeit/controller/BinaryContentController.java index 29899b765..7bdf5b930 100644 --- a/src/main/java/com/sprint/mission/discodeit/controller/BinaryContentController.java +++ b/src/main/java/com/sprint/mission/discodeit/controller/BinaryContentController.java @@ -33,31 +33,31 @@ public class BinaryContentController { private final BinaryContentService binaryContentService; private final BinaryContentStorage storage; - // 바이너리 파일 생성 -// @Operation(summary = "파일 업로드", description = "MultipartFile을 업로드하여 시스템에 저장") -// @ApiResponses(value = { -// @ApiResponse(responseCode = "201", description = "업로드 성공", -// content = @Content(mediaType = "application/json", -// schema = @Schema(implementation = BinaryContentDto.class))), -// @ApiResponse(responseCode = "400", description = "잘못된 요청 파라미터"), -// @ApiResponse(responseCode = "500", description = "서버 내부 오류") -// -// }) -// @PostMapping(consumes = MediaType.MULTIPART_FORM_DATA_VALUE) -// public ResponseEntity create(@RequestPart("file") MultipartFile file) -// throws IOException { -// -// BinaryContentCreateDto newDto = new BinaryContentCreateDto( -// file.getContentType(), -// file.getBytes(), -// file.getSize(), -// file.getOriginalFilename() -// ); -// -// return ResponseEntity -// .status(HttpStatus.CREATED) -// .body(binaryContentService.create(newDto)); -// } + // 바이너리 파일 생성 + @Operation(summary = "파일 업로드", description = "MultipartFile을 업로드하여 시스템에 저장") + @ApiResponses(value = { + @ApiResponse(responseCode = "201", description = "업로드 성공", + content = @Content(mediaType = "application/json", + schema = @Schema(implementation = BinaryContentDto.class))), + @ApiResponse(responseCode = "400", description = "잘못된 요청 파라미터"), + @ApiResponse(responseCode = "500", description = "서버 내부 오류") + + }) + @PostMapping(consumes = MediaType.MULTIPART_FORM_DATA_VALUE) + public ResponseEntity create(@RequestPart("file") MultipartFile file) + throws IOException { + + BinaryContentCreateDto newDto = new BinaryContentCreateDto( + file.getContentType(), + file.getBytes(), + file.getSize(), + file.getOriginalFilename() + ); + + return ResponseEntity + .status(HttpStatus.CREATED) + .body(binaryContentService.create(newDto)); + } // 바아너리 파일 1개 조회 @Operation( diff --git a/src/main/java/com/sprint/mission/discodeit/controller/ChannelController.java b/src/main/java/com/sprint/mission/discodeit/controller/ChannelController.java index 39ee8be14..a059f9fcb 100644 --- a/src/main/java/com/sprint/mission/discodeit/controller/ChannelController.java +++ b/src/main/java/com/sprint/mission/discodeit/controller/ChannelController.java @@ -11,7 +11,9 @@ import io.swagger.v3.oas.annotations.media.Schema; import io.swagger.v3.oas.annotations.responses.ApiResponse; import io.swagger.v3.oas.annotations.responses.ApiResponses; +import jakarta.validation.Valid; import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.*; @@ -22,6 +24,7 @@ @RequiredArgsConstructor @RestController @RequestMapping("/api/channels") +@Slf4j public class ChannelController { private final ChannelService channelService; @@ -35,10 +38,12 @@ public class ChannelController { }) @RequestMapping(value = "/public", method = RequestMethod.POST) public ResponseEntity createPublicChannel( - @RequestBody PublicChannelCreateRequest dto) { - return ResponseEntity - .status(HttpStatus.CREATED) - .body(channelService.createPublic(dto)); + @RequestBody @Valid PublicChannelCreateRequest dto) { + + log.info("PUBLIC 채널 생성 요청: name={}", dto.name()); + ChannelDto result = channelService.createPublic(dto); + log.info("PUBLIC 채널 생성 완료: id={}", result.id()); + return ResponseEntity.status(HttpStatus.CREATED).body(result); } // 비공개 채널 생성 @@ -49,10 +54,12 @@ public ResponseEntity createPublicChannel( }) @RequestMapping(value = "/private", method = RequestMethod.POST) public ResponseEntity createPrivateChannel( - @RequestBody PrivateChannelCreateRequest dto) { - return ResponseEntity - .status(HttpStatus.CREATED) - .body(channelService.createPrivate(dto)); + @RequestBody @Valid PrivateChannelCreateRequest dto) { + + log.info("PRIVATE 채널 생성 요청: participantIds={}", dto.participantIds()); + ChannelDto result = channelService.createPrivate(dto); + log.info("PRIVATE 채널 생성 완료: id={}", result.id()); + return ResponseEntity.status(HttpStatus.CREATED).body(result); } // 공개 채널 정보 수정 @@ -64,10 +71,12 @@ public ResponseEntity createPrivateChannel( }) @RequestMapping(value = "/{channelId}", method = RequestMethod.PATCH) public ResponseEntity updatePublicChannel(@PathVariable UUID channelId, - @RequestBody PublicChannelUpdateRequest dto) { - return ResponseEntity - .status(HttpStatus.OK) - .body(channelService.update(channelId, dto)); + @RequestBody @Valid PublicChannelUpdateRequest dto) { + + log.info("채널 수정 요청: channelId={}", channelId); + ChannelDto result = channelService.update(channelId, dto); + log.info("채널 수정 완료: channelId={}", channelId); + return ResponseEntity.status(HttpStatus.OK).body(result); } // 채널에 멤버 추가 @@ -93,7 +102,10 @@ public ResponseEntity updatePublicChannel(@PathVariable UUID channel }) @RequestMapping(value = "/{channelId}", method = RequestMethod.DELETE) public ResponseEntity delete(@PathVariable UUID channelId) { + + log.info("채널 삭제 요청: channelId={}", channelId); channelService.delete(channelId); + log.info("채널 삭제 완료: channelId={}", channelId); return ResponseEntity .status(HttpStatus.NO_CONTENT) .build(); diff --git a/src/main/java/com/sprint/mission/discodeit/controller/MessageController.java b/src/main/java/com/sprint/mission/discodeit/controller/MessageController.java index 5819e368d..1dffbb975 100644 --- a/src/main/java/com/sprint/mission/discodeit/controller/MessageController.java +++ b/src/main/java/com/sprint/mission/discodeit/controller/MessageController.java @@ -12,10 +12,12 @@ import io.swagger.v3.oas.annotations.media.Schema; import io.swagger.v3.oas.annotations.responses.ApiResponse; import io.swagger.v3.oas.annotations.responses.ApiResponses; +import jakarta.validation.Valid; import java.io.IOException; import java.time.Instant; import java.util.ArrayList; import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.data.domain.Slice; @@ -33,6 +35,7 @@ @RequiredArgsConstructor @RestController @RequestMapping("/api/messages") +@Slf4j public class MessageController { private final MessageService messageService; @@ -46,13 +49,14 @@ public class MessageController { }) @PostMapping(consumes = MediaType.MULTIPART_FORM_DATA_VALUE) public ResponseEntity send( - @RequestPart("messageCreateRequest") MessageCreateRequest dto, + @RequestPart("messageCreateRequest") @Valid MessageCreateRequest dto, @RequestPart(value = "attachments", required = false) List attachments) throws IOException { - return ResponseEntity - .status(HttpStatus.CREATED) - .body(messageService.create(dto, attachments)); + log.info("메시지 전송 요청: authorId={}, channelId={}", dto.authorId(), dto.channelId()); + MessageDto result = messageService.create(dto, attachments); + log.info("메시지 전송 완료: id={}", result.id()); + return ResponseEntity.status(HttpStatus.CREATED).body(result); } // 메시지 수정 @@ -64,10 +68,12 @@ public ResponseEntity send( }) @RequestMapping(value = "/{messageId}", method = RequestMethod.PATCH) public ResponseEntity update(@PathVariable UUID messageId, - @RequestBody MessageUpdateRequest dto) { - return ResponseEntity - .status(HttpStatus.OK) - .body(messageService.update(messageId, dto)); + @RequestBody @Valid MessageUpdateRequest dto) { + + log.info("메시지 수정 요청: messageId={}", messageId); + MessageDto result = messageService.update(messageId, dto); + log.info("메시지 수정 완료: messageId={}", messageId); + return ResponseEntity.status(HttpStatus.OK).body(result); } // 메시지 삭제 @@ -77,10 +83,11 @@ public ResponseEntity update(@PathVariable UUID messageId, }) @RequestMapping(value = "/{messageId}", method = RequestMethod.DELETE) public ResponseEntity delete(@PathVariable UUID messageId) { + + log.info("메시지 삭제 요청: messageId={}", messageId); messageService.delete(messageId); - return ResponseEntity - .status(HttpStatus.NO_CONTENT) - .build(); + log.info("메시지 삭제 완료: messageId={}", messageId); + return ResponseEntity.status(HttpStatus.NO_CONTENT).build(); } // 조회 diff --git a/src/main/java/com/sprint/mission/discodeit/controller/ReadStatusController.java b/src/main/java/com/sprint/mission/discodeit/controller/ReadStatusController.java index 8b2d9d765..aeab1d5de 100644 --- a/src/main/java/com/sprint/mission/discodeit/controller/ReadStatusController.java +++ b/src/main/java/com/sprint/mission/discodeit/controller/ReadStatusController.java @@ -10,6 +10,7 @@ import io.swagger.v3.oas.annotations.media.Schema; import io.swagger.v3.oas.annotations.responses.ApiResponse; import io.swagger.v3.oas.annotations.responses.ApiResponses; +import jakarta.validation.Valid; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; @@ -32,7 +33,7 @@ public class ReadStatusController { content = @Content(mediaType = "application/json", schema = @Schema(implementation = ReadStatusDto.class))) }) @RequestMapping(method = RequestMethod.POST) - public ResponseEntity create(@RequestBody ReadStatusCreateRequest dto) { + public ResponseEntity create(@RequestBody @Valid ReadStatusCreateRequest dto) { return ResponseEntity .status(HttpStatus.CREATED) .body(readStatusService.create(dto)); @@ -47,7 +48,7 @@ public ResponseEntity create(@RequestBody ReadStatusCreateRequest }) @RequestMapping(value = "/{readStatusId}", method = RequestMethod.PATCH) public ResponseEntity update(@PathVariable UUID readStatusId, - @RequestBody ReadStatusUpdateRequest dto) { + @RequestBody @Valid ReadStatusUpdateRequest dto) { return ResponseEntity .status(HttpStatus.OK) .body(readStatusService.update(readStatusId, dto)); diff --git a/src/main/java/com/sprint/mission/discodeit/controller/UserController.java b/src/main/java/com/sprint/mission/discodeit/controller/UserController.java index dbf1ba6ab..55f6069bd 100644 --- a/src/main/java/com/sprint/mission/discodeit/controller/UserController.java +++ b/src/main/java/com/sprint/mission/discodeit/controller/UserController.java @@ -16,8 +16,10 @@ import io.swagger.v3.oas.annotations.media.Schema; import io.swagger.v3.oas.annotations.responses.ApiResponse; import io.swagger.v3.oas.annotations.responses.ApiResponses; +import jakarta.validation.Valid; import java.io.IOException; import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; import org.springframework.http.HttpStatus; import org.springframework.http.MediaType; import org.springframework.http.ResponseEntity; @@ -30,6 +32,7 @@ @RequiredArgsConstructor @RestController @RequestMapping("/api/users") +@Slf4j public class UserController { private final UserService userService; @@ -43,12 +46,14 @@ public class UserController { content = @Content(mediaType = "application/json", schema = @Schema(implementation = UserDto.class))) }) @PostMapping(consumes = MediaType.MULTIPART_FORM_DATA_VALUE) - public ResponseEntity join(@RequestPart("userCreateRequest") UserCreateRequest dto, + public ResponseEntity join( + @RequestPart("userCreateRequest") @Valid UserCreateRequest dto, @RequestPart(value = "profile", required = false) MultipartFile profile) throws IOException { - return ResponseEntity - .status(HttpStatus.CREATED) - .body(userService.create(dto, profile)); + log.info("사용자 등록 요청: username={}, email={}", dto.username(), dto.email()); + UserDto result = userService.create(dto, profile); + log.info("사용자 등록 완료: username={}, email={}", dto.username(), dto.email()); + return ResponseEntity.status(HttpStatus.CREATED).body(result); } // 사용자 정보 수정 @@ -61,12 +66,13 @@ public ResponseEntity join(@RequestPart("userCreateRequest") UserCreate @RequestMapping(value = "/{userId}", method = RequestMethod.PATCH, consumes = MediaType.MULTIPART_FORM_DATA_VALUE) public ResponseEntity update( @PathVariable UUID userId, - @RequestPart("userUpdateRequest") UserUpdateRequest dto, + @RequestPart("userUpdateRequest") @Valid UserUpdateRequest dto, @RequestPart(value = "profile", required = false) MultipartFile profile) throws IOException { - return ResponseEntity - .status(HttpStatus.OK) - .body(userService.update(userId, dto, profile)); + log.info("사용자 수정 요청: userId={}", userId); + UserDto result = userService.update(userId, dto, profile); + log.info("사용자 수정 완료: userId={}", userId); + return ResponseEntity.status(HttpStatus.OK).body(result); } // 사용자 삭제 @@ -76,10 +82,10 @@ public ResponseEntity update( }) @RequestMapping(value = "/{userId}", method = RequestMethod.DELETE) public ResponseEntity delete(@PathVariable UUID userId) { + log.info("사용자 삭제 요청: userId={}", userId); userService.delete(userId); - return ResponseEntity - .status(HttpStatus.NO_CONTENT) - .build(); + log.info("사용자 삭제 완료: userId={}", userId); + return ResponseEntity.status(HttpStatus.NO_CONTENT).build(); } // 모든 사용자 조회 @@ -108,7 +114,7 @@ public ResponseEntity> findAll() { }) @RequestMapping(value = "/{userId}/userStatus", method = RequestMethod.PATCH) public ResponseEntity updateStatus(@PathVariable UUID userId, - @RequestBody UserStatusUpdateRequest dto) { + @RequestBody @Valid UserStatusUpdateRequest dto) { return ResponseEntity .status(HttpStatus.OK) .body(userStatusService.updateByUserId(userId, dto)); diff --git a/src/main/java/com/sprint/mission/discodeit/dto/LoginRequest.java b/src/main/java/com/sprint/mission/discodeit/dto/LoginRequest.java index 83b6fba54..e65ba9f33 100644 --- a/src/main/java/com/sprint/mission/discodeit/dto/LoginRequest.java +++ b/src/main/java/com/sprint/mission/discodeit/dto/LoginRequest.java @@ -1,7 +1,12 @@ package com.sprint.mission.discodeit.dto; +import jakarta.validation.constraints.NotBlank; + public record LoginRequest( + @NotBlank(message = "이름은 필수입니다.") String username, + + @NotBlank(message = "비밀번호는 필수입니다.") String password ) { diff --git a/src/main/java/com/sprint/mission/discodeit/dto/MessageCreateRequest.java b/src/main/java/com/sprint/mission/discodeit/dto/MessageCreateRequest.java index ef560b0a4..9117d5efd 100644 --- a/src/main/java/com/sprint/mission/discodeit/dto/MessageCreateRequest.java +++ b/src/main/java/com/sprint/mission/discodeit/dto/MessageCreateRequest.java @@ -2,11 +2,20 @@ import com.sprint.mission.discodeit.entity.Channel; import com.sprint.mission.discodeit.entity.User; +import jakarta.validation.constraints.NotBlank; +import jakarta.validation.constraints.NotNull; +import jakarta.validation.constraints.Size; import java.util.UUID; public record MessageCreateRequest( + @NotNull(message = "발신자 id는 null일 수 없습니다.") UUID authorId, + + @NotNull(message = "채널 id는 null일 수 없습니다.") UUID channelId, + + @NotBlank(message = "메시지는 공백일 수 없습니다.") + @Size(max = 5000, message = "메시지가 너무 깁니다.") String content ) { diff --git a/src/main/java/com/sprint/mission/discodeit/dto/MessageUpdateRequest.java b/src/main/java/com/sprint/mission/discodeit/dto/MessageUpdateRequest.java index 180b1a20b..286767445 100644 --- a/src/main/java/com/sprint/mission/discodeit/dto/MessageUpdateRequest.java +++ b/src/main/java/com/sprint/mission/discodeit/dto/MessageUpdateRequest.java @@ -1,9 +1,13 @@ package com.sprint.mission.discodeit.dto; import com.sprint.mission.discodeit.entity.BinaryContent; +import jakarta.validation.constraints.NotBlank; +import jakarta.validation.constraints.Size; import java.util.List; public record MessageUpdateRequest( + @NotBlank(message = "메시지는 공백일 수 없습니다.") + @Size(max = 5000, message = "메시지가 너무 깁니다.") String newContent ) { diff --git a/src/main/java/com/sprint/mission/discodeit/dto/PrivateChannelCreateRequest.java b/src/main/java/com/sprint/mission/discodeit/dto/PrivateChannelCreateRequest.java index 78904f5a3..35001ce49 100644 --- a/src/main/java/com/sprint/mission/discodeit/dto/PrivateChannelCreateRequest.java +++ b/src/main/java/com/sprint/mission/discodeit/dto/PrivateChannelCreateRequest.java @@ -1,10 +1,13 @@ package com.sprint.mission.discodeit.dto; +import jakarta.validation.constraints.NotEmpty; +import jakarta.validation.constraints.NotNull; import java.util.List; import java.util.UUID; public record PrivateChannelCreateRequest( - List participantIds // 방장 포함 채널 참여자 + @NotEmpty(message = "참여자는 최소 1명 이상이어야 합니다.") + List<@NotNull(message = "참여자 id는 null일 수 없습니다.") UUID> participantIds // 방장 포함 채널 참여자 ) { } diff --git a/src/main/java/com/sprint/mission/discodeit/dto/PublicChannelCreateRequest.java b/src/main/java/com/sprint/mission/discodeit/dto/PublicChannelCreateRequest.java index 0d162b614..d777160fd 100644 --- a/src/main/java/com/sprint/mission/discodeit/dto/PublicChannelCreateRequest.java +++ b/src/main/java/com/sprint/mission/discodeit/dto/PublicChannelCreateRequest.java @@ -1,7 +1,15 @@ package com.sprint.mission.discodeit.dto; +import jakarta.validation.constraints.NotBlank; +import jakarta.validation.constraints.Size; + public record PublicChannelCreateRequest( + + @NotBlank(message = "채널명은 필수입니다.") + @Size(max = 100, message = "채널명은 100글자 이하여야 합니다.") String name, + + @Size(max = 500, message = "설명은 500글자 이하여야 합니다.") String description ) { diff --git a/src/main/java/com/sprint/mission/discodeit/dto/PublicChannelUpdateRequest.java b/src/main/java/com/sprint/mission/discodeit/dto/PublicChannelUpdateRequest.java index 6d0316aaf..a1e9f40dd 100644 --- a/src/main/java/com/sprint/mission/discodeit/dto/PublicChannelUpdateRequest.java +++ b/src/main/java/com/sprint/mission/discodeit/dto/PublicChannelUpdateRequest.java @@ -1,7 +1,14 @@ package com.sprint.mission.discodeit.dto; +import jakarta.validation.constraints.NotBlank; +import jakarta.validation.constraints.Size; + public record PublicChannelUpdateRequest( + @NotBlank(message = "채널명은 공백일 수 없습니다.") + @Size(max = 100, message = "채널명은 100글자 이하여야 합니다.") String newName, + + @Size(max = 500, message = "설명은 500글자 이하여야 합니다.") String newDescription ) { diff --git a/src/main/java/com/sprint/mission/discodeit/dto/ReadStatusCreateRequest.java b/src/main/java/com/sprint/mission/discodeit/dto/ReadStatusCreateRequest.java index 64e430004..18dace7d6 100644 --- a/src/main/java/com/sprint/mission/discodeit/dto/ReadStatusCreateRequest.java +++ b/src/main/java/com/sprint/mission/discodeit/dto/ReadStatusCreateRequest.java @@ -1,10 +1,13 @@ package com.sprint.mission.discodeit.dto; +import jakarta.validation.constraints.NotBlank; import java.time.Instant; import java.util.UUID; public record ReadStatusCreateRequest( + @NotBlank(message = "User의 id는 필수입니다.") UUID userId, + @NotBlank(message = "Channel의 id는 필수입니다.") UUID channelId, Instant lastReadAt ) { diff --git a/src/main/java/com/sprint/mission/discodeit/dto/ReadStatusUpdateRequest.java b/src/main/java/com/sprint/mission/discodeit/dto/ReadStatusUpdateRequest.java index df67e82e7..79a2c05ae 100644 --- a/src/main/java/com/sprint/mission/discodeit/dto/ReadStatusUpdateRequest.java +++ b/src/main/java/com/sprint/mission/discodeit/dto/ReadStatusUpdateRequest.java @@ -1,8 +1,10 @@ package com.sprint.mission.discodeit.dto; +import jakarta.validation.constraints.NotNull; import java.time.Instant; public record ReadStatusUpdateRequest( + @NotNull(message = "마지막 읽음 상태가 null일 수 없습니다.") Instant newLastReadAt ) { diff --git a/src/main/java/com/sprint/mission/discodeit/dto/UserCreateRequest.java b/src/main/java/com/sprint/mission/discodeit/dto/UserCreateRequest.java index eed91c248..496cacb90 100644 --- a/src/main/java/com/sprint/mission/discodeit/dto/UserCreateRequest.java +++ b/src/main/java/com/sprint/mission/discodeit/dto/UserCreateRequest.java @@ -1,10 +1,21 @@ package com.sprint.mission.discodeit.dto; +import jakarta.validation.constraints.Email; +import jakarta.validation.constraints.NotBlank; +import jakarta.validation.constraints.Size; import java.util.UUID; public record UserCreateRequest( + @NotBlank(message = "사용자 이름은 필수입니다.") + @Size(max = 50, message = "이름은 50자 이하여야 합니다.") String username, + + @NotBlank(message = "이메일은 필수입니다.") + @Email(message = "유효한 이메일 형식이어야 합니다.") String email, + + @NotBlank(message = "비밀번호는 필수입니다.") + @Size(min = 8, message = "비밀번호는 최소 8자 이상이어야 합니다.") String password ) { diff --git a/src/main/java/com/sprint/mission/discodeit/dto/UserStatusUpdateRequest.java b/src/main/java/com/sprint/mission/discodeit/dto/UserStatusUpdateRequest.java index aa231654e..404902647 100644 --- a/src/main/java/com/sprint/mission/discodeit/dto/UserStatusUpdateRequest.java +++ b/src/main/java/com/sprint/mission/discodeit/dto/UserStatusUpdateRequest.java @@ -1,8 +1,11 @@ package com.sprint.mission.discodeit.dto; +import jakarta.validation.constraints.NotNull; import java.time.Instant; public record UserStatusUpdateRequest( + + @NotNull(message = "마지막 접속 시간은 필수입니다.") Instant newLastActiveAt ) { diff --git a/src/main/java/com/sprint/mission/discodeit/dto/UserUpdateRequest.java b/src/main/java/com/sprint/mission/discodeit/dto/UserUpdateRequest.java index 50d433dfc..3edf3012e 100644 --- a/src/main/java/com/sprint/mission/discodeit/dto/UserUpdateRequest.java +++ b/src/main/java/com/sprint/mission/discodeit/dto/UserUpdateRequest.java @@ -1,11 +1,19 @@ package com.sprint.mission.discodeit.dto; import com.sprint.mission.discodeit.entity.BinaryContent; +import jakarta.validation.constraints.Email; +import jakarta.validation.constraints.NotBlank; +import jakarta.validation.constraints.Size; import java.util.UUID; public record UserUpdateRequest( + @Size(max = 50, message = "이름은 50자 이하여야 합니다.") String newUsername, + + @Email(message = "유효한 이메일 형식이어야 합니다.") String newEmail, + + @Size(min = 8, message = "비밀번호는 최소 8자 이상이어야 합니다.") String newPassword ) { diff --git a/src/main/java/com/sprint/mission/discodeit/exception/DiscodeitException.java b/src/main/java/com/sprint/mission/discodeit/exception/DiscodeitException.java new file mode 100644 index 000000000..48b48bb1f --- /dev/null +++ b/src/main/java/com/sprint/mission/discodeit/exception/DiscodeitException.java @@ -0,0 +1,20 @@ +package com.sprint.mission.discodeit.exception; + +import java.time.Instant; +import java.util.Map; +import lombok.Getter; + +@Getter +public class DiscodeitException extends RuntimeException { + + protected final Instant timestamp; + protected final ErrorCode errorCode; + protected final Map details; + + public DiscodeitException(ErrorCode errorCode, Map details) { + super(errorCode.getMessage()); + this.timestamp = Instant.now(); + this.errorCode = errorCode; + this.details = details; + } +} diff --git a/src/main/java/com/sprint/mission/discodeit/exception/ErrorCode.java b/src/main/java/com/sprint/mission/discodeit/exception/ErrorCode.java new file mode 100644 index 000000000..c11d39c81 --- /dev/null +++ b/src/main/java/com/sprint/mission/discodeit/exception/ErrorCode.java @@ -0,0 +1,35 @@ +package com.sprint.mission.discodeit.exception; + +import lombok.Getter; +import lombok.RequiredArgsConstructor; +import org.springframework.http.HttpStatus; + +@Getter +@RequiredArgsConstructor +public enum ErrorCode { + USER_NOT_FOUND(HttpStatus.NOT_FOUND, "존재하지 않는 사용자입니다."), + USERNAME_ALREADY_EXISTS(HttpStatus.CONFLICT, "이미 존재하는 닉네임입니다."), + EMAIL_ALREADY_EXISTS(HttpStatus.CONFLICT, "이미 존재하는 이메일입니다."), + USER_STATUS_NOT_FOUND(HttpStatus.NOT_FOUND, "사용자 상태 정보가 존재하지 않습니다."), + USER_STATUS_ALREADY_EXISTS(HttpStatus.CONFLICT, "이미 존재하는 사용자 상태입니다."), + + INVALID_CREDENTIALS(HttpStatus.UNAUTHORIZED, "아이디 또는 비밀번호가 올바르지 않습니다."), + + BINARY_CONTENT_NOT_FOUND(HttpStatus.NOT_FOUND, "존재하지 않는 파일입니다."), + + CHANNEL_NOT_FOUND(HttpStatus.NOT_FOUND, "존재하지 않는 채널입니다."), + PRIVATE_CHANNEL_UPDATE_NOT_ALLOWED(HttpStatus.BAD_REQUEST, "PRIVATE 채널은 수정할 수 없습니다."), + + MESSAGE_NOT_FOUND(HttpStatus.NOT_FOUND, "존재하지 않는 메시지입니다."), + + READ_STATUS_NOT_FOUND(HttpStatus.NOT_FOUND, "존재하지 않는 ReadStatus입니다."), + + STORAGE_INIT_FAILED(HttpStatus.INTERNAL_SERVER_ERROR, "저장소를 초기화할 수 없습니다."), + FILE_SAVE_FAILED(HttpStatus.INTERNAL_SERVER_ERROR, "파일 저장에 실패했습니다."), + FILE_NOT_FOUND(HttpStatus.NOT_FOUND, "파일을 찾을 수 없습니다."); + + private final HttpStatus status; + private final String message; + + +} diff --git a/src/main/java/com/sprint/mission/discodeit/exception/ErrorResponse.java b/src/main/java/com/sprint/mission/discodeit/exception/ErrorResponse.java new file mode 100644 index 000000000..cd2062e02 --- /dev/null +++ b/src/main/java/com/sprint/mission/discodeit/exception/ErrorResponse.java @@ -0,0 +1,25 @@ +package com.sprint.mission.discodeit.exception; + +import java.time.Instant; +import java.util.Map; + +public record ErrorResponse( + Instant timestamp, + String code, + String message, + Map details, + String exceptionType, + int status +) { + + public static ErrorResponse of(DiscodeitException e) { + return new ErrorResponse( + e.getTimestamp(), + e.getErrorCode().name(), + e.getErrorCode().getMessage(), + e.getDetails(), + e.getClass().getSimpleName(), + e.getErrorCode().getStatus().value() + ); + } +} diff --git a/src/main/java/com/sprint/mission/discodeit/exception/GlobalExceptionHandler.java b/src/main/java/com/sprint/mission/discodeit/exception/GlobalExceptionHandler.java index bfe250b46..dc6bc8eb9 100644 --- a/src/main/java/com/sprint/mission/discodeit/exception/GlobalExceptionHandler.java +++ b/src/main/java/com/sprint/mission/discodeit/exception/GlobalExceptionHandler.java @@ -1,49 +1,57 @@ package com.sprint.mission.discodeit.exception; -import jakarta.servlet.http.HttpServletRequest; -import java.util.NoSuchElementException; +import java.time.Instant; +import java.util.HashMap; +import java.util.Map; +import lombok.extern.slf4j.Slf4j; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; +import org.springframework.web.bind.MethodArgumentNotValidException; import org.springframework.web.bind.annotation.ExceptionHandler; import org.springframework.web.bind.annotation.RestControllerAdvice; -import java.util.HashMap; -import java.util.Map; @RestControllerAdvice +@Slf4j public class GlobalExceptionHandler { - @ExceptionHandler(NoSuchElementException.class) - public ResponseEntity> handleNoSuchElement(NoSuchElementException e, - HttpServletRequest request) { - Map errorResponse = new HashMap<>(); - errorResponse.put("status", HttpStatus.NOT_FOUND.value()); - errorResponse.put("error", "해당 리소스를 찾을 수 없습니다."); - errorResponse.put("message", e.getMessage()); - errorResponse.put("path", request.getRequestURI()); - return ResponseEntity.status(HttpStatus.NOT_FOUND).body(errorResponse); - } - - @ExceptionHandler(IllegalArgumentException.class) - public ResponseEntity> handleIllegalArgument(IllegalArgumentException e, - HttpServletRequest request) { - Map errorResponse = new HashMap<>(); - errorResponse.put("status", HttpStatus.BAD_REQUEST.value()); - errorResponse.put("error", "잘못된 요청입니다."); - errorResponse.put("message", e.getMessage()); - errorResponse.put("path", request.getRequestURI()); - return ResponseEntity.status(HttpStatus.BAD_REQUEST).body(errorResponse); + @ExceptionHandler(DiscodeitException.class) + public ResponseEntity handleDiscodeitException(DiscodeitException e) { + return ResponseEntity + .status(e.getErrorCode().getStatus()) + .body(ErrorResponse.of(e)); } - @ExceptionHandler(RuntimeException.class) - public ResponseEntity> handleRuntime(RuntimeException e, - HttpServletRequest request) { - Map errorResponse = new HashMap<>(); - errorResponse.put("status", HttpStatus.INTERNAL_SERVER_ERROR.value()); - errorResponse.put("error", "서버 내부 오류입니다."); - errorResponse.put("message", e.getMessage()); - errorResponse.put("path", request.getRequestURI()); - return ResponseEntity.status(HttpStatus.INTERNAL_SERVER_ERROR).body(errorResponse); + @ExceptionHandler(MethodArgumentNotValidException.class) + public ResponseEntity handleMethodArgumentNotValidException( + MethodArgumentNotValidException e) { + + Map details = new HashMap<>(); + e.getBindingResult().getFieldErrors() + .forEach(error -> details.put(error.getField(), error.getDefaultMessage())); + + return ResponseEntity + .status(HttpStatus.BAD_REQUEST) + .body(new ErrorResponse( + Instant.now(), + "VALIDATION_FAILED", + "유효성 검증에 실패했습니다.", + details, + e.getClass().getSimpleName(), + HttpStatus.BAD_REQUEST.value() + )); } + @ExceptionHandler(Exception.class) + public ResponseEntity handleUnknown(Exception e) { + return ResponseEntity + .status(HttpStatus.INTERNAL_SERVER_ERROR) + .body(new ErrorResponse( + Instant.now(), + "INTERNAL_SERVER_ERROR", + e.getMessage(), + null, + e.getClass().getSimpleName(), + 500)); + } } diff --git a/src/main/java/com/sprint/mission/discodeit/exception/binarycontent/BinaryContentException.java b/src/main/java/com/sprint/mission/discodeit/exception/binarycontent/BinaryContentException.java new file mode 100644 index 000000000..40a9755cf --- /dev/null +++ b/src/main/java/com/sprint/mission/discodeit/exception/binarycontent/BinaryContentException.java @@ -0,0 +1,13 @@ +package com.sprint.mission.discodeit.exception.binarycontent; + +import com.sprint.mission.discodeit.exception.DiscodeitException; +import com.sprint.mission.discodeit.exception.ErrorCode; +import java.util.Map; + +public class BinaryContentException extends DiscodeitException { + + public BinaryContentException(ErrorCode errorCode, + Map details) { + super(errorCode, details); + } +} diff --git a/src/main/java/com/sprint/mission/discodeit/exception/binarycontent/BinaryContentNotFoundException.java b/src/main/java/com/sprint/mission/discodeit/exception/binarycontent/BinaryContentNotFoundException.java new file mode 100644 index 000000000..93dd8257a --- /dev/null +++ b/src/main/java/com/sprint/mission/discodeit/exception/binarycontent/BinaryContentNotFoundException.java @@ -0,0 +1,12 @@ +package com.sprint.mission.discodeit.exception.binarycontent; + +import com.sprint.mission.discodeit.exception.ErrorCode; +import java.util.Map; +import java.util.UUID; + +public class BinaryContentNotFoundException extends BinaryContentException { + + public BinaryContentNotFoundException(UUID id) { + super(ErrorCode.BINARY_CONTENT_NOT_FOUND, Map.of("id", id)); + } +} diff --git a/src/main/java/com/sprint/mission/discodeit/exception/channel/ChannelException.java b/src/main/java/com/sprint/mission/discodeit/exception/channel/ChannelException.java new file mode 100644 index 000000000..ad2b501fd --- /dev/null +++ b/src/main/java/com/sprint/mission/discodeit/exception/channel/ChannelException.java @@ -0,0 +1,13 @@ +package com.sprint.mission.discodeit.exception.channel; + +import com.sprint.mission.discodeit.exception.DiscodeitException; +import com.sprint.mission.discodeit.exception.ErrorCode; +import java.util.Map; + +public class ChannelException extends DiscodeitException { + + public ChannelException(ErrorCode errorCode, + Map details) { + super(errorCode, details); + } +} diff --git a/src/main/java/com/sprint/mission/discodeit/exception/channel/ChannelNotFoundException.java b/src/main/java/com/sprint/mission/discodeit/exception/channel/ChannelNotFoundException.java new file mode 100644 index 000000000..c11aa8c99 --- /dev/null +++ b/src/main/java/com/sprint/mission/discodeit/exception/channel/ChannelNotFoundException.java @@ -0,0 +1,12 @@ +package com.sprint.mission.discodeit.exception.channel; + +import com.sprint.mission.discodeit.exception.ErrorCode; +import java.util.Map; +import java.util.UUID; + +public class ChannelNotFoundException extends ChannelException { + + public ChannelNotFoundException(UUID id) { + super(ErrorCode.CHANNEL_NOT_FOUND, Map.of("id", id)); + } +} diff --git a/src/main/java/com/sprint/mission/discodeit/exception/channel/PrivateChannelUpdateNotAllowedException.java b/src/main/java/com/sprint/mission/discodeit/exception/channel/PrivateChannelUpdateNotAllowedException.java new file mode 100644 index 000000000..3e22808a7 --- /dev/null +++ b/src/main/java/com/sprint/mission/discodeit/exception/channel/PrivateChannelUpdateNotAllowedException.java @@ -0,0 +1,12 @@ +package com.sprint.mission.discodeit.exception.channel; + +import com.sprint.mission.discodeit.exception.ErrorCode; +import java.util.Map; +import java.util.UUID; + +public class PrivateChannelUpdateNotAllowedException extends ChannelException { + + public PrivateChannelUpdateNotAllowedException(UUID id) { + super(ErrorCode.PRIVATE_CHANNEL_UPDATE_NOT_ALLOWED, Map.of("id", id)); + } +} diff --git a/src/main/java/com/sprint/mission/discodeit/exception/message/MessageException.java b/src/main/java/com/sprint/mission/discodeit/exception/message/MessageException.java new file mode 100644 index 000000000..875baae21 --- /dev/null +++ b/src/main/java/com/sprint/mission/discodeit/exception/message/MessageException.java @@ -0,0 +1,13 @@ +package com.sprint.mission.discodeit.exception.message; + +import com.sprint.mission.discodeit.exception.DiscodeitException; +import com.sprint.mission.discodeit.exception.ErrorCode; +import java.util.Map; + +public class MessageException extends DiscodeitException { + + public MessageException(ErrorCode errorCode, + Map details) { + super(errorCode, details); + } +} diff --git a/src/main/java/com/sprint/mission/discodeit/exception/message/MessageNotFoundException.java b/src/main/java/com/sprint/mission/discodeit/exception/message/MessageNotFoundException.java new file mode 100644 index 000000000..5907315eb --- /dev/null +++ b/src/main/java/com/sprint/mission/discodeit/exception/message/MessageNotFoundException.java @@ -0,0 +1,12 @@ +package com.sprint.mission.discodeit.exception.message; + +import com.sprint.mission.discodeit.exception.ErrorCode; +import java.util.Map; +import java.util.UUID; + +public class MessageNotFoundException extends MessageException { + + public MessageNotFoundException(UUID id) { + super(ErrorCode.MESSAGE_NOT_FOUND, Map.of("id", id)); + } +} diff --git a/src/main/java/com/sprint/mission/discodeit/exception/readstatus/ReadStatusException.java b/src/main/java/com/sprint/mission/discodeit/exception/readstatus/ReadStatusException.java new file mode 100644 index 000000000..743953ce1 --- /dev/null +++ b/src/main/java/com/sprint/mission/discodeit/exception/readstatus/ReadStatusException.java @@ -0,0 +1,13 @@ +package com.sprint.mission.discodeit.exception.readstatus; + +import com.sprint.mission.discodeit.exception.DiscodeitException; +import com.sprint.mission.discodeit.exception.ErrorCode; +import java.util.Map; + +public class ReadStatusException extends DiscodeitException { + + public ReadStatusException(ErrorCode errorCode, + Map details) { + super(errorCode, details); + } +} diff --git a/src/main/java/com/sprint/mission/discodeit/exception/readstatus/ReadStatusNotFoundException.java b/src/main/java/com/sprint/mission/discodeit/exception/readstatus/ReadStatusNotFoundException.java new file mode 100644 index 000000000..6cf4ae755 --- /dev/null +++ b/src/main/java/com/sprint/mission/discodeit/exception/readstatus/ReadStatusNotFoundException.java @@ -0,0 +1,12 @@ +package com.sprint.mission.discodeit.exception.readstatus; + +import com.sprint.mission.discodeit.exception.ErrorCode; +import java.util.Map; +import java.util.UUID; + +public class ReadStatusNotFoundException extends ReadStatusException { + + public ReadStatusNotFoundException(UUID readStatusId) { + super(ErrorCode.READ_STATUS_NOT_FOUND, Map.of("readStatusId", readStatusId)); + } +} diff --git a/src/main/java/com/sprint/mission/discodeit/exception/storage/StorageException.java b/src/main/java/com/sprint/mission/discodeit/exception/storage/StorageException.java new file mode 100644 index 000000000..a4781dc79 --- /dev/null +++ b/src/main/java/com/sprint/mission/discodeit/exception/storage/StorageException.java @@ -0,0 +1,13 @@ +package com.sprint.mission.discodeit.exception.storage; + +import com.sprint.mission.discodeit.exception.DiscodeitException; +import com.sprint.mission.discodeit.exception.ErrorCode; +import java.util.Map; + +public class StorageException extends DiscodeitException { + + public StorageException(ErrorCode errorCode, + Map details) { + super(errorCode, details); + } +} diff --git a/src/main/java/com/sprint/mission/discodeit/exception/storage/StorageFileNotFoundException.java b/src/main/java/com/sprint/mission/discodeit/exception/storage/StorageFileNotFoundException.java new file mode 100644 index 000000000..7d18df7a6 --- /dev/null +++ b/src/main/java/com/sprint/mission/discodeit/exception/storage/StorageFileNotFoundException.java @@ -0,0 +1,12 @@ +package com.sprint.mission.discodeit.exception.storage; + +import com.sprint.mission.discodeit.exception.ErrorCode; +import java.util.Map; +import java.util.UUID; + +public class StorageFileNotFoundException extends StorageException { + + public StorageFileNotFoundException(UUID id) { + super(ErrorCode.FILE_NOT_FOUND, Map.of("id", id)); + } +} diff --git a/src/main/java/com/sprint/mission/discodeit/exception/storage/StorageFileSaveFailedException.java b/src/main/java/com/sprint/mission/discodeit/exception/storage/StorageFileSaveFailedException.java new file mode 100644 index 000000000..13574d035 --- /dev/null +++ b/src/main/java/com/sprint/mission/discodeit/exception/storage/StorageFileSaveFailedException.java @@ -0,0 +1,12 @@ +package com.sprint.mission.discodeit.exception.storage; + +import com.sprint.mission.discodeit.exception.ErrorCode; +import java.util.Map; +import java.util.UUID; + +public class StorageFileSaveFailedException extends StorageException { + + public StorageFileSaveFailedException(UUID id) { + super(ErrorCode.FILE_SAVE_FAILED, Map.of("id", id)); + } +} diff --git a/src/main/java/com/sprint/mission/discodeit/exception/storage/StorageInitFailedException.java b/src/main/java/com/sprint/mission/discodeit/exception/storage/StorageInitFailedException.java new file mode 100644 index 000000000..7db68436d --- /dev/null +++ b/src/main/java/com/sprint/mission/discodeit/exception/storage/StorageInitFailedException.java @@ -0,0 +1,11 @@ +package com.sprint.mission.discodeit.exception.storage; + +import com.sprint.mission.discodeit.exception.ErrorCode; +import java.util.Map; + +public class StorageInitFailedException extends StorageException { + + public StorageInitFailedException(String path) { + super(ErrorCode.STORAGE_INIT_FAILED, Map.of("path", path)); + } +} diff --git a/src/main/java/com/sprint/mission/discodeit/exception/user/EmailAlreadyExistException.java b/src/main/java/com/sprint/mission/discodeit/exception/user/EmailAlreadyExistException.java new file mode 100644 index 000000000..26dd999d8 --- /dev/null +++ b/src/main/java/com/sprint/mission/discodeit/exception/user/EmailAlreadyExistException.java @@ -0,0 +1,11 @@ +package com.sprint.mission.discodeit.exception.user; + +import com.sprint.mission.discodeit.exception.ErrorCode; +import java.util.Map; + +public class EmailAlreadyExistException extends UserException { + + public EmailAlreadyExistException(String email) { + super(ErrorCode.EMAIL_ALREADY_EXISTS, Map.of("email", email)); + } +} diff --git a/src/main/java/com/sprint/mission/discodeit/exception/user/InvalidCredentialException.java b/src/main/java/com/sprint/mission/discodeit/exception/user/InvalidCredentialException.java new file mode 100644 index 000000000..e4e22697b --- /dev/null +++ b/src/main/java/com/sprint/mission/discodeit/exception/user/InvalidCredentialException.java @@ -0,0 +1,11 @@ +package com.sprint.mission.discodeit.exception.user; + +import com.sprint.mission.discodeit.exception.ErrorCode; +import java.util.Map; + +public class InvalidCredentialException extends UserException { + + public InvalidCredentialException(String username) { + super(ErrorCode.INVALID_CREDENTIALS, Map.of("username", username)); + } +} diff --git a/src/main/java/com/sprint/mission/discodeit/exception/user/UserException.java b/src/main/java/com/sprint/mission/discodeit/exception/user/UserException.java new file mode 100644 index 000000000..58ed3b686 --- /dev/null +++ b/src/main/java/com/sprint/mission/discodeit/exception/user/UserException.java @@ -0,0 +1,12 @@ +package com.sprint.mission.discodeit.exception.user; + +import com.sprint.mission.discodeit.exception.DiscodeitException; +import com.sprint.mission.discodeit.exception.ErrorCode; +import java.util.Map; + +public class UserException extends DiscodeitException { + + public UserException(ErrorCode errorCode, Map details) { + super(errorCode, details); + } +} diff --git a/src/main/java/com/sprint/mission/discodeit/exception/user/UserNameAlreadyExistsException.java b/src/main/java/com/sprint/mission/discodeit/exception/user/UserNameAlreadyExistsException.java new file mode 100644 index 000000000..a169ce9b3 --- /dev/null +++ b/src/main/java/com/sprint/mission/discodeit/exception/user/UserNameAlreadyExistsException.java @@ -0,0 +1,11 @@ +package com.sprint.mission.discodeit.exception.user; + +import com.sprint.mission.discodeit.exception.ErrorCode; +import java.util.Map; + +public class UserNameAlreadyExistsException extends UserException { + + public UserNameAlreadyExistsException(String userName) { + super(ErrorCode.USERNAME_ALREADY_EXISTS, Map.of("userName", userName)); + } +} diff --git a/src/main/java/com/sprint/mission/discodeit/exception/user/UserNotFoundException.java b/src/main/java/com/sprint/mission/discodeit/exception/user/UserNotFoundException.java new file mode 100644 index 000000000..3c391b9af --- /dev/null +++ b/src/main/java/com/sprint/mission/discodeit/exception/user/UserNotFoundException.java @@ -0,0 +1,12 @@ +package com.sprint.mission.discodeit.exception.user; + +import com.sprint.mission.discodeit.exception.ErrorCode; +import java.util.Map; +import java.util.UUID; + +public class UserNotFoundException extends UserException { + + public UserNotFoundException(UUID userId) { + super(ErrorCode.USER_NOT_FOUND, Map.of("userId", userId)); + } +} diff --git a/src/main/java/com/sprint/mission/discodeit/exception/user/UserStatusAlreadyExistsException.java b/src/main/java/com/sprint/mission/discodeit/exception/user/UserStatusAlreadyExistsException.java new file mode 100644 index 000000000..b89acb623 --- /dev/null +++ b/src/main/java/com/sprint/mission/discodeit/exception/user/UserStatusAlreadyExistsException.java @@ -0,0 +1,12 @@ +package com.sprint.mission.discodeit.exception.user; + +import com.sprint.mission.discodeit.exception.ErrorCode; +import java.util.Map; +import java.util.UUID; + +public class UserStatusAlreadyExistsException extends UserException { + + public UserStatusAlreadyExistsException(UUID userId) { + super(ErrorCode.USER_STATUS_ALREADY_EXISTS, Map.of("userId", userId)); + } +} diff --git a/src/main/java/com/sprint/mission/discodeit/exception/user/UserStatusNotFoundException.java b/src/main/java/com/sprint/mission/discodeit/exception/user/UserStatusNotFoundException.java new file mode 100644 index 000000000..74c954a68 --- /dev/null +++ b/src/main/java/com/sprint/mission/discodeit/exception/user/UserStatusNotFoundException.java @@ -0,0 +1,12 @@ +package com.sprint.mission.discodeit.exception.user; + +import com.sprint.mission.discodeit.exception.ErrorCode; +import java.util.Map; +import java.util.UUID; + +public class UserStatusNotFoundException extends UserException { + + public UserStatusNotFoundException(UUID userId) { + super(ErrorCode.USER_STATUS_NOT_FOUND, Map.of("userId", userId)); + } +} diff --git a/src/main/java/com/sprint/mission/discodeit/service/UserStatusService.java b/src/main/java/com/sprint/mission/discodeit/service/UserStatusService.java index bfbdad085..bea39dbdd 100644 --- a/src/main/java/com/sprint/mission/discodeit/service/UserStatusService.java +++ b/src/main/java/com/sprint/mission/discodeit/service/UserStatusService.java @@ -9,15 +9,15 @@ public interface UserStatusService { UserStatusDto create(UserStatusCreateDto userStatusCreateDto); - UserStatusDto findById(UUID id); +// UserStatusDto findById(UUID id); - List findAll(); +// List findAll(); - UserStatusDto update(UUID userStatusId, UserStatusUpdateByIdDto userStatusUpdateByIdDto); +// UserStatusDto update(UUID userStatusId, UserStatusUpdateByIdDto userStatusUpdateByIdDto); UserStatusDto updateByUserId(UUID userId, UserStatusUpdateRequest userStatusUpdateRequest); - void delete(UUID id); +// void delete(UUID id); } diff --git a/src/main/java/com/sprint/mission/discodeit/service/basic/BasicAuthService.java b/src/main/java/com/sprint/mission/discodeit/service/basic/BasicAuthService.java index 61e2ba4ae..0ecea4865 100644 --- a/src/main/java/com/sprint/mission/discodeit/service/basic/BasicAuthService.java +++ b/src/main/java/com/sprint/mission/discodeit/service/basic/BasicAuthService.java @@ -4,13 +4,13 @@ import com.sprint.mission.discodeit.dto.LoginRequest; import com.sprint.mission.discodeit.entity.User; import com.sprint.mission.discodeit.entity.UserStatus; +import com.sprint.mission.discodeit.exception.user.InvalidCredentialException; import com.sprint.mission.discodeit.mapper.UserMapper; import com.sprint.mission.discodeit.repository.UserRepository; import com.sprint.mission.discodeit.repository.UserStatusRepository; import com.sprint.mission.discodeit.service.AuthService; import jakarta.transaction.Transactional; import java.time.Instant; -import java.util.NoSuchElementException; import lombok.RequiredArgsConstructor; import org.springframework.stereotype.Service; @@ -27,7 +27,7 @@ public class BasicAuthService implements AuthService { public UserDto login(LoginRequest request) { User user = userRepository.findByUsername(request.username()) .filter(u -> u.getPassword().equals(request.password())) - .orElseThrow(() -> new NoSuchElementException("해당 정보와 일치하는 사용자가 없습니다.")); + .orElseThrow(() -> new InvalidCredentialException(request.username())); UserStatus userStatus = userStatusRepository.findByUserId(user.getId()) .orElseGet(() -> { diff --git a/src/main/java/com/sprint/mission/discodeit/service/basic/BasicBinaryContentService.java b/src/main/java/com/sprint/mission/discodeit/service/basic/BasicBinaryContentService.java index c4baa7ff1..417d504fd 100644 --- a/src/main/java/com/sprint/mission/discodeit/service/basic/BasicBinaryContentService.java +++ b/src/main/java/com/sprint/mission/discodeit/service/basic/BasicBinaryContentService.java @@ -3,12 +3,13 @@ import com.sprint.mission.discodeit.dto.BinaryContentCreateDto; import com.sprint.mission.discodeit.dto.BinaryContentDto; import com.sprint.mission.discodeit.entity.BinaryContent; +import com.sprint.mission.discodeit.exception.binarycontent.BinaryContentNotFoundException; import com.sprint.mission.discodeit.mapper.BinaryContentMapper; import com.sprint.mission.discodeit.repository.BinaryContentRepository; import com.sprint.mission.discodeit.service.BinaryContentService; import com.sprint.mission.discodeit.storage.BinaryContentStorage; -import jakarta.persistence.EntityNotFoundException; import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; import org.springframework.stereotype.Service; import java.util.List; @@ -17,6 +18,7 @@ @RequiredArgsConstructor @Service +@Slf4j public class BasicBinaryContentService implements BinaryContentService { private final BinaryContentMapper binaryContentMapper; @@ -26,13 +28,21 @@ public class BasicBinaryContentService implements BinaryContentService { @Override @Transactional public BinaryContentDto create(BinaryContentCreateDto binaryContentCreateDto) { + log.info("파일 업로드 시작: contentType={}, fileName={}, size={}", + binaryContentCreateDto.contentType(), + binaryContentCreateDto.fileName(), + binaryContentCreateDto.size()); + BinaryContent binaryContent = new BinaryContent(binaryContentCreateDto.contentType(), binaryContentCreateDto.size(), binaryContentCreateDto.fileName()); binaryContentRepository.save(binaryContent); - storage.put(binaryContent.getId(), binaryContentCreateDto.content()); + log.info("파일 업로드 완료: id={}, fileName={}", + binaryContent.getId(), + binaryContent.getFileName()); + return binaryContentMapper.toBinaryContentDto(binaryContent); } @@ -40,7 +50,7 @@ public BinaryContentDto create(BinaryContentCreateDto binaryContentCreateDto) { @Transactional(readOnly = true) public BinaryContentDto findById(UUID id) { return binaryContentMapper.toBinaryContentDto(binaryContentRepository.findById(id) - .orElseThrow(() -> new EntityNotFoundException("해당 파일이 없습니다."))); + .orElseThrow(() -> new BinaryContentNotFoundException(id))); } @Override @@ -54,9 +64,12 @@ public List findAllById(List idList) { @Override @Transactional public void delete(UUID id) { + log.info("파일 삭제 시작: id={}", id); if (!binaryContentRepository.existsById(id)) { - throw new IllegalArgumentException("해당 파일이 존재하지 않아 삭제할 수 없습니다. ID: " + id); + log.warn("파일 삭제 실패 - 존재하지 않는 파일: id={}", id); + throw new BinaryContentNotFoundException(id); } binaryContentRepository.deleteById(id); + log.info("파일 삭제 완료: id={}", id); } } diff --git a/src/main/java/com/sprint/mission/discodeit/service/basic/BasicChannelService.java b/src/main/java/com/sprint/mission/discodeit/service/basic/BasicChannelService.java index 6cc2e9074..80b875450 100644 --- a/src/main/java/com/sprint/mission/discodeit/service/basic/BasicChannelService.java +++ b/src/main/java/com/sprint/mission/discodeit/service/basic/BasicChannelService.java @@ -6,6 +6,9 @@ import com.sprint.mission.discodeit.dto.PublicChannelCreateRequest; import com.sprint.mission.discodeit.dto.UserDto; import com.sprint.mission.discodeit.entity.*; +import com.sprint.mission.discodeit.exception.channel.ChannelNotFoundException; +import com.sprint.mission.discodeit.exception.channel.PrivateChannelUpdateNotAllowedException; +import com.sprint.mission.discodeit.exception.user.UserNotFoundException; import com.sprint.mission.discodeit.mapper.ChannelMapper; import com.sprint.mission.discodeit.mapper.UserMapper; import com.sprint.mission.discodeit.repository.*; @@ -13,6 +16,7 @@ import java.time.Instant; import java.util.stream.Collectors; import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; import org.springframework.stereotype.Service; import java.util.*; @@ -20,6 +24,7 @@ @RequiredArgsConstructor @Service +@Slf4j public class BasicChannelService implements ChannelService { private final UserRepository userRepository; @@ -33,17 +38,23 @@ public class BasicChannelService implements ChannelService { @Override @Transactional public ChannelDto createPublic(PublicChannelCreateRequest publicChannelCreateRequest) { + log.info("PUBLIC 채널 생성 시작: name={}", publicChannelCreateRequest.name()); + Channel channel = new Channel(publicChannelCreateRequest.name(), IsPrivate.PUBLIC, publicChannelCreateRequest.description()); channelRepository.save(channel); + log.info("PUBLIC 채널 생성 완료: id={}, name={}", channel.getId(), channel.getName()); + return channelMapper.toChannelDto(channel); } @Override @Transactional public ChannelDto createPrivate(PrivateChannelCreateRequest privateChannelCreateRequest) { + log.info("PRIVATE 채널 생성 시작: participantIds={}", privateChannelCreateRequest.participantIds()); + Channel channel = new Channel(null, IsPrivate.PRIVATE, null); channelRepository.save(channel); @@ -52,10 +63,14 @@ public ChannelDto createPrivate(PrivateChannelCreateRequest privateChannelCreate privateChannelCreateRequest.participantIds() .forEach(uId -> { User user = userRepository.findById(uId) - .orElseThrow(() -> new NoSuchElementException("해당 사용자가 없습니다.")); + .orElseThrow(() -> { + log.warn("PRIVATE 채널 생성 실패 - 존재하지 않는 사용자: id={}", uId); + return new UserNotFoundException(uId); + }); ReadStatus readStatus = new ReadStatus(user, channel, Instant.now()); readStatusRepository.save(readStatus); }); + log.info("PRIVATE 채널 생성 완료: id={}", channel.getId()); return channelMapper.toChannelDto(channel); } @@ -64,7 +79,7 @@ public ChannelDto createPrivate(PrivateChannelCreateRequest privateChannelCreate @Transactional(readOnly = true) public ChannelDto findById(UUID id) { Channel channel = channelRepository.findById(id) - .orElseThrow(() -> new NoSuchElementException("실패 : 존재하지 않는 채널 ID입니다.")); + .orElseThrow(() -> new ChannelNotFoundException(id)); return channelMapper.toChannelDto(channel); } @@ -73,6 +88,9 @@ public ChannelDto findById(UUID id) { @Transactional(readOnly = true) public List findAllByUserId(UUID userId) { List channels = channelRepository.findAllByUserId(userId); + if (channels.isEmpty()) { + return List.of(); + } List channelIds = channels.stream() .map(Channel::getId) .toList(); @@ -111,13 +129,23 @@ private boolean isVisibleToUser(Channel channel, UUID userId) { @Override @Transactional public ChannelDto update(UUID id, PublicChannelUpdateRequest publicChannelUpdateRequest) { + log.info("채널 수정 시작: id={}", id); + Channel channel = channelRepository.findById(id) - .orElseThrow(() -> new NoSuchElementException("해당 채널이 없습니다.")); + .orElseThrow(() -> { + log.warn("채널 수정 실패 - 존재하지 않는 채널: id={}", id); + return new ChannelNotFoundException(id); + }); + if (channel.getType().equals(IsPrivate.PRIVATE)) { - throw new IllegalArgumentException("PRIVATE 채널은 수정할 수 없습니다."); + log.warn("채널 수정 실패 - PRIVATE 채널 수정 시도: id={}", id); + throw new PrivateChannelUpdateNotAllowedException(id); } + channel.updateName(publicChannelUpdateRequest.newName()); channel.updateDescription(publicChannelUpdateRequest.newDescription()); + log.info("채널 수정 완료: id={}, name={}", id, channel.getName()); + return channelMapper.toChannelDto(channel); } @@ -125,9 +153,9 @@ public ChannelDto update(UUID id, PublicChannelUpdateRequest publicChannelUpdate @Transactional public ChannelDto joinChannel(UUID userId, UUID channelId) { Channel channel = channelRepository.findById(channelId) - .orElseThrow(() -> new NoSuchElementException("해당 채널이 없습니다.")); + .orElseThrow(() -> new ChannelNotFoundException(channelId)); User user = userRepository.findById(userId) - .orElseThrow(() -> new NoSuchElementException("일치하는 사용자가 없습니다.")); + .orElseThrow(() -> new UserNotFoundException(userId)); ReadStatus readStatus = new ReadStatus(user, channel, Instant.now()); readStatusRepository.save(readStatus); @@ -141,15 +169,20 @@ public ChannelDto joinChannel(UUID userId, UUID channelId) { @Override @Transactional public void delete(UUID id) { + log.info("채널 삭제 시작: id={}", id); + Channel channel = channelRepository.findById(id) - .orElseThrow(() -> new NoSuchElementException("해당 채널이 없습니다.")); + .orElseThrow(() -> { + log.warn("채널 삭제 실패 - 존재하지 않는 채널: id={}", id); + return new ChannelNotFoundException(id); + }); // 채널의 메시지 삭제하기 messageRepository.deleteByChannelId(id); - // ReadStatus 삭제 readStatusRepository.deleteByChannelId(id); channelRepository.deleteById(id); + log.info("채널 삭제 완료: id={}", id); } } diff --git a/src/main/java/com/sprint/mission/discodeit/service/basic/BasicMessageService.java b/src/main/java/com/sprint/mission/discodeit/service/basic/BasicMessageService.java index 9d161e9ed..5b93d6d12 100644 --- a/src/main/java/com/sprint/mission/discodeit/service/basic/BasicMessageService.java +++ b/src/main/java/com/sprint/mission/discodeit/service/basic/BasicMessageService.java @@ -5,8 +5,10 @@ import com.sprint.mission.discodeit.dto.MessageUpdateRequest; import com.sprint.mission.discodeit.dto.response.PageResponse; import com.sprint.mission.discodeit.entity.*; +import com.sprint.mission.discodeit.exception.channel.ChannelNotFoundException; +import com.sprint.mission.discodeit.exception.message.MessageNotFoundException; +import com.sprint.mission.discodeit.exception.user.UserNotFoundException; import com.sprint.mission.discodeit.mapper.MessageMapper; -import com.sprint.mission.discodeit.mapper.PageResponseMapper; import com.sprint.mission.discodeit.repository.*; import com.sprint.mission.discodeit.service.MessageService; import com.sprint.mission.discodeit.storage.BinaryContentStorage; @@ -15,14 +17,12 @@ import java.io.IOException; import java.time.Instant; import java.util.ArrayList; -import java.util.NoSuchElementException; import lombok.RequiredArgsConstructor; -import org.springframework.data.domain.Page; +import lombok.extern.slf4j.Slf4j; import org.springframework.data.domain.Slice; import org.springframework.stereotype.Service; import org.springframework.data.domain.Pageable; -import java.util.Comparator; import java.util.List; import java.util.UUID; import org.springframework.transaction.annotation.Transactional; @@ -30,6 +30,7 @@ @RequiredArgsConstructor @Service +@Slf4j public class BasicMessageService implements MessageService { private final MessageRepository messageRepository; @@ -39,7 +40,6 @@ public class BasicMessageService implements MessageService { private final MessageMapper messageMapper; private final BinaryContentRepository binaryContentRepository; private final ReadStatusRepository readStatusRepository; - private final PageResponseMapper pageResponseMapper; private final BinaryContentStorage binaryContentStorage; @PersistenceContext private EntityManager entityManager; @@ -49,10 +49,20 @@ public class BasicMessageService implements MessageService { public MessageDto create(MessageCreateRequest messageCreateRequest, List attachments) throws IOException { + + log.info("메시지 생성 시작: authorId={}, channelId={}", messageCreateRequest.authorId(), + messageCreateRequest.channelId()); + User author = userRepository.findById(messageCreateRequest.authorId()) - .orElseThrow(() -> new NoSuchElementException("일치하는 사용자가 없습니다.")); + .orElseThrow(() -> { + log.warn("메시지 생성 실패 - 존재하지 않는 사용자: authorId={}", messageCreateRequest.authorId()); + return new UserNotFoundException(messageCreateRequest.authorId()); + }); Channel channel = channelRepository.findById(messageCreateRequest.channelId()) - .orElseThrow(() -> new NoSuchElementException("일치하는 채널이 없습니다.")); + .orElseThrow(() -> { + log.warn("메시지 생성 실패 - 존재하지 않는 채널: channelId={}", messageCreateRequest.channelId()); + return new ChannelNotFoundException(messageCreateRequest.channelId()); + }); List savedContents = new ArrayList<>(); if (attachments != null) { @@ -65,6 +75,7 @@ public MessageDto create(MessageCreateRequest messageCreateRequest, binaryContentStorage.put(content.getId(), file.getBytes()); savedContents.add(content); + log.debug("첨부파일 저장 완료: fileName={}", content.getFileName()); } } @@ -76,31 +87,21 @@ public MessageDto create(MessageCreateRequest messageCreateRequest, // 사용자 활동 시간 갱신 userStatusRepository.findByUserId(messageCreateRequest.authorId()) .ifPresent(us -> us.update(now)); - readStatusRepository.findByUserIdAndChannelId(messageCreateRequest.authorId(), channel.getId()) .ifPresent(rs -> rs.updateLastReadAt(now.plusMillis(10))); // 찰나의 차이로 본인 메시지 안 읽음 방지 - return messageMapper.toMessageDto(message); - } - private void validateAttachments(List attachments) { - if (attachments == null) { - return; // 첨부파일 없을 때 - } - - boolean allMatch = attachments.stream() // 첨부파일이 유효할 때 - .allMatch(bc -> binaryContentRepository.findById(bc.getId()).isPresent()); + log.info("메시지 생성 완료: id={}, authorId={}, channelId={}", message.getId(), author.getId(), + channel.getId()); - if (!allMatch) { // 첨부파일 유효 X - throw new IllegalArgumentException("해당 파일이 없습니다."); - } + return messageMapper.toMessageDto(message); } @Override @Transactional(readOnly = true) public MessageDto findById(UUID id) { Message message = messageRepository.findById(id) - .orElseThrow(() -> new NoSuchElementException("존재하지 않는 메시지 ID입니다.")); + .orElseThrow(() -> new MessageNotFoundException(id)); return messageMapper.toMessageDto(message); } @@ -130,11 +131,17 @@ public MessageDto findById(UUID id) { @Override @Transactional public MessageDto update(UUID id, MessageUpdateRequest messageUpdateRequest) { + log.info("메시지 수정 시작: id={}", id); + Message message = messageRepository.findById(id) - .orElseThrow(() -> new NoSuchElementException("해당 메시지가 없습니다.")); + .orElseThrow(() -> { + log.warn("메시지 수정 실패 - 존재하지 않는 메시지: id={}", id); + return new MessageNotFoundException(id); + }); message.updateContent(messageUpdateRequest.newContent()); + log.info("메시지 수정 완료: id={}", id); return messageMapper.toMessageDto(message); } @@ -184,9 +191,14 @@ public PageResponse getMessages(UUID channelId, Instant cursor, Page @Override @Transactional public void delete(UUID id) { + log.info("메시지 삭제 시작: id={}", id); Message message = messageRepository.findById(id) - .orElseThrow(() -> new NoSuchElementException("해당 메시지가 없습니다.")); + .orElseThrow(() -> { + log.warn("메시지 삭제 실패 - 존재하지 않는 메시지: id={}", id); + return new MessageNotFoundException(id); + }); + log.info("메시지 삭제 완료: id={}", id); // 메시지 자체 삭제 messageRepository.deleteById(id); } diff --git a/src/main/java/com/sprint/mission/discodeit/service/basic/BasicReadStatusService.java b/src/main/java/com/sprint/mission/discodeit/service/basic/BasicReadStatusService.java index 0d158b2eb..d8a23f382 100644 --- a/src/main/java/com/sprint/mission/discodeit/service/basic/BasicReadStatusService.java +++ b/src/main/java/com/sprint/mission/discodeit/service/basic/BasicReadStatusService.java @@ -6,13 +6,15 @@ import com.sprint.mission.discodeit.entity.Channel; import com.sprint.mission.discodeit.entity.ReadStatus; import com.sprint.mission.discodeit.entity.User; +import com.sprint.mission.discodeit.exception.channel.ChannelNotFoundException; +import com.sprint.mission.discodeit.exception.readstatus.ReadStatusNotFoundException; +import com.sprint.mission.discodeit.exception.user.UserNotFoundException; import com.sprint.mission.discodeit.mapper.ReadStatusMapper; import com.sprint.mission.discodeit.repository.ChannelRepository; import com.sprint.mission.discodeit.repository.ReadStatusRepository; import com.sprint.mission.discodeit.repository.UserRepository; import com.sprint.mission.discodeit.service.ReadStatusService; import java.time.Instant; -import java.util.NoSuchElementException; import lombok.RequiredArgsConstructor; import org.springframework.stereotype.Service; @@ -34,10 +36,10 @@ public class BasicReadStatusService implements ReadStatusService { public ReadStatusDto create(ReadStatusCreateRequest readStatusCreateRequest) { // Channel, User 존재 여부 검증 User user = userRepository.findById(readStatusCreateRequest.userId()) - .orElseThrow(() -> new NoSuchElementException("해당 사용자가 없습니다.")); + .orElseThrow(() -> new UserNotFoundException(readStatusCreateRequest.userId())); Channel channel = channelRepository.findById(readStatusCreateRequest.channelId()) - .orElseThrow(() -> new NoSuchElementException("해당 채널이 없습니다.")); + .orElseThrow(() -> new ChannelNotFoundException(readStatusCreateRequest.channelId())); // 중복된 데이터 검증 return readStatusRepository.findByUserIdAndChannelId(readStatusCreateRequest.userId(), @@ -45,8 +47,10 @@ public ReadStatusDto create(ReadStatusCreateRequest readStatusCreateRequest) { .map(readStatusMapper::toReadStatusDto) // 이미 있으면 그걸 그냥 리턴 (200 OK) .orElseGet(() -> { // 2. 진짜 없으면 그때 생성한다. - ReadStatus newStatus = new ReadStatus(user, - channel, readStatusCreateRequest.lastReadAt()); + Instant lastReadAt = readStatusCreateRequest.lastReadAt() != null + ? readStatusCreateRequest.lastReadAt() + : Instant.now(); + ReadStatus newStatus = new ReadStatus(user, channel, lastReadAt); return readStatusMapper.toReadStatusDto(readStatusRepository.save(newStatus)); }); } @@ -57,14 +61,14 @@ public ReadStatusDto findById(UUID id) { return readStatusMapper .toReadStatusDto( readStatusRepository.findById(id) - .orElseThrow(() -> new NoSuchElementException("해당 ReadStatus가 없습니다."))); + .orElseThrow(() -> new ReadStatusNotFoundException(id))); } @Override @Transactional(readOnly = true) public List findAllByUserId(UUID userId) { userRepository.findById(userId) - .orElseThrow(() -> new NoSuchElementException("해당 사용자가 없습니다.")); + .orElseThrow(() -> new UserNotFoundException(userId)); return readStatusRepository.findAllByUserId(userId).stream() .map(readStatusMapper::toReadStatusDto) @@ -75,8 +79,13 @@ public List findAllByUserId(UUID userId) { @Transactional public ReadStatusDto update(UUID id, ReadStatusUpdateRequest readStatusUpdateRequest) { ReadStatus readStatus = readStatusRepository.findById(id) - .orElseThrow(() -> new NoSuchElementException("해당 ReadStatus가 없습니다.")); - readStatus.updateLastReadAt(readStatusUpdateRequest.newLastReadAt()); + .orElseThrow(() -> new ReadStatusNotFoundException(id)); + + Instant newLastReadAt = readStatusUpdateRequest.newLastReadAt() != null + ? readStatusUpdateRequest.newLastReadAt() + : Instant.now(); + + readStatus.updateLastReadAt(newLastReadAt); return readStatusMapper.toReadStatusDto(readStatus); } @@ -84,7 +93,7 @@ public ReadStatusDto update(UUID id, ReadStatusUpdateRequest readStatusUpdateReq @Transactional public void delete(UUID id) { readStatusRepository.findById(id) - .orElseThrow(() -> new NoSuchElementException("해당 ReadStatus가 없습니다.")); + .orElseThrow(() -> new ReadStatusNotFoundException(id)); readStatusRepository.deleteById(id); } diff --git a/src/main/java/com/sprint/mission/discodeit/service/basic/BasicUserService.java b/src/main/java/com/sprint/mission/discodeit/service/basic/BasicUserService.java index 4b3c6a4d8..ac61c2e90 100644 --- a/src/main/java/com/sprint/mission/discodeit/service/basic/BasicUserService.java +++ b/src/main/java/com/sprint/mission/discodeit/service/basic/BasicUserService.java @@ -4,6 +4,10 @@ import com.sprint.mission.discodeit.dto.UserCreateRequest; import com.sprint.mission.discodeit.dto.UserUpdateRequest; import com.sprint.mission.discodeit.entity.*; +import com.sprint.mission.discodeit.exception.user.EmailAlreadyExistException; +import com.sprint.mission.discodeit.exception.user.UserNameAlreadyExistsException; +import com.sprint.mission.discodeit.exception.user.UserNotFoundException; +import com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException; import com.sprint.mission.discodeit.mapper.UserMapper; import com.sprint.mission.discodeit.repository.*; import com.sprint.mission.discodeit.service.UserService; @@ -11,6 +15,7 @@ import java.io.IOException; import java.time.Instant; import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; import org.springframework.stereotype.Service; import java.util.*; @@ -19,6 +24,7 @@ @RequiredArgsConstructor @Service +@Slf4j public class BasicUserService implements UserService { private final UserRepository userRepository; @@ -33,13 +39,17 @@ public class BasicUserService implements UserService { @Override @Transactional public UserDto create(UserCreateRequest request, MultipartFile file) throws IOException { + log.info("사용자 생성 시작: username={}, email={}", request.username(), request.email()); + userRepository.findByUsername(request.username()) .ifPresent(u -> { - throw new IllegalArgumentException("이미 존재하는 닉네임입니다."); + log.warn("사용자 생성 실패 - 이미 존재하는 닉네임: username={}", request.username()); + throw new UserNameAlreadyExistsException(request.username()); }); userRepository.findByEmail(request.email()) .ifPresent(u -> { - throw new IllegalArgumentException("이미 존재하는 이메일입니다."); + log.warn("사용자 생성 실패 - 이미 존재하는 이메일: email={}", request.email()); + throw new EmailAlreadyExistException(request.email()); }); BinaryContent profile = null; @@ -49,18 +59,17 @@ public UserDto create(UserCreateRequest request, MultipartFile file) throws IOEx file.getSize(), file.getOriginalFilename() ); - binaryContentRepository.save(profile); - storage.put(profile.getId(), file.getBytes()); + log.debug("프로필 이미지 등록 완료: profileName={}", profile.getFileName()); } - User user = new User(request.username(), request.email(), request.password(), - profile); + User user = new User(request.username(), request.email(), request.password(), profile); UserStatus userStatus = new UserStatus(user, Instant.now()); user.setUserStatus(userStatus); userStatus.setUser(user); userRepository.save(user); + log.info("사용자 생성 완료: username={}, email={}", request.username(), request.email()); return userMapper.toUserDto(user); } @@ -69,11 +78,10 @@ public UserDto create(UserCreateRequest request, MultipartFile file) throws IOEx @Transactional(readOnly = true) public UserDto findById(UUID id) { User user = userRepository.findById(id).orElseThrow(() - -> new NoSuchElementException("실패 : 존재하지 않는 사용자 ID입니다.")); + -> new UserNotFoundException(id)); UserStatus userStatus = userStatusRepository.findByUserId(user.getId()) - .orElseThrow(() -> new NoSuchElementException("해당 사용자가 없습니다.")); + .orElseThrow(() -> new UserStatusNotFoundException(id)); return userMapper.toUserDto(user); - } @Override @@ -89,45 +97,51 @@ public List findAll() { @Override @Transactional public UserDto update(UUID id, UserUpdateRequest request, MultipartFile file) throws IOException { + log.debug("사용자 수정 시작: id={}", id); + User user = userRepository.findById(id) - .orElseThrow(() -> new NoSuchElementException("해당 사용자가 없습니다.")); + .orElseThrow(() -> { + log.warn("사용자 수정 실패 - 존재하지 않는 사용자: id={}", id); + return new UserNotFoundException(id); + }); if (request.newUsername() != null && !request.newUsername().equals(user.getUsername())) { userRepository.findByUsername(request.newUsername()) .ifPresent(u -> { - throw new IllegalArgumentException("이미 존재하는 닉네임입니다."); + log.warn("사용자 수정 실패 - 이미 존재하는 닉네임: {}", request.newUsername()); + throw new UserNameAlreadyExistsException(request.newUsername()); }); } if (request.newEmail() != null && !request.newEmail().equals(user.getEmail())) { userRepository.findByEmail(request.newEmail()) .ifPresent(u -> { - throw new IllegalArgumentException("이미 존재하는 이메일입니다."); + log.warn("사용자 수정 실패 - 이미 존재하는 이메일: {}", request.newEmail()); + throw new EmailAlreadyExistException(request.newEmail()); }); } if (user.getStatus() == null) { + log.warn("사용자 상태 없음 - 새로 생성: id={}", id); UserStatus newStatus = new UserStatus(user, Instant.now()); user.setUserStatus(newStatus); } BinaryContent profile = user.getProfile(); - if (file != null && !file.isEmpty()) { profile = new BinaryContent( file.getContentType(), file.getSize(), file.getOriginalFilename() ); - binaryContentRepository.save(profile); - storage.put(profile.getId(), file.getBytes()); + log.debug("프로필 이미지 수정 완료: fileName={}", profile.getFileName()); } user.update(request.newUsername(), profile, request.newEmail(), request.newPassword()); - updateLastActiveTime(user.getId()); // 마지막 접속 시간 갱신 + log.info("사용자 수정 완료: id={}", id); return userMapper.toUserDto(user); } @@ -135,16 +149,19 @@ public UserDto update(UUID id, UserUpdateRequest request, MultipartFile file) th @Override @Transactional public void delete(UUID id) { + log.debug("사용자 삭제 시작: id={}", id); User user = userRepository.findById(id) - .orElseThrow(() -> new NoSuchElementException("해당 사용자가 없습니다.")); + .orElseThrow(() -> { + log.warn("사용자 삭제 실패 - 존재하지 않는 사용자: id={}", id); + return new UserNotFoundException(id); + }); // 사용자가 작성한 메시지 삭제 messageRepository.deleteByAuthorId(id); - // 사용자의 ReadStatus 삭제 readStatusRepository.deleteByUserId(id); - userRepository.deleteById(id); + log.info("사용자 삭제 완료: id={}", id); } private void updateLastActiveTime(UUID id) { diff --git a/src/main/java/com/sprint/mission/discodeit/service/basic/BasicUserStatusService.java b/src/main/java/com/sprint/mission/discodeit/service/basic/BasicUserStatusService.java index 6e9dc46ee..3adf79a12 100644 --- a/src/main/java/com/sprint/mission/discodeit/service/basic/BasicUserStatusService.java +++ b/src/main/java/com/sprint/mission/discodeit/service/basic/BasicUserStatusService.java @@ -3,6 +3,9 @@ import com.sprint.mission.discodeit.dto.*; import com.sprint.mission.discodeit.entity.User; import com.sprint.mission.discodeit.entity.UserStatus; +import com.sprint.mission.discodeit.exception.user.UserNotFoundException; +import com.sprint.mission.discodeit.exception.user.UserStatusAlreadyExistsException; +import com.sprint.mission.discodeit.exception.user.UserStatusNotFoundException; import com.sprint.mission.discodeit.mapper.UserMapper; import com.sprint.mission.discodeit.mapper.UserStatusMapper; import com.sprint.mission.discodeit.repository.UserRepository; @@ -29,10 +32,10 @@ public class BasicUserStatusService implements UserStatusService { @Transactional public UserStatusDto create(UserStatusCreateDto userStatusCreateDto) { User user = userRepository.findById(userStatusCreateDto.userId()) - .orElseThrow(() -> new IllegalArgumentException("해당 사용자가 없습니다.")); + .orElseThrow(() -> new UserNotFoundException(userStatusCreateDto.userId())); userStatusRepository.findByUserId(user.getId()) .ifPresent(i -> { - throw new IllegalArgumentException("해당 사용자의 UserStatus가 이미 있습니다."); + throw new UserStatusAlreadyExistsException(user.getId()); }); UserStatus userStatus = new UserStatus(user, userStatusCreateDto.lastActiveAt()); @@ -40,31 +43,31 @@ public UserStatusDto create(UserStatusCreateDto userStatusCreateDto) { return userStatusMapper.toUserStatusDto(userStatus); } - @Override - @Transactional(readOnly = true) - public UserStatusDto findById(UUID id) { - return userStatusMapper.toUserStatusDto(userStatusRepository.findById(id) - .orElseThrow(() -> new IllegalArgumentException("해당 UserStatus가 없습니다."))); - } - - @Override - @Transactional(readOnly = true) - public List findAll() { - return userStatusRepository.findAll().stream() - .map(userStatusMapper::toUserStatusDto) - .toList(); - } +// @Override +// @Transactional(readOnly = true) +// public UserStatusDto findById(UUID id) { +// return userStatusMapper.toUserStatusDto(userStatusRepository.findById(id) +// .orElseThrow(() -> new UserStatusNotFoundException(id))); +// } - @Override - @Transactional - public UserStatusDto update(UUID userStatusId, - UserStatusUpdateByIdDto userStatusUpdateByIdDto) { - UserStatus userStatus = userStatusRepository.findById(userStatusId) - .orElseThrow(() -> new IllegalArgumentException("해당 UserStatus가 없습니다.")); +// @Override +// @Transactional(readOnly = true) +// public List findAll() { +// return userStatusRepository.findAll().stream() +// .map(userStatusMapper::toUserStatusDto) +// .toList(); +// } - userStatus.update(userStatusUpdateByIdDto.newLastActiveAt()); - return userStatusMapper.toUserStatusDto(userStatus); - } +// @Override +// @Transactional +// public UserStatusDto update(UUID userStatusId, +// UserStatusUpdateByIdDto userStatusUpdateByIdDto) { +// UserStatus userStatus = userStatusRepository.findById(userStatusId) +// .orElseThrow(() -> +// +// userStatus.update(userStatusUpdateByIdDto.newLastActiveAt()); +// return userStatusMapper.toUserStatusDto(userStatus); +// } // User 정보를 포함하여 반환 @Override @@ -72,17 +75,17 @@ public UserStatusDto update(UUID userStatusId, public UserStatusDto updateByUserId(UUID userId, UserStatusUpdateRequest userStatusUpdateRequest) { UserStatus userStatus = userStatusRepository.findByUserId(userId) - .orElseThrow(() -> new IllegalArgumentException("해당 사용자의 상태정보가 없습니다.")); + .orElseThrow(() -> new UserStatusNotFoundException(userId)); userStatus.update(userStatusUpdateRequest.newLastActiveAt()); return userStatusMapper.toUserStatusDto(userStatus); } - @Override - @Transactional - public void delete(UUID id) { - userStatusRepository.findById(id) - .orElseThrow(() -> new IllegalArgumentException("해당 UserStatus가 없습니다.")); - userStatusRepository.deleteById(id); - } +// @Override +// @Transactional +// public void delete(UUID id) { +// userStatusRepository.findById(id) +// .orElseThrow(() -> new UserStatusAlreadyExistsException(id)); +// userStatusRepository.deleteById(id); +// } } diff --git a/src/main/java/com/sprint/mission/discodeit/storage/LocalBinaryContentStorage.java b/src/main/java/com/sprint/mission/discodeit/storage/LocalBinaryContentStorage.java index be90b8179..3dddf38fe 100644 --- a/src/main/java/com/sprint/mission/discodeit/storage/LocalBinaryContentStorage.java +++ b/src/main/java/com/sprint/mission/discodeit/storage/LocalBinaryContentStorage.java @@ -1,6 +1,9 @@ package com.sprint.mission.discodeit.storage; import com.sprint.mission.discodeit.dto.BinaryContentDto; +import com.sprint.mission.discodeit.exception.storage.StorageFileSaveFailedException; +import com.sprint.mission.discodeit.exception.storage.StorageInitFailedException; +import com.sprint.mission.discodeit.exception.storage.StorageFileNotFoundException; import jakarta.annotation.PostConstruct; import java.io.FileInputStream; import java.io.FileNotFoundException; @@ -10,6 +13,7 @@ import java.nio.file.Path; import java.nio.file.Paths; import java.util.UUID; +import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Value; import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty; import org.springframework.core.io.InputStreamResource; @@ -21,6 +25,7 @@ @Component @ConditionalOnProperty(name = "discodeit.storage.type", havingValue = "local") +@Slf4j public class LocalBinaryContentStorage implements BinaryContentStorage { private final Path root; @@ -33,8 +38,10 @@ public LocalBinaryContentStorage(@Value("${discodeit.storage.root-path}") String public void init() { try { Files.createDirectories(root); // 파일 시스템에 디렉터리 생성 + log.info("로컬 파일 저장소 초기화 완료: path={}", root.toAbsolutePath()); } catch (IOException e) { - throw new RuntimeException("저장소를 초기화할 수 없습니다.", e); + log.error("로컬 파일 저장소 초기화 실패: path={}", root.toAbsolutePath(), e); + throw new StorageInitFailedException(root.toAbsolutePath().toString()); } } @@ -44,27 +51,36 @@ private Path resolvePath(UUID id) { @Override public UUID put(UUID id, byte[] bytes) { + log.debug("파일 저장 시작: id={}, size={}bytes", id, bytes.length); try { Files.write(resolvePath(id), bytes); + log.debug("파일 저장 완료: id={}", id); return id; } catch (IOException e) { - throw new RuntimeException("파일 저장에 실패했습니다.", e); + log.error("파일 저장 실패: id={}", id, e); + throw new StorageFileSaveFailedException(id); } } @Override public InputStream get(UUID id) { + log.debug("파일 읽기 시작: id={}", id); try { - return new FileInputStream(resolvePath(id).toFile()); + InputStream inputStream = new FileInputStream(resolvePath(id).toFile()); + log.debug("파일 읽기 완료: id={}", id); + return inputStream; } catch (FileNotFoundException e) { - throw new RuntimeException("파일을 찾을 수 없습니다.", e); + log.warn("파일 읽기 실패 - 존재하지 않는 파일: id={}", id); + throw new StorageFileNotFoundException(id); } } @Override public ResponseEntity download(BinaryContentDto binaryContentDto) { + log.info("파일 다운로드 시작: id={}, fileName={}", binaryContentDto.id(), binaryContentDto.fileName()); InputStream inputStream = get(binaryContentDto.id()); Resource resource = new InputStreamResource(inputStream); + log.info("파일 다운로드 완료: id={}, fileName={}", binaryContentDto.id(), binaryContentDto.fileName()); return ResponseEntity .status(HttpStatus.OK) diff --git a/src/main/resources/application-dev.yaml b/src/main/resources/application-dev.yaml new file mode 100644 index 000000000..1e9155f4e --- /dev/null +++ b/src/main/resources/application-dev.yaml @@ -0,0 +1,32 @@ +spring: + datasource: + url: jdbc:h2:mem:test-practice;MODE=PostgreSQL;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE + username: sa + password: + driver-class-name: org.h2.Driver + jpa: + hibernate: + ddl-auto: update + +server: + port: 8080 + +logging: + level: + root: INFO + com.sprint.mission.discodeit: debug + org.hibernate.SQL: DEBUG + +info: + config: + datasource: + url: jdbc:h2:mem:test-practice + driver-class-name: org.h2.Driver + jpa: + ddl-auto: update + storage: + type: local + path: ./storage + multipart: + max-file-size: 10MB + max-request-size: 10MB \ No newline at end of file diff --git a/src/main/resources/application-prod.yaml b/src/main/resources/application-prod.yaml new file mode 100644 index 000000000..621a95d1a --- /dev/null +++ b/src/main/resources/application-prod.yaml @@ -0,0 +1,32 @@ +server: + port: 8080 + +spring: + datasource: + driver-class-name: org.postgresql.Driver + url: jdbc:postgresql://localhost:5432/discodeit + username: discodeit_user + password: discodeit1234 + jpa: + hibernate: + ddl-auto: none + open-in-view: false + +logging: + level: + root: INFO + com.sprint.mission.discodeit: info + +info: + config: + datasource: + url: jdbc:postgresql://localhost:5432/discodeit + driver-class-name: org.postgresql.Driver + jpa: + ddl-auto: none + storage: + type: local + path: ./storage + multipart: + max-file-size: 10MB + max-request-size: 10MB \ No newline at end of file diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 110287897..25183e361 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -1,4 +1,6 @@ spring: + profiles: + active: dev application: name: discodeit servlet: @@ -6,20 +8,13 @@ spring: enabled: true max-file-size: 10MB max-request-size: 10MB - datasource: - url: jdbc:postgresql://localhost:5432/discodeit # DB이름 설정 필요 - username: discodeit_user - password: discodeit1234 - driver-class-name: org.postgresql.Driver jpa: - hibernate: - ddl-auto: update # 개발 단계는 update, 운영은 none 권장 - show-sql: true # 실행 쿼리 확인 properties: hibernate: default_batch_fetch_size: 100 format_sql: true # SQL 포맷팅 가독성 open-in-view: false # OSIV 비활성화 + discodeit: repository: type: file @@ -35,10 +30,26 @@ server: logging: level: - org.springframework.web: DEBUG - org.hibernate.SQL: debug - org.hibernate.orm.jdbc.bind: trace - org.hibernate.orm.jdbc.extract: trace + root: INFO + file: + name: myapp.log + pattern: + console: "%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n" + +management: + endpoints: + web: + exposure: + include: health, info, metrics, loggers + info: + env: + enabled: true - server: - port: ${PORT:8080} +info: + app: + name: Discodeit + version: 1.7.0 + java: + version: 17 + spring-boot: + version: 3.4.0 \ No newline at end of file diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml new file mode 100644 index 000000000..cf57e20a8 --- /dev/null +++ b/src/main/resources/logback-spring.xml @@ -0,0 +1,32 @@ + + + + + + + + + + ${LOG_PATTERN} + + + + + + ${LOG_PATH}/app.log + + ${LOG_PATTERN} + + + ${LOG_PATH}/app.%d{yyyy-MM-dd}.log + 30 + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/schema.sql b/src/main/resources/schema.sql index 8ee3ab039..c89bf43f0 100644 --- a/src/main/resources/schema.sql +++ b/src/main/resources/schema.sql @@ -1,21 +1,20 @@ CREATE TABLE binary_contents ( id UUID PRIMARY KEY, - created_at TIMESTAMPTZ NOT NULL, - file_name VARCHAR(255) NOT NULL, - size BIGINT NOT NULL, - content_type VARCHAR(100) NOT NULL, - bytes BYTEA NOT NULL + created_at TIMESTAMP WITH TIME ZONE NOT NULL, + file_name VARCHAR(255) NOT NULL, + size BIGINT NOT NULL, + content_type VARCHAR(100) NOT NULL ); CREATE TABLE users ( id UUID PRIMARY KEY, - created_at TIMESTAMPTZ NOT NULL, - updated_at TIMESTAMPTZ, - username VARCHAR(50) UNIQUE NOT NULL, - email VARCHAR(100) UNIQUE NOT NULL, - password VARCHAR(60) NOT NULL, + created_at TIMESTAMP WITH TIME ZONE NOT NULL, + updated_at TIMESTAMP WITH TIME ZONE, + username VARCHAR(50) UNIQUE NOT NULL, + email VARCHAR(100) UNIQUE NOT NULL, + password VARCHAR(60) NOT NULL, profile_id UUID UNIQUE, FOREIGN KEY (profile_id) REFERENCES binary_contents (id) ON DELETE SET NULL @@ -24,10 +23,10 @@ CREATE TABLE users CREATE TABLE user_statuses ( id UUID PRIMARY KEY, - created_at TIMESTAMPTZ NOT NULL, - updated_at TIMESTAMPTZ, - user_id UUID NOT NULL, - last_active_at TIMESTAMPTZ NOT NULL, + created_at TIMESTAMP WITH TIME ZONE NOT NULL, + updated_at TIMESTAMP WITH TIME ZONE, + user_id UUID NOT NULL, + last_active_at TIMESTAMP WITH TIME ZONE NOT NULL, FOREIGN KEY (user_id) REFERENCES users (id) ON DELETE CASCADE ); @@ -37,21 +36,21 @@ CREATE TYPE channel_type AS ENUM ('PUBLIC', 'PRIVATE'); CREATE TABLE channels ( id UUID PRIMARY KEY, - created_at TIMESTAMPTZ NOT NULL, - updated_at TIMESTAMPTZ, + created_at TIMESTAMP WITH TIME ZONE NOT NULL, + updated_at TIMESTAMP WITH TIME ZONE, name VARCHAR(100), description VARCHAR(500), - type channel_type NOT NULL + type channel_type NOT NULL ); CREATE TABLE read_statuses ( id UUID PRIMARY KEY, - created_at TIMESTAMPTZ NOT NULL, - updated_at TIMESTAMPTZ, - user_id UUID NOT NULL UNIQUE, - channel_id UUID NOT NULL UNIQUE, - last_read_at TIMESTAMPTZ NOT NULL, + created_at TIMESTAMP WITH TIME ZONE NOT NULL, + updated_at TIMESTAMP WITH TIME ZONE, + user_id UUID NOT NULL UNIQUE, + channel_id UUID NOT NULL UNIQUE, + last_read_at TIMESTAMP WITH TIME ZONE NOT NULL, FOREIGN KEY (user_id) REFERENCES users (id) ON DELETE CASCADE, FOREIGN KEY (channel_id) REFERENCES channels (id) @@ -63,10 +62,10 @@ CREATE TABLE read_statuses CREATE TABLE messages ( id UUID PRIMARY KEY, - created_at TIMESTAMPTZ NOT NULL, - updated_at TIMESTAMPTZ, + created_at TIMESTAMP WITH TIME ZONE NOT NULL, + updated_at TIMESTAMP WITH TIME ZONE, content TEXT, - channel_id UUID NOT NULL, + channel_id UUID NOT NULL, author_id UUID, FOREIGN KEY (channel_id) REFERENCES channels (id) ON DELETE CASCADE, diff --git a/storage/09423109-4a49-447e-b6e1-c29f80da2e7f b/storage/09423109-4a49-447e-b6e1-c29f80da2e7f new file mode 100644 index 000000000..b0d4accb2 Binary files /dev/null and b/storage/09423109-4a49-447e-b6e1-c29f80da2e7f differ diff --git a/storage/3153a5a9-c58c-4b90-b719-3c1120f05308 b/storage/3153a5a9-c58c-4b90-b719-3c1120f05308 new file mode 100644 index 000000000..b0d4accb2 Binary files /dev/null and b/storage/3153a5a9-c58c-4b90-b719-3c1120f05308 differ diff --git a/storage/d3126605-4144-4296-8e50-e72e0b2f96e6 b/storage/d3126605-4144-4296-8e50-e72e0b2f96e6 new file mode 100644 index 000000000..b0d4accb2 Binary files /dev/null and b/storage/d3126605-4144-4296-8e50-e72e0b2f96e6 differ